@font-face {
  font-family: 'Noto Sans C JK JP DemiLight';
  src: url(/res/font/NotoSansCJKjp-DemiLight.woff) format('woff')
}

#contents.antique {
  border: none;
  font-size: 12px;
  font-family: 'Noto Sans C JK JP DemiLight', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contents.antique * {
  box-sizing: content-box;
}



@media (min-width: 768px) {

  #contents.antique .column table tr,
  #contents.antique .column table th {
    border: 1px solid grey !important;
  }
}

@media (max-width: 767px) {
  #contents h2{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
  }
  #contents table{
    font-family: HiraKakuProN-W3;
  }
  #contents.antique .btn_area {
    text-align: center;
    padding: 28px 0;
    margin: 0 10px 0 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
  }

  #contents.antique .btn_area p {
    margin-bottom: 5px;

  }

  #contents.antique .btn_area li {
    border-radius: 2px;
    width: 100%;
    box-shadow: 0 0 0 1px #cecccd;
    -moz-box-shadow: 0 0 0 1px #cecccd;
    -webkit-box-shadow: 0 0 0 1px #cecccd;
    margin: 10px auto 0 auto
  }

  #contents.antique .btn_area li:first-child {
    margin-top: 0
  }

  #contents.antique .btn_area li a.btn_back {
    padding: 15px 0;
    display: block;
    background: #fff url(/res/img/guide/antique/icon_arrow_right_black.png) no-repeat 8px center;
    background-size: 5px 9px;
    border-radius: 2px
  }
}
