@charset "UTF-8";
@import url(base.css);
/* PC版 */
@import url(pc.css) all and (min-width:768px);

/* スマホ版 */
@import url(smart.css) screen and (max-width:767px);