@charset "utf-8";
/* CSS Document */

/* DEFAULT
----------------------------------------------------------- */
@import url("main.css");

/* WIDE
----------------------------------------------------------- */
@import url("main_wd.css")all and (min-width:1412px);


/* TABLET
----------------------------------------------------------- */

@import url("main_tb.css") all and (min-width: 841px) and (max-width: 1100px);


/* SP
----------------------------------------------------------- */

@import url("main_sp.css") all and (min-width: 0px) and (max-width: 840px);


