@charset "utf-8";

/*-------------------------
	Main contents COMMON
-------------------------*/
#mainarea {
	/*
	background-image: url(../img/quality_header_img.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 0;
	*/
	padding-top: 195px;
	background: #fff;
}
#mainarea h3.h3 {
	text-shadow:none !important;
	color:#555;
	}
@media (min-width:481px) and (max-width:1199px) {
#mainarea {
	background-size: auto;
}	
}