@charset "utf-8";
#main_image {
	width: 100%;
}
.imgBox {
	background-image: url(/sales/images/main_sales.jpg);
	height: 200px;
	width: 100%;
}
.wrapper .box .bord.cut-3:nth-child(6) {

}
.wrapper .box .bord.cut-3:nth-child(7) {
	clear: both;
}



/***********************************************/

@media print, screen and (min-width: 480px) {
	.imgBox {
		height: 300px;
	}
}
/***********************************************/

@media print, screen and (min-width: 824px) {
	.bord:nth-child(n+7) {
		margin-bottom: 0;
	}
}
/***********************************************/
@media only screen and (min-width: 1012px) {

	.imgBox {
		height: 360px;
	}
}


