@charset "shift_jis";

/* ============================
「master A」

CSS 切り替え用
reset.css
common.css
header.css
footer.css
condpref.css
============================= */

@import url("./reset.css");		/* -- 1　ブラウザリセット用CSS -- */
@import url("./common.css");		/* -- 2　基本用CSS -- */
@import url("./header.css");		/* -- 3　ヘッダ用CSS -- */
@import url("./footer.css");		/* -- 4　フッタ用CSS -- */
@import url("./condpref.css");		/* 都道府県選択ページ用CSS */
