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

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

/* スマホ版 */
@import url(mobile.css) screen and (min-width: 0px) and (max-width:640px);