@charset "utf-8";
/* CSS Document */

/*
Theme Name: Simple CMS
Author: Tomoyoshi Itano
Author URI: https://ub01d.jp/
*/

@import "css/reset.css";
@import "css/common.css";
@import "css/sp.css" screen and (max-width: 680px);
@import "css/tb.css" screen and (min-width: 681px) and (max-width: 1079px);
@import "css/pc.css" print,screen and (min-width:1080px);