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


@import url("style.css") screen and (min-width:769px);
@import url("style.css") screen and (min-width:641px) and (max-width:768px);
@import url("style_sp.css") screen and (max-width:640px);