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



