@charset "utf-8";
/* CSS Document */
@import url("mobile.css") screen and (max-device-width: 480px);
@import url("mobile.css") screen and (max-width: 959px);

@import url("desktopFull.css") screen and (min-width: 960px);
