<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 file
FileName:import.css
Author:fancs&amp;co.
UpdatedBy:hirata
----------------------------------------------- */

@import"../../../../css/base.css";
/* サイト全体の設定 */

@import"../../../../css/common.css";
/* 全ページ共通の設定 */

@import"../../css/interview.css";
/* スケジュールページ共通の設定 */

@import"interview_sakai.css";
/* このページ固有の設定 */
</pre></body></html>