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

    COMMON

############################################################################## */
  
  body {
    font: 16px/1.231 'ヒラギノUD明朝 W4 JIS2004', 'Hiragino UD Serif W4 JIS2004', 'YuGothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
    line-height: 2;
    letter-spacing: .1em;
    *font-size: small;
    *font: x-small;
    color: #29262d;
  }
  ul,
  ol { list-style: none; }
  small { font-size: 86%; }
  .small {
    padding: 0 4px 0 2px;
    letter-spacing: .04em;
    color: #999;
    font-size: 78%;
    position: relative;
    top: -1px;
  }
  a {
    color: #29262d;
    text-decoration: none;
    transition: all .6s cubic-bezier(0,0,.33,.99);
    outline : none;
  }
  a:hover {
    text-decoration: none;
  }

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