@charset "UTF-8";

/* ゲームページTOP
------------------------------------------------ */

/* ゲーム一覧 */
#wrapper {
    font-family: "Meiryo","メイリオ","ＭＳ　Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
#container{
    width:1010px !important;
    overflow:hidden;
}
#gametop{
    width:840px;
    float:left;
    margin:20px 0 0;
}
#adbanner{
    float:right;
    margin:15px 0 0;
}
/*  ▼▼バナーエリア ▼▼ */
#gametop .game_ban{
    margin:0 0 20px;
}
#gametop .game_ban ul{
    overflow:hidden;
}
#gametop .game_ban li{
    float:left;
    margin-right:10px;
}
#gametop .game_ban li:last-child{
    margin:0;
}
#gametop .game_ban a:hover{
    opacity:0.7;
    transition: all 0.4s;
}
/*  ▲▲バナーエリア ▲▲ */
#gametop .point_game ul{
    overflow:hidden;
}
#gametop .point_game li{
    width:270px;
    margin:0 10px 20px 0;
    float:left;
    border:1px solid #cccccc;
    box-sizing:border-box;
    position:relative;
}
#gametop .point_game li:nth-child(3){
    margin:0 0 20px 0;
}
#gametop .point_game li a{
    display:inline-block;
    text-decoration:none;
    color:#5f5f5f;
}
#gametop .point_game li a:hover{
    background-color: #fff8d6;
    transition: all 0.4s;
}
#gametop .point_game li .txt_area{
    padding:12px;
    color:#5f5f5f;
    font-size:14px;
}
#gametop .point_game li .txt_area .point{
    color:#ff5555;
    padding: 0 0 0 17px;
    font-size:16px;
    font-weight:bold;
    background: url("../../img/icon/ico-pt.gif") no-repeat 0 4px;
    max-width:250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#gametop .point_game li .txt_area dl{
    overflow:hidden;
    color:#4d4d4d;
    margin:8px 0;
}
#gametop .point_game li .txt_area dt{
    float:left;
    width:85px;
    border:1px solid #d3d1c8;
    background:#f3f0e6;
    text-align:center;
}
#gametop .point_game li .txt_area dd{
    float:left;
    font-weight:bold;
    margin:0 0 0 5px;
}
#gametop .point_game li .txt_area .text{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height:24px;
    height:50px;
}
#gametop .point_game li .txt_area .button{
    background:#43bb90;
    border-radius:3px;
    text-align:center;
    padding:5px 0;
    margin:5px 0 0;
    box-shadow:0px 5px 3px -2px #b2cdc3;
    color:#fff;
    height:30px;
    font-size:20px;
    font-weight:bold;
    width:244px;
}
#gametop .point_game li.sp_ok .txt_area .button{
    margin:63px 0 0;
}
#gametop .point_game li .button:hover{
    background:#008656;
    transition: all 0.4s;
}
#gametop .point_game li .sp_button:hover{
    background:#ffc17e;
    transition: all 0.4s;
    cursor:pointer;
}
#gametop .point_game li .sp_button{
    background:#ff982a;
    padding:2px 12px 4px;
    display:inline-block;
    border-radius:3px;
    color:#fff;
    text-align:center;
    font-size:15px;
    font-weight:bold;
    box-shadow:0px 5px 3px -2px #e3d4c5;
    height:40px;
    margin:0 12px 5px;
    position:absolute;
    top:182px;
    left:0;
    width:220px;
}
#gametop .point_game li .sp_button::before{
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -6px;
}
#gametop .point_game li .sp_button:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#gametop .point_game li .sp_button > img,
#gametop .point_game li .sp_button p{
    float:left;
}
#gametop .point_game li .sp_button p{
    margin:1px 0 0 12px;
    text-align:left;
    font-size:15px;
    line-height:20px;
}
#gametop .point_game li .sp_button span{
    color:#fffc00;
}

