@charset "UTF-8";


/*------------------------------------------------------------
	ABOUT コンテンツ
------------------------------------------------------------*/

img.imgStrength {
	max-width:100%;
	height:auto;
	box-sizing:border-box;
	border:10px solid #fff;
	box-shadow:0 0 3px #ccc;
	margin-bottom:5px;
}

p.ttlStrength {
	font-size:18px;
	color:#E54E51;
	font-family:'FuturaBTW01-MediumConde';
	margin:5px 0 10px;
}

p.ttlStrength:before {
	 font-family: "fontawesome";
	 content: "\f00c";
	 padding-right:10px;
}

h3 {
	font-family:'MotoyaExAporo_1173674';
	margin-bottom:10px;
}

div.bgBeige {
	background:#F0ECE8;
}

@media only screen and (min-width: 641px) {

div#container div.contents {
	margin:0 auto 40px;
	padding-top:60px;
}

h3 {
	margin-bottom:20px;
}
	
}




