@charset "utf-8";
/* CSS Document */
@import url(layout_pc.css) screen and (min-width: 641px);
@import url(layout_sp.css) screen and (max-width: 640px);

* {
    line-height: inherit;
    word-spacing: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
    font-style: inherit;
}