﻿@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/* ===============================
	base
 =============================== */
body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;

    color: #fff;
    -webkit-text-size-adjust: 100%;
    background-color: #000;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* スマホのハイライトデザインを無効にする */
}

a{
    outline: none;
    text-decoration: none;
}
a:hover {
    color: #fff;
}

img {
    vertical-align: bottom;
}

.mo a img {
    background-color: rgba(255, 255, 255, .01); /* マウスオーバー要素のバグ対応 */
}
.picture img {
    width: 100%;
}
.picture90 img {
    width: 90%;
}
.picture80 img {
    width: 80%;
}
/* ===============================
	loading
 =============================== */
#pageLoad {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 999;
}

    #pageLoad.loading {
        background-image: url(/assets/contents/custom/js/standalone/project/tgs/2023/slick/images/pageloading.gif);
        background-position: center center;
        background-repeat: no-repeat;
    }

/* ===============================
	utility
 =============================== */
ul.horizon:after { /* 水平並びリスト */
    content: ".";
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    font-size: 0px;
}

ul.horizon {
    list-style: none;
    min-height: 1px;
    zoom: 1;
}

    ul.horizon li {
        float: left;
    }

ul.dot { /* リスト（・） */
    list-style: disc;
    padding-left: 1.5em;
}

ul.star { /* リスト（※） */
    list-style: none;
    padding-left: 1.5em;
}

    ul.star li {
        text-indent: -1.5em;
    }

        ul.star li:BEFORE {
            content: "\203b";
            margin-right: 0.5em;
        }

ul.disc { /* リスト（●） */
    list-style: none;
    padding-left: 1.5em;
}

    ul.disc li {
        text-indent: -1.5em;
    }

        ul.disc li:BEFORE {
            content: "\25cf";
            margin-right: 0.5em;
        }

ul.square { /* リスト（■） */
    list-style: none;
    padding-left: 1.5em;
}

    ul.square li {
        text-indent: -1.5em;
    }

        ul.square li:BEFORE {
            content: "\25a0";
            margin-right: 0.5em;
        }
/* テキストサイズ*/
.caption { 
    font-size: 0.7em;
    line-height: 1.4em;
}

.fxs {
    font-size: .8em; /* テキストサイズ小 */
    line-height: 1.9em;
}
.fx0 {
    font-size: 0.9em; /* テキストサイズ中 */
    line-height: 1.6em;
}
.fxl {
    font-size: 1.05em; /* テキストサイズ大 */
    line-height: 1.6em;
}
.mds {
    font-size: .72em; /* テキストサイズ小 */
    line-height: 1.3em;
    font-weight: 800;
}
.md0 {
    font-size: .8em; /* テキストサイズ小 */
    line-height: 1.3em;
    font-weight: 800;
}
.md1 {
    font-size: 1.3em; /* テキストサイズ大 */
    font-family:  sans-serif;
    line-height: 2.0em;
    letter-spacing: 1.0;
}
.md2{
    font-size: 1.6em; /* テキストサイズ大 */
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.0em;
    font-weight: 800;
}
.md3{
    font-size: 3.0em; /* テキストサイズ大 */
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.0em;
    font-weight: 800;
}
.w800 {
    font-weight: 800;
}
.w600 {
    font-weight: 600;
}
/* 上の空き */
.mt05em { /* margin top 0.5行 */
    margin-top: 0.5em !important;
}

.mt1em { /* margin top 1行 */
    margin-top: 1em !important;
}

.mt2em { /* margin top 2行 */
    margin-top: 2em !important;
}
.mt3em { /* margin top 2行 */
    margin-top: 3em !important;
}
.mt4em { /* margin top 2行 */
    margin-top: 4em !important;
}
.mt5em { /* margin top 2行 */
    margin-top: 5em !important;
}
.mt6em { /* margin top 2行 */
    margin-top: 6em !important;
}
.wh{
    color: #fff;
}
.rdus { /* 角丸 */
    border-radius: 4px;
}
.center{
    text-align: center;
}
.right{
    text-align: right;
}
.bk{
    color: #000;
}
.shadow{
    text-shadow: 1px 1px 1px #000;
}
/* ===============================
	ボタン
 =============================== */

 .button018 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 150px;
    padding: 7px 0px 7px 35px;
    color: #ff0000;
    transition: 0.3s ease-in-out;
    font-weight: 800;
    font-size: 12px;
}

.button018 a:before, .button018 a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.button018 a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.1rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.button018 a:after {
  left: 6px;
  background: #ff0000;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
  color: #fff;
}
.button018 a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}

