@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main {
	width: auto;
}

.mainVisual {
	background-image: url(../img/advantage/main_visual_bg.jpg);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/advantage/main_visual_bg.jpg',sizingMethod='scale');
}

#main .comInnerBox .bg01 {
	background: url(../img/advantage/photo02.jpg) no-repeat center center;
	background-size: cover;
}

#main .comInnerBox .bg02 {
	background: url(../img/advantage/photo03.jpg) no-repeat center center;
	background-size: cover;
}

@media all and (min-width: 0px) and (max-width: 767px) {
	.mainVisual {
		margin-bottom: 0;
	}
	
}



@media all and (min-width: 768px) and (max-width: 1024px)  {

	#main .comInnerBox .bg01 {
		background: url(../img/advantage/photo02.jpg) no-repeat center center;
		background-size: cover;
	}
	
	#main .comInnerBox .bg02 {
		background: url(../img/advantage/photo03.jpg) no-repeat center center;
		background-size: cover;
	}
}
