
/* スマートフォンSE */
@import url("css/MbileSE.css") only screen and (max-width:413px);
/* スマートフォン */
@import url("css/Mbile.css") only screen and (min-width:414px) and (max-width:666px);
/* タブレット */
@import url("css/Tablet.css") only screen and (min-width:667px) and (max-width:768px);
/* デスクトップ */
@import url("css/PC.css") only screen and (min-width:769px);