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



