@import url(new_style.css) screen and (min-width: 1240px); /* 1240px以上 パソコン  */
@import url(tablet.css) screen and (max-width: 1239px); /* 1239px以下 */


/* @import url(smart.css) screen and (max-width: 500px); 500px以下 */