/* Phone */
@import url("phone.css") only screen and (min-width:241px) and (max-width:320px);
/* Phone 480px x 800px */
@import url("phone-480.css") only screen and (min-width:321px) and (max-width:480px);
/* Tablet */
@import url("tablet.css") only screen and (min-width:481px) and (max-width:768px);
/* Phone 240px */
@import url("phone-240.css") only screen and (max-width:240px);

