@charset "UTF-8";

/* スマホサイズのときのみ適応 (幅が1024pxまで) */
@import url(natuplatopforpc.css) screen and (min-width: 750px); /* 750以上 */
@import url(natuplatopformobile.css) screen and (max-width: 749px); /* 749以下 */	

