@charset "euc-jp";

/* game

ゲームページのみで使用するスタイル

information(お知らせ・メンテナンス)
main_column
left_column
right_column
アイコン(獲得予定)

------------------------------------------------ */

/* information(お知らせ)
------------------------------------------------ */
.information { margin-top: 10px;}
.information li:first-child.important {
    text-align: center;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
}
.information li:first-child.news {
    border: #367bbb 1px solid;
    background: #5a9fdf;
}
.information li:first-child.important {
    border: #d92036 1px solid;
    background: #f23d52;
}

/* main_column 中央カラム
------------------------------------------------ */

/* ゲーム一覧 */
.game .game_list1 h2 { background: url("../../img/15/icon/ico_game_survey.gif") no-repeat 12px center;}
.game .game_list2 h2 { background: url(../../img/15/icon/ico_game_popular1.gif) no-repeat 12px 9px;}
.game .game_list3 h2 { background: url(../../img/15/icon/ico_game_save1.gif) no-repeat 10px center;}
.game .game_list4 h2 { background: url(../../img/15/icon/ico_game_simple1.gif) no-repeat 10px center;}
.game .game_list5 h2 { background: url(../../img/15/icon/ico_game_double.gif) no-repeat 12px center;}
.game .game_list6 h2 { background: url(../../img/15/icon/ico_game_sp.gif) no-repeat 12px center;}
.game .game_list1, .game .game_list2, .game .game_list3, .game .game_list4, .game .game_list5, .game .game_list6 { clear: both;}
.game .game_list1 h2,
.game .game_list2 h2,
.game .game_list3 h2,
.game .game_list4 h2,
.game .game_list5 h2,
.game .game_list6 h2 {
    margin-bottom: 10px;
    padding-left: 42px;
    background-color: #5a9fdf;
    position: relative;
    font-size: 17px;
}
.game ul {
    overflow: hidden;
}
.game li {
    width: 220px;
    float: left;
    margin-bottom: 10px;
}
.game li a {
    width: 198px;
    height: 198px;
    display: block;
    position: relative;
    padding: 10px;
    border: #e0e0e0 1px solid;
    text-decoration: none;
    color: #3a3a3a;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
}/* ロールオーバー */
.game li a:hover {
    background: #fef5d1;
}
.game li:nth-child(odd) {
    margin-right: 10px;
}
.game .thumnail {
    width: 198px;
    height: 108px;
    margin-bottom: 5px;
}
.game .new {
    width: 55px;
    height: 20px;
    display: block;
    padding: 2px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    border-bottom: #fff 1px solid;
    border-right: #fff 1px solid;
    background: #f23d52;
    opacity: 0.92;
    text-align: center;
    color: #fff;
}
.game .point {
    height: 30px;
    display:table-cell;
    vertical-align: middle;
    line-height: 1.1em;
    font-size: 13px;
}
.game .entry {
    border-bottom: #b3b5e5 1px dotted;
    margin-bottom: 5px;
    padding: 2px 0 5px;
    letter-spacing: 0;
}
.game .entry, .game .playtime {
    font-size: 12px;
}
.game .entry span, .game .playtime span {
    width: 55px;
    display: inline-block;
    margin-right: 5px;
    padding: 1px 2px;
    border-radius: 1px;
  -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    background: #5a9fdf;
    text-align: center;
    letter-spacing: 0;
    font-size: 13px;
    color: #fff;
}
.game .w_pt li {
  width: 220px;
  height: 285px;
  position: relative;
}
.game .w_pt li a,
.game .frame {
  width: 220px;
  height: 285px;
  box-sizing: border-box;
}
.game .sp_qr {
  width: 200px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -100px;
  z-index: 1;
}
.game .w_pt .sp_qr a {
  width: 200px;
  height: 55px;
  display: block;
  box-sizing: border-box;
  padding: 8px 0 7px 40px;
  border: #dcad00 1px solid;
  border-radius: 3px;
  background: #fbc600 url(../../img/15/game/bg_double.gif) no-repeat 10px center;
  -moz-box-shadow: 1px 1px 2px #a8a8a8;
  -webkit-box-shadow: 1px 1px 2px #a8a8a8;
  box-shadow: 1px 1px 2px #a8a8a8;
  -moz-text-shadow: 0 1px 0 #fcdf72;
    -webkit-text-shadow: 0 1px 0 #fcdf72;
    text-shadow: 0 1px 0 #fcdf72;
  letter-spacing: 0;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  color: #404040;
}
.game .frame {
  display: block;
    position: relative;
    padding: 10px;
    border: #e0e0e0 1px solid;
    text-decoration: none;
    color: #3a3a3a;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
}
.game .sp_qr a:hover {
  border: #eebe0f 1px solid;
  background-color: #fbdb00;
}
.game .w_pt .sp_qr a span {
  display: block;
  font-size: 13px;
}
.game .game_list6 p {
  margin-bottom: 10px;
}
.game .game_list6 p img { vertical-align: bottom;}
.caution {
    margin-bottom: 10px;
    background: #f1f1f1;
    padding: 5px 10px;
    font-size: 11px;
}
.game_ban {
    margin-bottom: 5px;
}
.game_ban a:hover {
    transition: .2s linear;
    opacity: .8;
}
.game_ban ul {
    overflow: hidden;
}
.game_ban li {
    margin-right: 10px;
    float: left;
}
.game_ban li:nth-child(2n) {
    margin-right: 0;
}

