
/* phone */
@import url("phone.css") only screen and (max-width:500px);
/* tablet */
@import url("tablet.css") only screen and (min-width:501px) and (max-width:999px);
/* desktop */
@import url("first.css") only screen and (min-width:1000px);

