@charset "UTF-8";
/* CSS Document */
#main_container {
	height:550px;
	width:100%;
	overflow: hidden;
	position:relative;
	z-index:55;
	margin-top:-80px;
}
#PageID_Top .main_img div {
	width:100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	height:550px;
}
@media screen and (max-width: 959px)  {
	#PageID_Top .main_img div {
		background-position: center bottom;
	}
}
@media screen and (max-width: 767px)  {
	#PageID_Top .main_img div {
		
		background-repeat: no-repeat;
		background-position: center bottom;
		height:390px;
		-moz-background-size:auto 400px;
		background-size:auto 400px;
	}
    #main_container {
	height:390px;
    }
}


#PageID_Top .main_img div.main {background-image: url(../imgs/top/main.jpg);background-color:105daf;}
