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

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

/* 全汎用クラス集
----------------------------------------------------------- */
@import url("common.css");

/* 下層ページ用
----------------------------------------------------------- */
@import url("detail.css");

/* マージンとか
----------------------------------------------------------- */
@import url("supplement.css");

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