@charset "UTF-8";
/* CSS Document */
body {
  margin: 0;
  -webkit-background-size: 100% auto;
  background-size: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.8rem;
  line-height: 150%;
  color: #282828;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
  width: 100%;
}
img.img-t {
  vertical-align: top;
}

a {
  text-decoration: none;
  color: #282828;
}
a:hover {
  color: #f45000;
}

/* clear
--------------------------------------------------*/
.cl {
  clear: both;
}
.cl:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clx {
  min-height: 1px;
}

* html .clx {
  height: 1px;
  /*\*/ /*/
height: auto;
overflow: hidden;
/**/
}