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

    COMMON

############################################################################## */
  body {
    font: 15px/1.231 'Koburina Gothic W3 JIS2004' , 'YuGothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
    line-height:2;
    letter-spacing: .125em;
    *font-size: small;
    *font: x-small;
    color: #eee;
  }
  ul,
  ol { list-style: none; }
  small { font-size: 88%; }
  a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 1s cubic-bezier(.5,0,0,1);
    -moz-transition: all 1s cubic-bezier(.5,0,0,1);
    transition: all 1s cubic-bezier(.5,0,0,1);
    outline : none;
  }
  a:hover,
  a:focus {
    color: #eee;
    text-decoration: none !important;
  }
  img {
    vertical-align: middle;
  }

  @media screen and (min-width: 1600px) {
    body {
      font-size: 16px;
    }

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