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

