﻿@charset "utf-8";
.ruby {
}
/***********************************************
 * ルビ
 */

ruby
{
  position: relative;
}

rb
{
  font-size: 13px;
  line-height: 22px;
}

rt
{
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  white-space: nowrap;
  font-size: 8px;
  text-align: center;
}

rp
{
  display: none;
}
// ruby.css を読み込む
// IE 以外のブラウザに適用する
// (USER_AGENT ヘッダに 'MSIE' が含まれていないブラウザ)