@charset "UTF-8";
/* CSS Document */
body {
  margin: 0;
  -webkit-background-size: 100% auto;
  background-size: 100%;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Pゴシック", "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:link {
  transition: all 0.5s ease 0s;
}

/* 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;
/**/
}