  @charset "utf-8";
#main_image {
	width: 100%;
}
.imgBox {
	background-image: url(/sales/images/main_air_con.jpg);
	height: 200px;
	width: 100%;
}
.number span {
	display: block;
}
/**/

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

@media print, screen and (min-width: 824px) {

}
/**/
@media only screen and (min-width: 1012px) {

	.imgBox {
		height: 360px;
	}
}


