@charset "utf-8";
@import url("destyle.css");
@import url("base.css");

@import url(style.css) only screen and (min-width: 980px);
@import url(tablet.css) only screen and (min-width:641px) and (max-width:979px);
@import url(smart.css) only screen and (max-width: 640px);