@charset "utf-8";
/* CSS Document */

/* Media Query 1 */
@import url("mstyle.css") only screen and (max-width:480px);


/* Media Query 2 */
@import url("ipad.css") only screen and (min-width:481px) and (max-width:768px);


/* Media Query 3 */
@import url("desktop.css") only screen and (min-width:769px);

