@charset "utf-8";
/* CSS Document */

@import url(pc.css) screen and (min-width: 768px); /* 768以上 */
@import url(smart.css) screen and (max-width: 767px); /* 767以下 */

