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

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

