@charset "UTF-8";
/* CSS Document */

/*PC*/
@media print, screen and (min-width: 769px) {



/****************************
[pc]
*****************************/
.amore-divider {
	background:url(../images/about/bg_img.jpg) center center no-repeat;
    color: rgb(250, 250, 250);
    overflow: hidden;
    padding-bottom: 180px;
    padding-top: 180px;
}


.about_img_r {
	width:30%;
	float:right;
	margin:0 0 30px 30px;
}


.about_img_l {
	width:30%;
	float:left;
	margin:0 30px 30px 0;
}

.about_img_l img,
.about_img_r img {
	width:100%;
	height:auto;
}

}



/*sp*/
@media only screen and (max-width: 768px) {


/****************************
[sp]ABOUT US
*****************************/
.amore-divider {
	background:url(../images/about/bg_img.jpg) center center no-repeat;
	background-size:100% auto;
    color: rgb(250, 250, 250);
    overflow: hidden;
    padding-bottom: 70px;
    padding-top: 70px;
}


.about_img_l,
.about_img_r {
	width:80%;
	margin:0 auto 30px;
	float:none;
}

.about_img_l img,
.about_img_r img {
	width:100%;
	height:auto;
}
	
}
