
@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;
}
#specialContents02 img,
#special_body img {
  max-width: 100%;
  height: auto;
}

#special_body div {
  margin-bottom: 5%;
}
#special_body div:last-child {
  margin-bottom: 0;
}
#special_body div a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

@media screen and (max-width: 640px) {
}



