@charset "UTF-8";
@import url("basic.css") print, screen and (min-width:481px);
@import url("index.css") print, screen and (min-width:481px);
/* 以下スマホサイズ用CSS */
@import url("basic_sp.css") screen and (max-width:480px);
@import url("index_sp.css") screen and (max-width:480px);