@charset "utf-8";
/* Phone */
@import url("Phone.css") only screen and (max-width:480px);
/* Tablet */
@import url("Tablet.css") only screen and (min-width:481px) and (max-width:800px);
/* Desktop */
@import url("main.css") only screen and (min-width:801px);
