@charset "UTF-8";

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