@charset "utf-8";
@import url("reset.css"); 
@import url("default.css"); 

@import url("style.css") screen and (min-width:981px);
@import url("tablet.css") screen and (min-width:641px) and (max-width:980px);
@import url("sp.css") screen and (max-width:640px);