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

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

common.css

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

@import "base.css";/* タグの基本設定 */
@import "parts.css";/* 共通で使うCSS */
@import "alumni.css";
@import "fonts/fonts.css";/* フォント */

/*
===== 印刷用 ======================================
*/

@import "print.css";/* 印刷用css */
</pre></body></html>