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

    COMMON

############################################################################## */
  
  body {
    font-weight: 500;
    font-feature-settings: "palt";
    *font-size: small;
    *font: x-small;
    -webkit-font-smoothing: antialiased;
  }
  @media all and (-ms-high-contrast:none) {
    body {
      font-family: 'メイリオ', 'Meiryo', 'Lato', 'YuGothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
    }
  }
  ul,
  ol { list-style: none; }
  small { font-size: 86%; }
  a {
    color: #3c3c3c;
    text-decoration: none;
    outline : none;
  }
  a:hover {
    text-decoration: none;
  }

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