﻿@import "reset.css";
@import "font.css";
/* スマートフォン */
@import url("phone.css") only screen and (max-width:599px);
/* タブレット */
@import url("tablet.css") only screen and (min-width:600px) and (max-width:1024px);
/* デスクトップ */
@import url("pc.css") only screen and (min-width:1025px);