
/*CSSリセット*/
@import url("css/reset.css");

/*PC用*/
@import url(css/common-pc.css) screen and (min-width: 768px);

/*スマホ用*/
@import url(css/common-sp.css) screen and (max-width: 767px);

/*プリント用／PC用と同じ*/
@import url(css/common-pc.css) print;

