
/* PC */
@import url("css/style.css") only screen and (min-width:800px);
/* タブレット */
@import url("css/tablet.css") only screen and (min-width:481px) and (max-width:799px);
/* スマートフォン */
@import url("css/phone.css") only screen and (max-width:480px);
