
/*----------------------------------------
SP
----------------------------------------*/
@import url(reset.css) print, screen and (max-width:720px);
@import url(baseSP.css) only screen and (max-width:720px);

/*----------------------------------------
PC
----------------------------------------*/
@import url(reset.css) print, screen and (min-width:721px);
@import url(base.css) print, screen and (min-width:721px);