/* left_column 左カラム
------------------------------------------------ */
.menu_list1 h2 {
    background: url(../../img/15/icon/ico_game_category1.gif) no-repeat 5px 8px;
    background-color: #5a9fdf;
    font-size: 14px;
}
.game_list1 h2 {
    background: url(../../img/15/icon/ico_game_list.gif) no-repeat 5px 9px;
    background-color: #5a9fdf;
    font-size: 14px;
}

/* right_column 右カラム
------------------------------------------------ */
/* 運試しで貯める */
.luck_list1 { overflow: hidden; margin-bottom: 10px;}
.luck_list1 h2 {
    padding-left: 30px;
    background: url(../../img/15/icon/ico_game_luck1.gif) no-repeat 4px center;
    background-color: #5a9fdf;
}
.luck_list1 li {
    width: 298px;
    height: 250px;
    border-bottom: #b3b5e5 1px dotted;
    border-left: #e0e0e0 1px solid;
    border-right: #e0e0e0 1px solid;
}
.luck_list1 li:last-child { border-bottom: #e0e0e0 1px solid;}
.luck_list1 a {
    height: 230px;
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #484848;
}
.luck_list1 a:hover { background-color: #fef5d1;}
.luck_list1 .thumnail {
    margin-bottom: 5px;
    text-align: center;
}
.luck_list1 .point {
    width: 245px;
    height: 30px;
    padding: 0 5px 0 25px;
    border: #fbc600 1px solid;
    background-position: 5px center;
    background-color: #fff1be;
    display:table-cell;
    vertical-align: middle;
    line-height: 1.1em;
    font-size: 18px;
}
.luck_list1 .entry {
    border-bottom: #b3b5e5 1px dotted;
    margin-bottom: 5px;
    padding: 5px 0 5px;
    letter-spacing: 0;
}
.luck_list1 .entry, .luck_list1 .playtime {
    font-size: 12px;
}
.luck_list1 .entry span, .luck_list1 .playtime span {
    width: 55px;
    display: inline-block;
    margin-right: 5px;
    padding: 1px 2px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    background: #5a9fdf;
    text-align: center;
    letter-spacing: 0;
    font-size: 13px;
    color: #fff;
}

/* アイコン
------------------------------------------------ */
/* 獲得予定 */
.game .entry .yoteipt, .luck_list1 .entry .yoteipt {
    height: 16px;
    display: inline-block;
    margin: 0 3px 0 0;
    padding: 1px 1px 2px 12px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    background: url(../../img/15/icon/ico_star.png) no-repeat 0 center;
    background-color: #fba500;
    font-size: 12px;
    color: #fff;
}




