@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: 704px; }
  header img {
    position: absolute;
    left: -140px; }

/* 縦リスト */
.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: 16px;
    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%; } }

.detail {
  margin-bottom: 15px; }
  .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 .groundButtons {
      display: inline-block;
      width: 464px;
      height: 95px;
      padding: 20px 0 0 16px;
      letter-spacing: -.40em;
      list-style: none;
      background-image: url("../images/apply/grounds_bg.png"); }
      .detail .inner .groundButtons li {
        margin: 0 10px 0 0;
        padding: 0;
        display: inline-block; }

.osaka .inner {
  background-image: url("../images/apply/detail_bg_osaka.png"); }

.nagoya .inner {
  background-image: url("../images/apply/detail_bg_nagoya.png"); }

.tokyo .inner {
  background-image: url("../images/apply/detail_bg_tokyo.png"); }

/* 応募ボタン */
.applyButton {
  position: relative; }
  .applyButton .button {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto; }

.applyTop {
  margin: 0 auto 40px; }

.applyBottom {
  margin: 0 auto 15px; }

/* トップページへ戻るボタン */
.topButton {
  margin-bottom: 40px; }
