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

