/* !Main Img
---------------------------------------------------------- */
body {
	background-color: #ffffff;
}
#mainImg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -999999;
	// background: url(/mat/common/img/sp/main01.jpg) center 30px no-repeat;
	 background-size: 100% auto;
}
#topPage #mainImg {
	// background: url(/mat/common/img/sp/main01.jpg) center top no-repeat;
	background-size: 100% auto;
}