.button018 a:hover span {
  color: #fff;
}
.button018 a:hover:before {
  left: 2rem;
}
.button018 a:hover:after {
  right: 0;
  width: 100%;
}

/* 003 */
.button003 a {
    background: rgb(5, 27, 150);
    border-radius: 12px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 320px;
    padding: 5px 5px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button003 a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
}
.button003 a:hover {
    background: #313131;
    color: #fff
}

/* 004 */
.button004 a {
    background: rgb(150, 5, 5);
    border-radius: 12px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 320px;
    padding: 5px 9px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button004 a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
}
.button004 a:hover {
    background: #313131;
    color: #fff
}


/* もどる */
#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: rgb(255, 251, 27);
    opacity: 0.6;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    font-size: 25px;
    color: #000;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -9px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }


/* ===============================
    menu
 =============================== */
 /* メニュー形状 */
 .drawer{
    margin: 0px 0px 0px 0px;
    position:fixed;
    z-index: 4;
}

.navi-toggle {
    display:none;
}
.nav {
    display: block;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    width: 17%;
    height: 100vh;
    right: -17%;
    float: none;
    padding-top: 8vh;
    pointer-events: none;
    }
.nav-list {
padding-top: 30px;
padding-left: 5px;
z-index: 1;
}
.nav01{
    border-left: solid 1px #fff;
    margin-left: 1em;
    padding: 0em 1em 0em 0.5em;
    margin: 0 0 .5em 20px;
    float: none;
}
.headNo {
    font-size: 0.8em;
    line-height: 1.0em;
    font-weight: 600;
}
.headText {
    font-size: 1.0em;
    line-height: 1.3em;
    font-weight: 600;
}
.navi-toggle:checked ~ .nav {
    right: 0%;
    pointer-events: auto;
    }
/* ハンバーガーアイコン */
   .btn-burger {
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 20px;
    border: solid 1px rgb(195, 194, 194);
    border-radius: 4px;
    z-index: 6;
    background-color: rgba(255, 255, 255, 0.2);
}
.icon, .icon:before, .icon:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 30px;
    background-color: rgb(195, 194, 194);
    display: block;
    cursor: pointer;
    content: '';
    margin: auto;
}
.icon:before {
top: 12px;
}
.icon:after{
top:-20px
}
.navi-toggle:checked ~ .btn-burger .icon {
background: transparent;
}
.navi-toggle:checked ~ .btn-burger .icon:before {
transform: rotate(-45deg);
top: 0;
}
.navi-toggle:checked ~ .btn-burger .icon::after {
transform: rotate(45deg);
top: 0;
}

.icon, 
.icon:before, 
.icon:after,
.nav {
transition: all .8s;
}
  
/* ===============================
	Body
 =============================== */
 #PC {
    display: block !important;
}
 #SP {
    display: none !important;
}
/* award */
.gaward{
    background-color: #000000;
    padding: 3px 16px 50px 16px;
}

