@charset "utf-8";
@import url("desktop2.css")
/* Phone */
@import url("phone2.css") only screen and (max-width:400px);
/* tablet */
@import url("tablet2.css") only screen and (min-width:401px) and (max-width:1469px);
/* desktop */
@import url("desktop2.css") only screen and (min-width:1470px);
/* phone */
