@charset "utf-8";

/* ===================================================================
CSS information
 file name : default.css
 style info : body及び基本レイアウトの初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #000;
  font-size: 1.0rem;
  font-family: Helvetica,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
img {
  vertical-align: bottom;
}
ul,ol {
  list-style:none;
}

/*--- リンク ---*/
a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
  color: #000;
}
a {
    display: block;
}

/*--- レイアウト ---*/
#wrapper {
  overflow: hidden;
}
#header {
}
#content {
  overflow: hidden;
}
#footer {
  overflow: hidden;
}