/* award4games */
.award4games{
    background-color: #000000;
    padding: 5px 40px 5px 40px;
}
.flame{
    padding: 10px;
}
.titleFrame{
    padding: 35px 40px 20dpx 40px;
}
/* awardgames*/
.awardgames01{
    border: solid 2px #fcaa58;
    background: linear-gradient(180deg, #fcd358, #000000);
    padding: 0px 15px 15px 15px;
}
.Amark{
    border-right: solid 6px #ffffff;
}
.memberFrame01{
    border: solid 2px #dd960f;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
}
.memberFrameB01{
    border: solid 2px #dd960f;
    border-left: 0px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 2px;
}


.awardgames02{
    border: solid 2px #42a048;
    background: linear-gradient(180deg, #1b7e47, #000000);
    padding: 0px 15px 15px 15px;
}
.memberFrame02{
    border: solid 2px #1e653e;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
}

.memberFrameB02{
    border: solid 2px #1e653e;
    border-left: 0px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 2px;
}


.awardgames03{
    border: solid 2px #eb55ef;
    background: linear-gradient(180deg, #f33cf3, #000000);
    padding: 0px 15px 15px 15px;
}
.memberFrame03{
    border: solid 2px #f33cf3;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
}

.memberFrameB03{
    border: solid 2px #f33cf3;
    border-left: 0px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 2px;
}

.awardgames04{
    border: solid 2px #d37992;
    background: linear-gradient(180deg, #d37992, #000000);
    padding: 0px 15px 15px 15px;
}
.memberFrame04{
    border: solid 2px #db9599;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
}

.memberFrameB04{
    border: solid 2px #db9599;
    border-left: 0px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 2px;
}





/* 選抜ゲーム */
.selectgames{
    background-color: #000000;
    padding: 5px 40px 5px 40px;
}
/* selectgames*/
.gameTitle{
    padding-top: 10px;
    padding-left: 0px;
}
.sgames01{
    border: solid 2px #66348a;
    padding: 0px 15px 15px 15px;
}
.gameHead01{
    background-color: #66348a;
    padding: 5px;
}

.SmemberFrameA01{
    border: solid 2px #66348a;
    padding-left: 10px;
    padding-top: 5px;
}
.SmemberFrameB01{
    border: solid 2px #66348a;
    border-left: 0px;
    padding-left: 10px;
    padding-top: 5px;
}
.SmemberFrameC01{
    border-left: solid 2px #66348a;
    padding-left: 10px;
    padding-top: 0px;
}


.sgames02{
    border: solid 2px #31a5b3;
    padding: 0px 15px 15px 15px;
}
.gameHead02{
    background-color: #31a5b3;
    padding: 5px;
}

.SmemberFrameA02{
    border: solid 2px #31a5b3;
    padding-left: 10px;
    padding-top: 5px;
}
.SmemberFrameB02{
    border: solid 2px #31a5b3;
    border-left: 0px;
    padding-left: 10px;
    padding-top: 5px;
}
.SmemberFrameC02{
    border-left: solid 2px #31a5b3;
    padding-left: 10px;
    padding-top: 0px;
}



.sgames03{
    border: solid 2px #86b12f;
    padding: 0px 15px 15px 15px;
}
.gameHead03{
    background-color: #86b12f;
    padding: 5px;
}

.SmemberFrameA03{
    border: solid 2px #86b12f;
    padding-left: 10px;
    padding-top: 5px;
}
.SmemberFrameB03{
    border: solid 2px #86b12f;
    border-left: 0px;
    padding-left: 10px;
    padding-top: 5px;
}
.SmemberFrameC03{
    border-left: solid 2px #86b12f;
    padding-left: 10px;
    padding-top: 0px;
}




.sgames04{
    border: solid 2px #b4202a;
    padding: 0px 15px 15px 15px;
}
.gameHead04{
    background-color: #b4202a;
    padding: 5px;
}

.SmemberFrameA04{
    border: solid 2px #b4202a;
    padding-left: 10px;
    padding-top: 5px;
}
.SmemberFrameB04{
    border: solid 2px #b4202a;
    border-left: 0px;
    padding-left: 10px;
    padding-top: 5px;
}
.SmemberFrameC04{
    border-left: solid 2px #b4202a;
    padding-left: 10px;
    padding-top: 0px;
}




/* インディゲーム */
.gameTitle{
    padding-top: 10px;
    padding-left: 0px;
}
.indygames{
    background-color: #000000;
    padding: 5px 40px 40px 40px;
}
/* selectgames*/
.igames01{
    border: solid 2px #ECBA03;
    padding: 0px 15px 15px 15px;
}
.IgameHead01{
    background-color: #ECBA03;
    padding: 5px;
}

.ImemberFrameA01{
    border: solid 1px #ECBA03;
    padding-left: 10px;
    padding-top: 5px;
}
.ImemberFrameB01{
    border: solid 1px #ECBA03;
    border-left: 0px;
    padding-left: 10px;
    padding-top: 5px;
}
.ImemberFrameC01{
    border-left: solid 1px #ECBA03;
    padding-left: 10px;
    padding-top: 0px;
}



.igames02{
    border: solid 2px #FB2C86;
    padding: 0px 15px 15px 15px;
}
.IgameHead02{
    background-color: #FB2C86;
    padding: 5px;
}

.ImemberFrameA02{
    border: solid 1px #FB2C86;
    padding-left: 10px;
    padding-top: 5px;
}
.ImemberFrameB02{
    border: solid 1px #FB2C86;
    border-left: 0px;
    padding-left: 10px;
    padding-top: 5px;
}
.ImemberFrameC02{
    border-left: solid 1px #FB2C86;
    padding-left: 10px;
    padding-top: 0px;
}



.igames03{
    border: solid 2px #29cccc;
    padding: 0px 15px 15px 15px;
}
.IgameHead03{
    background-color: #29cccc;
    padding: 5px;
}

.ImemberFrameA03{
    border: solid 1px #29cccc;
    padding-left: 10px;
    padding-top: 5px;
}
.ImemberFrameB03{
    border: solid 1px #29cccc;
    border-left: 0px;
    padding-left: 10px;
    padding-top: 5px;
}
.ImemberFrameC03{
    border-left: solid 1px #29cccc;
    padding-left: 10px;
    padding-top: 0px;
}




/* アトラクション */
.gameTitle{
    padding-top: 10px;
    padding-left: 0px;
}
.attraction{
    background-color: #000000;
    padding: 5px 40px 40px 40px;
}
/* selectgames*/
.Agames01{
    border: solid 2px #209AB8;
    padding: 0px 15px 15px 15px;
}
.AgameHead01{
    background-color: #209AB8;
    padding: 5px;
}

.AmemberFrameA01{
    border: solid 1px #209AB8;
    padding-left: 10px;
    padding-top: 5px;
}
.AmemberFrameB01{
    border: solid 1px #209AB8;
    border-left: 0px;
    padding-left: 10px;
    padding-top: 5px;
}
.AmemberFrameC01{
    border-left: solid 1px #209AB8;
    padding-left: 10px;
    padding-top: 0px;
}




/* footer*/
.footerBlock{
    padding: 0 0 0 0;
}

/* メディアクエリサンプル */
/* ===============================
	device setting
 =============================== */
@media screen and (min-width: 1281px) {

}

@media screen and (max-width: 1280px) {

    
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .caption { 
        font-size: 0.7em;
        line-height: 1.4em;
    }
    
    .fxs {
        font-size: .7em; /* テキストサイズ小 */
        line-height: 1.9em;
    }
    .fx0 {
        font-size: 0.8em; /* テキストサイズ中 */
        line-height: 1.4em;
    }
    .fxl {
        font-size: .8em; /* テキストサイズ大 */
        line-height: 1.4em;
    }
    .mds {
        font-size: .72em; /* テキストサイズ小 */
        line-height: 1.3em;
        font-weight: 800;
    }
    .md0 {
        font-size: .8em; /* テキストサイズ小 */
        line-height: 1.3em;
        font-weight: 800;
    }
    .md1 {
        font-size: 1.1em; /* テキストサイズ大 */
        font-family:  sans-serif;
        line-height: 1.6em;
        letter-spacing: 1.0;
    }
    .md2{
        font-size: 1.6em; /* テキストサイズ大 */
        font-family: 'Noto Sans JP', sans-serif;
        line-height: 1.0em;
        font-weight: 800;
    }
    .md3{
        font-size: 3.0em; /* テキストサイズ大 */
        font-family: 'Noto Sans JP', sans-serif;
        line-height: 1.0em;
        font-weight: 800;
    }

}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 414px) {

    #PC {
        display: none !important;
    }
     #SP {
        display: block !important;
    }

    .drawer{
        margin: 0px 0px 0px 0px;
        position:fixed;
        z-index: 4;
    }
    
    .navi-toggle {
        display:none;
    }
    .nav {
        display: block;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.8);
        width: 80%;
        height: 100vh;
        right: -80%;
        float: none;
        padding-top: 8vh;
        pointer-events: none;
        }
    .nav-list {
    padding-top: 30px;
    padding-left: 5px;
    z-index: 1;
    }
    .nav01{
        border-left: solid 1px #fff;
        margin-left: 1em;
        padding: 0em 1em 0em 0.5em;
        margin: 0 0 .5em 20px;
        float: none;
    }
    .headNo {
        font-size: 0.8em;
        line-height: 1.0em;
        font-weight: 600;
    }
    .headText {
        font-size: 1.0em;
        line-height: 1.3em;
        font-weight: 600;
    }
    .navi-toggle:checked ~ .nav {
        right: 0%;
        pointer-events: auto;
        }
    /* ハンバーガーアイコン */
       .btn-burger {
        cursor: pointer;
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 10px;
        right: 20px;
        border: solid 1px rgb(195, 194, 194);
        border-radius: 4px;
        z-index: 6;
        background-color: rgba(255, 255, 255, 0.2);
    }
    .icon, .icon:before, .icon:after {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 30px;
        background-color: rgb(195, 194, 194);
        display: block;
        cursor: pointer;
        content: '';
        margin: auto;
    }
    .icon:before {
    top: 12px;
    }
    .icon:after{
    top:-20px
    }
    .navi-toggle:checked ~ .btn-burger .icon {
    background: transparent;
    }
    .navi-toggle:checked ~ .btn-burger .icon:before {
    transform: rotate(-45deg);
    top: 0;
    }
    .navi-toggle:checked ~ .btn-burger .icon::after {
    transform: rotate(45deg);
    top: 0;
    }
    
    .icon, 
    .icon:before, 
    .icon:after,
    .nav {
    transition: all .8s;
    }
/* テキストサイズ*/
.caption { 
    font-size: 0.7em;
    line-height: 1.4em;
}

.fxs {
    font-size: .64em; /* テキストサイズ小 */
    line-height: 1.9em;
}
.fx0 {
    font-size: 0.8em; /* テキストサイズ中 */
    line-height: 1.4em;
}
.fxl {
    font-size: .8em; /* テキストサイズ大 */
    line-height: 1.4em;
}
.mds {
    font-size: .72em; /* テキストサイズ小 */
    line-height: 1.3em;
    font-weight: 800;
}
.md0 {
    font-size: .8em; /* テキストサイズ小 */
    line-height: 1.3em;
    font-weight: 800;
}
.md1 {
    font-size: 1.1em; /* テキストサイズ大 */
    font-family:  sans-serif;
    line-height: 1.6em;
    letter-spacing: 1.0;
}
.md2{
    font-size: 1.6em; /* テキストサイズ大 */
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.0em;
    font-weight: 800;
}
.md3{
    font-size: 3.0em; /* テキストサイズ大 */
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.0em;
    font-weight: 800;
}
/* award */
.gaward{
    background-color: #000000;
    padding: 3px 16px 50px 16px;
}

/* award4games */
.award4games{
    background-color: #000000;
    padding: 5px 0px 5px 0px;
}
.flame{
    padding: 4px 7px 4px 7px;
}
.titleFrame{
    padding: 0px 0px 0px 0px;
}
/* awardgames*/
.awardgames{
    border: solid 2px #FF7BAB;
    background: linear-gradient(180deg, #E07599, #000000);
    padding: 0px 2px 15px 2px;
}
.Amark{
    border-right: solid 6px #ffffff;
}

.AgameTitle{
    border-left: solid 4px #2F84BB;
}
.memberFrame{
    border: solid 1px #FF7BAB;
    padding-left: 10px;
    padding-top: 5px;
}


/* 選抜ゲーム */
.selectgames{
    background-color: #000000;
    padding: 5px 0px 5px 0px;
}
/* selectgames*/
.sgames{
    border: solid 2px #00ffff;
    padding: 0px 2px 15px 2px;
}
.gameHead{
    background-color: #00ffff;
    padding: 0px;
}
.gameTitle{
    padding-top: 10px;
    padding-left: 0px;
}
.SmemberFrameA{
    border: solid 1px #00ffff;
    padding-left: 10px;
    padding-top: 5px;
}
.SmemberFrameB{
    border-left: solid 1px #00ffff;
    padding-left: 10px;
    padding-top: 5px;
}




/* インディゲーム */
.indygames{
    background-color: #000000;
    padding: 5px 0px 30px 0px;
}
/* selectgames*/
.igames{
    border: solid 2px #f05a24;
    padding: 0px 2px 15px 2px;
}
.IgameHead{
    background-color: #f05a24;
    padding: 5px;
}
.gameTitle{
    padding-top: 10px;
    padding-left: 0px;
}
.ImemberFrameA{
    border: solid 1px #f05a24;
    padding-left: 10px;
    padding-top: 5px;
}
.ImemberFrameB{
    border-left: solid 1px #f05a24;
    padding-left: 10px;
    padding-top: 5px;
}
.indyTeam{
    padding: 0px 10px 0px 10px;
}


/* アトラクション */
.gameTitle{
    padding-top: 10px;
    padding-left: 0px;
}
.attraction{
    background-color: #000000;
    padding: 5px 0px 40px 0px;
}
/* selectgames*/
.Agames01{
    border: solid 2px #209AB8;
    padding: 0px 15px 15px 15px;
}
.AgameHead01{
    background-color: #209AB8;
    padding: 5px;
}

.AmemberFrameA01{
    border: solid 1px #209AB8;
    padding-left: 10px;
    padding-top: 5px;
}
.AmemberFrameB01{
    border: solid 1px #209AB8;
    border-left: 0px;
    padding-left: 10px;
    padding-top: 5px;
}
.AmemberFrameC01{
    border-left: solid 1px #209AB8;
    padding-left: 10px;
    padding-top: 0px;
}



}
/* 印刷用スタイル */
/* ===============================
	print setting
 =============================== */
@media print {
    .printNl {
        page-break-before: always;
    }
}
