@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; }

/* フッター */
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: 40px; }
  .detail h2 {
    margin: 0 auto 20px; }
  .detail section {
    width: 526px;
    margin: 0 auto 40px; }
    .detail section h3 {
      font-size: 26px;
      text-align: left;
      padding: 0 20px;
      margin: 0 auto 15px;
      color: #2b2616;
      background-image: url("../images/common/transparent.png"); }
      .detail section h3:before {
        content: url("../images/common/list_icon.png");
        margin-right: 5px; }
    .detail section p,
    .detail section li,
    .detail section td {
      text-align: left;
      padding: 0 20px;
      margin: 0 0 15px; }

.topButton {
  margin-bottom: 40px; }
