@charset "utf-8";
@import url("reset.css");
@import url("base_phone.css") screen and (min-width:0px) and (max-width: 640px);
@import url("base_tab.css") screen and (min-width:641px) and (max-width: 979px);
@import url("base.css") screen and (min-width:980px);
