
@charset	"utf-8";

/* clearfix */
/*************************************************************/

#special_body  .clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

#special_body  .clearfix {
  min-height: 1px;
}

#special_body  * html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* custom */
/*************************************************************/
#special_body img{
	max-width:100%;
}

#special_body .read{
	padding:20px 0;
	text-align:center;
	background: #A9D9CD; 
	}
#special_body .cen{ text-align:center;}

#special_body .m50b{
	margin:50px 0;}
	
#special_body .m30b{
	margin:0 0 30px 0;}
	
#special_body .m35b{
	margin:35px 0;}
	
#special_body .m7r{ margin-right:7px;}



