@charset "utf-8";
/* CSS Document */

@import url("layout.css");
@import url("layout_pc.css") screen and (min-width:600px);
@import url("main.css");
@import url("sub.css");
@import url("sub_pc.css") screen and (min-width:600px);
@import url("library.css");

@media screen and (max-width:1600px) and (min-width:601px){
	#section1, #section2, #section3, #section4, #section5, #section6 {
		background-size:1600px auto;
		background-position:center top;
	}
}
	
