@charset "UTF-8";
html,
body {
  font-size: 24px;
  color: #565245;
  width: 100%;
  height: 100%;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; }

a {
  color: #53a7f5; }

h1,
h2,
p,
ul,
li {
  margin: 0;
  padding: 0;
  background-image: url("../images/common/transparent.png"); }

/* ヘッダー */
header {
  width: 100%;
  position: relative;
  height: 665px;
  margin-bottom: 20px; }
  header img {
    position: absolute;
    left: -197px; }

/* 縦リスト */
.vList li {
  list-style: none;
  display: block; }

body {
  background-image: url("../images/common/bg.jpg");
  background-position: top center;
  width: 100%; }

/* ラッパー */
.wrap {
  text-align: center;
  width: 100%;
  overflow: hidden;
  position: relative; }

/* 中央のDOM */
.content {
  width: 640px;
  transform-origin: 0 0%;
  -moz-transform-origin: 0 0%;
  -webkit-transform-origin: 0 0%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-bottom: 90px;
  overflow: hidden; }
  @media (min-width: 640px) {
    .content {
      overflow: visible; } }

/* 枠付きボード */
.board {
  padding: 30px 0;
  font-size: 24px;
  overflow: hidden;
  background-image: url("../images/common/board_top.jpg"), url("../images/common/board_bottom.jpg"), url("../images/common/board_middle.jpg");
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: top center, bottom center, center; }

/* 緑のボタン */
.button {
  width: 386px;
  height: 80px;
  display: block;
  background-image: url("../images/common/button/button_bg.png");
  background-repeat: no-repeat;
  position: relative; }
  .button img {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: auto; }

/* 木目背景 */
.wood {
  width: 466px;
  height: 129px;
  background-image: url("../images/common/wood_bg.png"); }

/* タイトル大 */
.title_l {
  width: 615px;
  height: 80px;
  background-image: url("../images/common/title_l_bg.png");
  position: relative; }
  .title_l img {
    position: absolute;
    top: 19px;
    left: 0;
    right: 0;
    margin: auto; }

/* タイトル中 */
.title_m {
  width: 526px;
  height: 65px;
  background-image: url("../images/common/title_m_bg.png");
  position: relative; }
  .title_m img {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto; }

/* トップへ戻るボタン */
.topButton {
  display: block;
  height: 79px; }

/* 注意事項 */
.attention {
  width: 560px;
  margin: 0 auto;
  padding-bottom: 40px; }
  .attention h2 {
    height: 79px; }
  .attention ul {
    margin: 0 auto;
    padding: 40px 0;
    background-image: url("../images/common/attention/attention_bg.png");
    background-position: bottom; }
    .attention ul li {
      width: 486px;
      height: 84px;
      margin: 0 auto 5px;
      background-image: url("../images/common/attention/attention_li_bg.png"); }
      .attention ul li a {
        display: block;
        width: 100%;
        height: 70px;
        position: relative; }
        .attention ul li a img {
          margin: auto;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }

/* フッター */
footer {
  position: absolute;
  width: 640px;
  height: 90px;
  transform-origin: 0 0%;
  -moz-transform-origin: 0 0%;
  -webkit-transform-origin: 0 0%;
  background-color: #FFF;
  overflow: hidden;
  font-size: 10px; }
  @media (min-width: 640px) {
    footer {
      width: 100%; } }

/* 東京ゲームショウ2016.. */
.topText1 {
  margin-bottom: 20px; }

/* 選ばれし8名.. */
.topText2 {
  margin-bottom: 20px; }

/* 応募ボタン */
.applyButton {
  position: relative;
  margin: 0 auto 40px; }
  .applyButton.applyTop {
    margin-bottom: 20px;
    background-image: url("../images/index/apply/apply_bg.png");
    width: 466px;
    height: 155px; }
  .applyButton .button,
  .applyButton .schedule {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto; }
  .applyButton .button {
    top: 18px; }
  .applyButton .schedule {
    top: 99px; }

/* SNSシェア */
.sns {
  margin-bottom: 40px; }
  .sns ul {
    letter-spacing: -.40em; }
    .sns ul li {
      display: inline-block;
      width: 78px;
      height: 80px; }
    .sns ul li + li {
      margin-left: 20px; }

/* 決戦 */
.battle {
  margin: 0 auto 40px;
  padding-bottom: 13px; }
  .battle h2 {
    margin: 0 auto; }
  .battle .top {
    height: 710px;
    background-image: url("../images/index/battle/top/top_bg.png");
    background-repeat: no-repeat;
    background-position: center -28px;
    position: relative; }
    .battle .top .subText {
      position: absolute;
      top: 20px;
      left: 0;
      right: 0;
      margin: auto; }
    .battle .top h3 {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 40px;
      margin: auto; }
  .battle .guest {
    position: relative;
    height: 723px;
    margin-bottom: 48px; }
    .battle .guest h3 {
      position: absolute;
      left: 0;
      right: 0;
      height: 166px;
      padding-top: 38px;
      margin: 0 0 5px;
      background-image: url("../images/index/battle/guest/guest_title_bg.png");
      background-repeat: no-repeat;
      background-position: center top; }
    .battle .guest ul {
      position: absolute;
      top: 158px;
      left: 0;
      right: 0;
      list-style: none; }
      .battle .guest ul li {
        display: inline-block; }
    .battle .guest .mc {
      position: absolute;
      left: 0;
      right: 0;
      top: 250px;
      height: 476px;
      background-image: url("../images/index/battle/guest/guest_mc_bg.png");
      background-repeat: no-repeat;
      background-position: center top; }
      .battle .guest .mc img {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0; }
  .battle .and {
    margin-bottom: 20px;
    margin-left: 17px; }
  .battle .present {
    margin-bottom: 20px;
    padding: 91px 0 49px;
    background-image: url("../images/index/battle/present/present_bg.png");
    background-repeat: no-repeat;
    background-position: center top; }
    .battle .present h3 {
      margin: 0 auto; }
  .battle .watch {
    height: 420px;
    background-image: url("../images/index/battle/watch/watch_bg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-bottom: 0;
    position: relative; }
    .battle .watch ul {
      position: absolute;
      top: 197px;
      left: 76px;
      list-style: none; }
    .battle .watch h3 {
      margin: 0; }

/* 詳細 */
.detail {
  margin-bottom: 40px; }
  .detail h2 {
    margin: 0 auto 20px; }
  .detail .inner {
    width: 573px;
    margin: 0 auto;
    background-position: right 44px;
    background-repeat: no-repeat; }
    .detail .inner section {
      width: 526px;
      margin: 0 auto 30px; }
      .detail .inner section h3 {
        margin: 0 auto 15px; }
      .detail .inner section p,
      .detail .inner section li,
      .detail .inner section td {
        text-align: left;
        padding: 0 20px;
        margin: 0 0 15px; }
      .detail .inner section .red {
        color: #dd404f; }
    .detail .inner .groundButtons {
      display: inline-block;
      width: 464px;
      height: 95px;
      padding: 20px 0 0 16px;
      letter-spacing: -.40em;
      list-style: none;
      background-image: url("../images/index/detail/grounds_bg.png"); }
      .detail .inner .groundButtons li {
        margin: 0 10px 0 0;
        padding: 0;
        display: inline-block; }

/* 応募(下) */
.apply_bottom {
  margin-bottom: 40px; }

/* 戦バナー */
.banner {
  margin-bottom: 40px;
  display: inline-block;
  height: 368px; }

/*  ダウンロード */
.download {
  width: 566px;
  height: 277px;
  margin: 0 auto 40px;
  background-image: url("../images/index/download/download_bg.png");
  position: relative; }
  .download h2 {
    line-height: 40px;
    margin-bottom: 10px; }
  .download .leftSide {
    position: absolute;
    top: 24px;
    left: 40px;
    width: 130px; }
  .download .rightSide {
    position: absolute;
    top: 28px;
    left: 210px; }
