@charset "utf-8";
/*デフォルト
@import "base.css";
@import "common.css";
@import "style.css";*/

/*PC*/
@import url(base.css) screen and (min-width: 769px);
@import url(common.css) screen and (min-width: 769px);
@import url(style.css) screen and (min-width: 769px);

/*タブレット*/
@import url(base.css) screen and (min-width:641px) and (max-width:768px);
@import url(common.css) screen and (min-width:641px) and (max-width:768px);
@import url(smart.css) screen and (min-width:641px) and (max-width:768px);

/*スマホ*/
@import url(base.css) screen and (max-width: 640px);
@import url(common.css) screen and (max-width: 640px);
@import url(smart.css) screen and (max-width: 640px);