@charset "UTF-8";
/*************************
安心の建設業許可工事店
 *************************/
.main,
.body_contents{
	margin-bottom:100px;	
}

.body_contents{
	margin-top:-80px;
	padding-top:80px;	
}

.contents_box{
	margin-bottom:50px;
}

.contents_box p{
	line-height:1.6;	
}

.skillbox{
	padding:25px 25px 20px;	
	border:5px solid #9fc564;
}

.text01{
	margin-bottom:30px;	
}

.link{
	display:block;
	width:230px;
	margin:0 auto;
	padding:15px 10px;
	vertical-align:middle;
	text-align:center;
	border:1px solid #ccc;
}

.link:hover{
	border:1px solid #7bac2f;
	color:#fff;
	background:#7bac2f;
	-webkit-transition:all .3s;	
	-moz-transition:all .3s;	
	-ms-transition:all .3s;	
	transition:all .3s;
}

.link i{
	margin-right:10px;	
}

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

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

.float-r .img{
	float:right;
	width:35%;	
}

.float-r .caption{
	float:right;
	width:61%;
	margin-right:4%;
}
	
}


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

.main,
.body_contents{
	margin-bottom:60px;	
}

.img{
	margin-bottom:20px;	
}

.text01 br{
	display:none;	
}

.link{
	width:80%;	
}
	
}