
/*----------------------------------------
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(topSP.css) only screen and (max-width:768px);
@import url(topSP2.css) only screen and (max-width:768px);
@import url(slide.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(top.css) print, screen and (min-width:769px);
@import url(top2.css) print, screen and (min-width:769px);
@import url(slide.css) print, screen and (min-width:769px);



