@charset "UTF-8";
/*************************
外壁塗装で得する理由
 *************************/

p{
	margin:0;	
}

.main{
	margin-bottom:80px;
}

.main h2 img{
	width:100%;
	height:auto;	
}

span.bold{
	font-weight:bold;
}

.contents_box{
	margin-bottom:60px;	
}

.lead01{
	line-height:1.8;	
}

.float{
	margin-bottom:50px;	
}

.float .detail{
	line-height:1.8;	
}

.border{
	padding:30px 30px 25px;
	border:1px solid #ccc;	
}

.border p{
	line-height:1.8;
}




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

.float:after{
	content:"";
	display:block;
	clear:both;	
}

.f-right figure{
	float:right;
	width:35%;
}

.f-right .detail{
	float:right;
	width:60%;
	margin-right:5%;	
}

}

@media screen and (max-width:640px){

.f-right figure{
	margin-bottom:20px;
	text-align:center;
}

.f-right figure img{
	border:1px solid #f1f0ee;	
}

}

