@charset "utf-8";
/*----------------------------------------------------------
    初期設定
----------------------------------------------------------*/
@import url("reset.css");
@import url("init.css");
@import url("base_shared.css");
@import url("base_sp.css") only screen and (max-width:767px);
@import url("base_pc.css") print, screen and (min-width:768px);

