<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8"; /* -*- coding: utf-8 -*- */
/* this is cas-common_epub.css */

/* ルビのエミュレーション */
@import url("sim2ruby.css");

/* メディアに依存しない設定 */
@import url("cas.css");

/**
 * 注
 */

/* 

&lt;span ah_role="note" id="n.TempTest.1" class="note"&gt;
 &lt;span ah_role="note-start" class="note-start"&gt;(&lt;/span&gt;
   脚注テキスト
 &lt;span ah_role="note-end" class="note-end"&gt;)&lt;/span&gt;
&lt;/span&gt;
*/

/**
 * 通常の注は隠す。
 */
span.note {
 display:none;
}

/**
 * 脚注は括弧内に表示。
 */

span.note.footnote {
 display:inline;
 font-size: x-small;
}
</pre></body></html>