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

/* Phone */
@import url("phone.css") only screen and (min-width:321px);
@import url("hi-res.css") only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2);
/* Tablet */
@import url("tablet.css") only screen and (min-width:481px), only screen and (orientation:landscape);
/* Desktop */
@import url("desktop.css") only screen and (min-width:769px);

