@charset "utf-8";

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

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

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

