@charset "utf-8";
/* CSS Document */

/* ##### common ##### */

/* ## clearfix ## */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* ## common style ## */
#otona_wrapper {
  margin: 0 auto;
  background: url(../img/bg.png) center repeat-y;
  background-size: contain;
  font-size: 12px;
  line-height: 1.5;
  color: #E43D83;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}

/* ##### contents ##### */
h1#otona_ttl {
  padding: 30px 15px 25px 15px;
  margin: 0;
  text-align: center;
}
div#otona_lead {
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 0px 15px 30px 15px;
}
div.otona_btnbox {
  text-align: center;
  padding: 0 0 30px 0;
}
div.otona_btnbox img {
  width: 60%;
}

h2.otona_subttl {
  width: 100%;
  height: 26px;
  background:url(../img/subttl_bg.png) center top no-repeat;
  background-size: cover;
  line-height: 25px;
  text-align: center;
  font-size: 15px;
  margin: 0 0 20px 0;
  font-weight: 900;
  padding: 1px 0 0 0;
}
table.otona_details {
  margin: 0 0 30px 0;
  border-bottom: #f5bdd5 1px solid;
  width: 100%;
}
table.otona_details th {
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  padding: 5px 15px 5px 10px;
  white-space: nowrap;
  font-size: 11px;
  border-top: #f5bdd5 1px solid;
  vertical-align: top;
}
table.otona_details td {
  padding: 5px 8px 5px 0;
  font-size: 11px;
  letter-spacing: -0.05em;
  border-top: #f5bdd5 1px solid;
  vertical-align: top;
  white-space: nowrap;
}
table.otona_details td:last-child {
  white-space: normal;
}
table.otona_details td:first-child {
  padding-left: 10px;
}
table.otona_details td:last-child {
  padding-right: 10px;
}

br.u374 { display: none; }

@media (max-width: 374px) {
  br.u374 { display: inline; }
  div#otona_lead { font-size: 11px; }
  table.otona_details th, table.otona_details td { font-size: 10px; }
}
