/*
Theme Name:自悠時間リニューアル
Theme URI:
Description: オリジナルデザインテーマ
Version: 0.1
Author: west
Author URI: http://
*/

/*CSSリセット*/
@import url("reset.css");

/*PC用*/
@import url(pc/common.css) screen and (min-width: 820px);
@import url(pc/contents.css) screen and (min-width: 820px);
@import url(pc/custom.css) screen and (min-width: 820px);


/*TB用
@import url(css/tb/common.css) screen and (min-width:768px) and (max-width:1024px);
@import url(css/tb/contents.css) screen and (min-width:768px) and (max-width:1024px);
*/

/*スマホ用*/
@import url(sp/common.css) screen and (max-width: 819px);
@import url(sp/contents.css) screen and (max-width: 819px);
@import url(sp/custom.css) screen and (max-width: 819px);

/*プリント用／PC用と同じ*/
@import url(pc/common.css) print;
@import url(pc/contents.css) print;
