<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 Document */
/*フォントサイズスタイル*/
@import url("fonts.css");

/*共通部分スタイル*/
@import url("style.css");

/*各ブロックスタイル*/
@import url("module.css");

/*コンテンツページスタイル*/
@import url("contents.css");

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