@charset "UTF-8";
/* CSS Document */

/*PC*/
@media print, screen and (min-width: 769px) {
.bg_hed_img {
	background:url(../images/asphalt/bg_img.png) center center no-repeat;
	width:100%;
	height:180px;
	background-size:cover;
}


.business_img {
	width:300px;
	float:right;
	margin:0 0 30px 30px;
}

.business_img img {
	width:100%;
	height:auto;
}

}



/*sp*/
@media only screen and (max-width: 768px) {
.bg_hed_img {
	background:url(../images/asphalt/bg_img.png) center center no-repeat;
	width:100%;
	height:100px;
	background-size:cover;
}


.business_img {
	width:80%;
	float:none;
	margin:0 auto 30px;
}

.business_img img {
	width:100%;
	height:auto;
}

}