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


	File Name: import.css
	Style Info: 各CSSファイル読み込み用


----------------------------------------------------*/


/*リセット・基本設定
----------------------------------------------------*/
@import url(base.css) screen and (min-width: 769px);
@import url(base_sp.css) screen and (max-width: 768px);

/*レイアウト
----------------------------------------------------*/
@import url(layout.css) screen and (min-width: 769px);
@import url(layout_sp.css) screen and (max-width: 768px);

/*ヘッダー・フッター・ナビゲーション
----------------------------------------------------*/
@import url(module.css) screen and (min-width: 769px);
@import url(module_sp.css) screen and (max-width: 768px);

/*#contents内
----------------------------------------------------*/
@import url(main.css) screen and (min-width: 769px);
@import url(main_sp.css) screen and (max-width: 768px);

/*サイド
----------------------------------------------------*/
@import url(../common/css/side.css);

/*調整用
----------------------------------------------------*/
@import url(adjust.css) screen and (min-width: 769px);
@import url(adjust_sp.css) screen and (max-width: 768px);

/*調整用（静的ページ）
----------------------------------------------------*/
@import url(adjuststatic.css) screen and (min-width: 769px);
@import url(adjuststatic_sp.css) screen and (max-width: 768px);

/*ヘッダ、スマホ共通
----------------------------------------------------*/
@import url(change_pc.css) screen and (min-width: 769px);
@import url(change_sp.css) screen and (max-width: 768px);
