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


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


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


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

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

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

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

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

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

/*調整用（静的ページ）
----------------------------------------------------*/
@import url(/css2/adjuststatic.css) screen and (min-width: 769px);
@import url(/css2/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);
