@charset "utf-8";
@import "common.css";

/* layout */
@import url("layout.css") print,screen and ( min-width : 769px );
@import url("layout_sp.css") screen and ( max-width : 768px );

/* content_part */
@import url("content_part.css") print,screen and ( min-width : 769px );
@import url("content_part_sp.css") screen and ( max-width : 768px );

/* navigation */
@import url("nav.css") screen and ( max-width : 768px );
