﻿@charset "UTF-8";
@import url(default.css);
@import url(default.css) screen and (min-width: 1000px); /*PC・向け*/
@import url(tablet.css) screen and (min-width:768px) and (max-width:999px); /*タブレット向け*/
@import url(sp.css) screen and (max-width: 767px); /* スマホ向け */