@import url(reset.css);
/*----------------------------------------
SP
----------------------------------------*/
@import url(commonSP.css) only screen and (max-width:767px);
@import url(styleSP.css) only screen and (max-width:767px);
/*----------------------------------------
PC
----------------------------------------*/
@import url(common.css) print, screen and (min-width:768px);
@import url(style.css?v250731) print, screen and (min-width:768px);