@charset 'utf-8';

@import url(style.css) screen and (min-width: 981px); /* 769以上 */
@import url(style-mb.css) screen and (max-width: 980px); /* 768以下 */
@import url(page.css);