@charset "utf-8";

/* Base style
----------------------------------------------------------- */
@import url("default.css") print, screen and (min-width: 0px);
@import url("module.css") print, screen and (min-width: 0px);
@import url("layout.css") print, screen and (min-width: 0px);
@import url("style.css") print, screen and (min-width: 0px);

/* Smartphone
----------------------------------------------------------- */
@import url("layout_sp.css") only screen and (min-width: 0px) and (max-width: 768px);
@import url("style_sp.css") only screen and (min-width: 0px) and (max-width: 768px);

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