@charset "UTF-8";

/*リセット*/
/*@import url("style.css");*/
/* スマートフォン */
@import url("style_sp.css") only screen and (max-width:768px);
/* デスクトップ */
@import url("style_pc.css") only screen and (min-width:769px);
@import url("page.css");

