@charset "utf-8";

/* Base style
----------------------------------------------------------- */
@import url("default.css");
@import url("module.css");
@import url("layout.css");
@import url("content.css");


/* Smartphone
----------------------------------------------------------- */
/*@import url("layout_sp.css") all and (min-width: 0px) and (max-width: 768px);
@import url("content_sp.css") all and (min-width: 0px) and (max-width: 768px);*/


/* Print style
----------------------------------------------------------- */
@import url("print.css");