@charset "utf-8";
/* Phone */
@import url("phone.css") only screen and (max-width:481px);
/* Tablet */
@import url("tablet.css") only screen and (min-width:481px) and (max-width:767px);
/* Desktop */
@import url("desktop.css") only screen and (min-width:768px);
/* for printing */
@import url("print.css") only print;



