/*----------------------------------------
SP
----------------------------------------*/
@import url(reset.css) only screen and (max-width:768px);
@import url(commonSP.css) only screen and (max-width:768px);
@import url(commonSP2.css) only screen and (max-width:768px);
@import url(totalSP.css) only screen and (max-width:768px);
@import url(slide.css) only screen and (max-width:768px);
@import url(total-addSP.css) only screen and (max-width:768px);

/*----------------------------------------
PC
----------------------------------------*/
@import url(reset.css) print, screen and (min-width:769px);
@import url(common.css) print, screen and (min-width:769px);
@import url(common2.css) print, screen and (min-width:769px);
@import url(total.css) print, screen and (min-width:769px);
@import url(slide.css) print, screen and (min-width:769px);
@import url("total-add.css") print, screen and (min-width:769px);





