@charset "utf-8";

@import url("phone.css") only screen and (max-width:480px);
@import url("tablet.css") only screen and (min-width:481px) and (max-width:768px);
@import url("css/main.css") only screen and (min-width:769px);