/*
Theme Name:【テスト環境】滋賀学園総合
*/

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

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

/*tablet*/
@import url(css/tablet/common.css) screen and (min-width:768px) and ( max-width:1250px);
@import url(css/tablet/contents.css) screen and (min-width:768px) and ( max-width:1250px);

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

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