@charset "utf-8";
/* screen */
@import url("screen.css") only screen and (min-width:1000px);
/* tab */
@import url("tab.css") only screen and (min-width:720px) and (max-width:999px);
/* phone */
@import url("phone.css") only screen and (min-width:0px) and (max-width:719px);


