@charset "UTF-8";
@import url("../../common/css/import.css");
@import url(style.css);

/* PC版 */
@import url(pc.css) all and (min-width:640px);

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