/*-------------------------------------

	SETTINGS

-------------------------------------*/

/*基本形*/
body {
	line-height: 1.7em;
	color: #272727;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 93%;
	background-color: #FFF;
	}





img {
	/* [disabled]border: none; */
	max-width: 100%;
	height: auto;
	
	padding: 0px;
	vertical-align: bottom;	
}


/* リンク画像 */
a:hover  img   {
	filter:alpha(opacity=70);
	-ms-filter:""alpha(opacity=70)"";
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
}





.Ph-only {
	display: none;
}




a:link,
a:visited {
	color: #F18910;
	text-decoration: none;
}
a:hover {
	color: #F18910;
	text-decoration: underline;
}
a:active
 {
	color: #F18910;
 }

 
 sub {
	padding-bottom: 8px;
	font-size: 70%;
}
.clr {
	clear: both;
}

 
/*--------------201606共通ヘッダ---80px-------*/	

#site-header {
	height:86px
}

@media screen and (max-width: 768px) {
	#site-header {
	height:auto
}
}



/*-------------clearfix--------*/		


/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */




/*下マージンサイズ*/

.Btm5m {
	margin-bottom: 5px;
}
.Btm10m {
	margin-bottom: 10px;
}
.Btm15m {
	margin-bottom: 15px;
}
.Btm20m {
	margin-bottom: 20px;
}
.Btm25m {
	margin-bottom: 25px;
}
.Btm30m {
	margin-bottom: 30px;
}
.Btm35m {
	margin-bottom: 35px;
}
.Btm40m {
	margin-bottom: 40px;
}
.Btm45m {
	margin-bottom: 45px;
}
.Btm50m {
	margin-bottom: 50px;
}

sub {
	padding-bottom: 8px;
	font-size: 70%;
}
