@charset "utf-8";

@import "../../../files/css/layout.css";

#container {
	background:url(../img/index/bg.jpg) 0 0 repeat-y;
	
}

#main img {
	width:100%;
	height:auto;
}
	
/*-------------------------------------------------------------------------
	main
/*-----------------------------------------------------------------------*/	
#main {
	background: url(../../../files/img/common/main/bg.png) center top repeat-y;
	margin:0 0 5% 0;
	background-size: contain;
}

#main ul.item {
}

	#main ul.item li {
		float:left;
		width:50%;
	}




