@charset "UTF-8";
/* スマートフォン */
@import url("phone.css") only screen and (max-width:670px);
/* タブレット */
@import url("tablet.css") only screen and (min-width:671px) and (max-width:951px);
/* デスクトップ */
@import url("pc.css") only screen and (min-width:950px) and (max-width:960px);
