@charset "utf-8";
/* 手機 */
@import url("style_mobile.css") only screen and (min-width:0px) and (max-width:480px);
/* 桌面 */
@import url("style_dasktop.css") only screen and (min-width:769px);
/* 平板 */
@import url("style_dasktop.css") only screen and (min-width:481px) and (max-width:768px);


