@charset "utf-8";
/*----------------------------------------
SP
----------------------------------------*/
@import url(reset.css) only screen and (max-width:768px);
@import url(sharedSP.css) only screen and (max-width:768px);
@import url(insideSP.css) only screen and (max-width:768px);

/*----------------------------------------
PC
----------------------------------------*/
@import url(reset.css) print, screen and (min-width:769px);
@import url(shared.css) print, screen and (min-width:769px);
@import url(inside.css) print, screen and (min-width:769px);
