<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ファイル読み込み用

----------------------------------------------------------- */



/* DEFAULT STYLE
----------------------------------------------------------- */
@import url("reset.css");


/* LAYOUT STYLE
----------------------------------------------------------- */
@import url("base.css");
@import url("subpage.css");


/* COMMON STYLE
----------------------------------------------------------- */
@import url("styles.css");



/* PRINT
----------------------------------------------------------- */
@import url("print.css");

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