/* main-bg
----------------------------------------*/
#hotspring .main-bg {
	background: url(../img/hotspringimg/hotspring-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;*/
}

#hotspring .intro-wrap {
	padding-bottom: 50px;
}