/* NS-css/ns-tategaki-charcol-fix.css
   只修正縦書表示时，原文字框内的小数字位置。
   不改变字框尺寸、不改变正文位置、不改变ルビ、不改变卡片布局。
*/

#compareSection.is-tategaki .indexed-poem-table .char-cell {
  position: relative;
}

#compareSection.is-tategaki .indexed-poem-table .char-col {
  position: absolute !important;
  top: 4px !important;
  right: 4px !important;
  left: auto !important;
  bottom: auto !important;
  transform: none !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  line-height: 1 !important;
  opacity: .55;
  pointer-events: none;
}
