@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  background: #ececec;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
}

ul {
  list-style-type: none;
  padding-left: 24px;
}

main h1 {
  margin: 0 0 26px;
  padding: 18px;
  font-size: 14px;
  background: #f3f3f3;
  text-align: center;
}

main section {
  margin: 0 18px 20px;
}

main section h2 {
  font-size: 13px;
  margin: 0 0 8px;
  padding: 0;
}

main section .contents_body {
  font-size: 12px;
  line-height: 26px;
}

main small {
  font-size: 11px;
}
