@charset "UTF-8";
/* CSS Document */

/* desktop */
@import url("desktop.css") only screen and (min-device-width : 769px) and (max-device-width : 1024px);

/*iPad */
@import url("tablet.css") only screen and (min-width:481px) and (max-width:768px);

/* mobile */
@import url("mobile.css") only screen and (max-width:480px);

