@charset "utf-8";
/* Phone */
@import url("phone.css") only screen and (max-width:540px);
/* Not Phone */
@import url("notPhone.css") only screen and (min-width:541px);

