@charset "utf-8";



/* ===== Basic Style ===== */

body#top {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 160%;
  color: #000;
  -webkit-text-size-adjust: 100%;
}



/* === スマホ用 === */

@media screen and (max-width: 640px) {

  /*-------------------------------------------------*/

  table, tr, td, div, div p {
    font-size: 13px;
  }

  /*-------------------------------------------------*/

  div#header {
    position: static;
  }
  /*-------------------------------------------------*/

  .h1 {
    font-size: 20px;
  }
  .h2 {
    font-size: 16px;
  }
  .h3 {
    font-size: 14px;
  }

  /*-------------------------------------------------*/

  .bgBottom02 div.logRegBox dl dd {
    width: 100%;
  }

  /*-------------------------------------------------*/

  ul.cv_box li a{
    font-size: 15px;
  }

  /*-------------------------------------------------*/

  .links li a {
    color: #000;
  }
  .copyright {
    font-size: 12px;
  }

}
