
/* desktop */
@import url("desktop.css") only screen and (min-width:801px);
/* tablet */
@import url("tablet.css") only screen and (min-width:481px) and (max-width:800px);
/* phone */
@import url("phone.css") only screen and (max-width:480px);
