
/*----------------------------------------
SP
----------------------------------------*/
@import url(reset.css) only screen and (max-width:768px);
@import url(commonSP.css) only screen and (max-width:768px);
@import url(topSP.css) only screen and (max-width:768px);

/*----------------------------------------
PC
----------------------------------------*/
@import url(reset.css) print, screen and (min-width:769px);
@import url(common.css?88) print, screen and (min-width:769px);
@import url(top.css) print, screen and (min-width:769px);



