<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ===================================================================

 file name  :import.css
 style info :各cssファイル読み込み用

=================================================================== */

/* default style - リセット及びbody基本設定
---------------------------------------------------------------------------*/
@import url("reset.css");


/* 共通のスタイル指定（ストラクチャ、ヘッダー、フッター）
---------------------------------------------------------------------------*/
@import url("common.css");


/* 汎用クラス指定
---------------------------------------------------------------------------*/
@import url("class.css");


</pre></body></html>