
@charset "utf-8";

/* clearfix */
/*************************************************************/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* custom */
/*************************************************************/
#special_body {
  text-align: center;
  margin: 0 auto;
}
#special_body img {
  max-width: 100%;
  height: auto;
}

#special_body section {
  margin-top: 5%;
}

#special_body section a.bnr {
  display: block;
  margin-top: 3%;
}
#special_body section a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

@media screen and (max-width: 640px) {
}



