@charset "utf-8";
/* CSS Document */

html {
  overflow-y: scroll;
  font-size: 62.5%; /*10px*/
}
body {
  background-color: #f6ff00;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.0rem; /*10px*/
  color: #000;
  -webkit-text-size-adjust: 100%;
}
a {
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  color: #fff;
  display: block;
}
a:hover {
  text-decoration: underline;
  color: #fff;
  display: block;
}
a img:hover {
  opacity: 0.8;
}
a:active {
  text-decoration: underline;
  color: #fff;
  display: block;
}
a:visit {
 text-decoration:none;
 color:#fff;
 display: block;
}
img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}
ul {
  list-style: none;
}
/*---------------　clearfix　---------------*/
.cf:after {
  content: '.';
  height: 0;
  line-height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.cf {
  display: block;
}
