@charset "utf-8";
@import url("reset.css");
@import url("phone.css") print , screen and (min-width:0px) and (max-width: 640px);
@import url("tab.css") print , screen and (min-width:641px) and (max-width: 768px);
@import url("pc.css") print , screen and (min-width:769px);
@import url("custom.css");