/* Phone */
@import url("phone.css") only screen and (max-width:530px);
/* Tablet */
@import url("tablet.css") only screen and (min-width:531px) and (max-width:755px);