/* アプリ */
#gametop .app_area{
    margin:30px auto;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    overflow:hidden;
}
#gametop .app_area h3{
    font-weight:bold;
    border:none;
    box-sizing:border-box;
    width:840px;
    padding:5px 15px;
    font-size:25px;
    border-top: 2px solid #ff5555;
    border-bottom: 1px solid #cccccc;
}
#gametop .app_area .box{
    padding:20px 0 20px 25px;
}
#gametop .app_area .box > img,
#gametop .app_area .txt_wrap{
    float:left;
}
#gametop .app_area .txt_wrap{
    margin:0 0 0 15px;
    width:650px;
}
#gametop .app_area h4{
    font-size:20px;
    font-weight:bold;
    position:relative;
}
#gametop .app_area h4 span{
    position:absolute;
    top:4px;
    left:125px;
    font-weight:none;
    color:#fff;
    border-radius:5px;
    font-size:14px;
    padding:0 10px;
    background:#ff5555;
}
#gametop .app_area .box p{
    font-size:14px;
}
#gametop .app_area .box p.notes{
    background:#f3f0e6;
    text-align:center;
    margin:5px 0 0;
    padding:5px 0;
    border:#d3d1c8 1px solid;
}
#gametop .app_area .box ul{
    margin:15px 0 20px;
}
#gametop .app_area .box ul:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#gametop .app_area .box ul li{
    float:left;
    text-align:center;
    color:#fff;
    margin:0 12px 0 0;
    font-size:18px;
    box-shadow:0px 5px 3px -2px #e3d4c5;
}
#gametop .app_area .box ul li:nth-child(3){
    margin:0;
}
#gametop .app_area .box ul li a{
    width:208px;
    color:#fff;
    padding:8px 0;
    display:inline-block;
    font-size:18px;
    text-decoration:none;
    font-weight:bold;
    border-radius:5px;
}
#gametop .app_area .box ul li:nth-child(1) a{
    background:#f33d46;
}
#gametop .app_area .box ul li:nth-child(2) a{
    background:#4d4d4d;
}
#gametop .app_area .box ul li:nth-child(3) a{
    background:#699f3f;
}
#gametop .app_area .box ul li a:hover{
    opacity:0.7;
    transition: all 0.4s;
}

/* ad_area */
#gametop .ad_area {
    margin: 15px 26px;
}

/* モーダルウィンドウ */
.modal_window {
    font-size:16px;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    opacity: 0;
    line-height: 1.3;
    display: none\9;
    color:#fff;
}
.modal_window p{
    margin:0 0 10px;
}
.modal_window:target {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.is_active.modal_window {
    display: block\9;
}
.modal_window:target {
    display: block\9;
}
.modal_window .modal_inner {
    position: absolute;
    top: 80px;
    right:39%;
    box-sizing:border-box;
    text-align:center;
    z-index: 2;
    width: 350px;
    padding:20px;
    border-radius: 2px 2px 0 0;
    background-color: rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.modal_window .modal_close {
    display: block;
    overflow: hidden;
    background:#000;
}
.modal_window .modal_close:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background:#000;
    opacity:0.6;

}
.modal_window .modal_close:after {
    display: block;
     opacity: 1;
    box-sizing:border-box;
    content: '\00d7とじる';
    position: absolute;
    color:#555;
    top: 318px;
    right:39%;
    z-index: 5;
    text-align:center;
    width:350px;
    background: #fff;
    border-radius: 0 0 2px 2px;
    padding: 6px 20px;
    font-size: 18px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.modal_window {
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

/* NEWアイコン */
.point_game span.new {
    display: inline-block;
    padding: 4px 12px;
    position: absolute;
    top: 2px;
    left: 4px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    background: #F44754;
    border: 3px solid #FFF;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    -webkit-animation:blink 0.8s ease-in-out infinite alternate;
    -moz-animation:blink 0.8s ease-in-out infinite alternate;
    animation:blink 0.8s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    50% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    50% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    50% {opacity:0;}
    100% {opacity:1;}
}

/* お知らせ */
.information{
    width:950px;
    margin:15px auto 10px;
    overflow:hidden;
}
.information h2,
.information a{
    float:left;
}
.information h2{
    text-align:center;
    width:110px;
    box-sizing:border-box;
    height:35px;
    font-size:16px;
    font-weight:bold;
    padding:6px 0 0;
    background:#f94f5a;
    color:#fff;
}
.information a{
    box-sizing:border-box;
    width:840px;
    padding:5px 15px;
    display:block;
    text-decoration:none;
    color:#666;
    font-size:15px;
    border-top:1px solid #bdbdbd;
    border-right:1px solid #bdbdbd;
    border-bottom:1px solid #bdbdbd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.information a:hover{
    transition: all 0.8s;
    background-color:#fff8d6;
}