<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
 author     :yourName (全CSSファイル共通)
 style info :各cssファイル読み込み
================================================================== */

/* リセット及びfont基本設定
-------------------------------------------------------- */
@import url("reset-min.css");
@import url("fonts-min.css");

/* コンテンツ関係 他
-------------------------------------------------------- */
@import url(style1.css);</pre></body></html>