
/* Phone */
@import url("mediaq_sitewide-phone.css") only screen and (max-width:480px);
/* Tablet */
@import url("tablet.css") only screen and (min-width:321px) and (max-width:768px);
