/* ##############################################################################

    COMMON

############################################################################## */

  body {
    font: 14px/1.231 秀英丸ゴシック B, 'YuGothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
    line-height: 1.857;
    letter-spacing: .08em;
    *font-size: small;
    *font: x-small;
    color: #222;
  }
  ul,
  ol { list-style: none; }
  small { font-size: 86%; }
  a {
    color: #207723;
    text-decoration: none;
    transition: all .4s ease-out;
    outline : none;
  }
  a:hover {
    text-decoration: none;
  }
  address,
  em,
  i {
    font-style: normal;
  }

  @media screen and (max-width: 767px) {
    body {
      font-size: 14px;
      -webkit-text-size-adjust: none;
    }
    img {
      max-width: 100%;
      height: auto;
    }
  }