@charset "utf-8";

/* PC */
@import url("common.css")screen and (min-width:800px);
@import url("top.css")screen and (min-width:800px);

/* tablet */
@import url("common_tb.css")screen and (min-width:600px) and (max-width:799px);
@import url("slimmenu.css")screen and (min-width:600px) and (max-width:799px);
@import url("top_tb.css")screen and (min-width:600px) and (max-width:799px);

/* smart phone */
@import url("common_sm.css")screen and (max-width:599px);
@import url("slimmenu.css")screen and (max-width:599px);
@import url("top_sm.css")screen and (max-width:599px);

