@charset "utf-8";

/* PC */
@import url("mod_scrn_common.css")print, screen and (min-width:961px);
@import url("mod_scrn_top.css")print, screen and (min-width:961px);

/* tablet */
@import url("mod_scrn_common_tb.css")screen and (min-width:641px) and (max-width:960px);
@import url("mod_scrn_top_tb.css")screen and (min-width:641px) and (max-width:960px);

/* smart phone */
@import url("mod_scrn_common_sm.css")screen and (max-width:640px);
@import url("mod_scrn_top_sm.css")screen and (max-width:640px);

