/*ルビ調整*/
ruby, ruby rb, ruby rt {
	text-align: center;
}
ruby {
	display: inline-table;
	vertical-align: bottom;
}
ruby rb {
	display: table-row-group;
}
ruby rt {
	display: table-header-group;
	font-size: 50%;
	line-height: 50%;
	font-weight: normal;
}
/*.main .kyougi_list ruby rt {
	display: table-header-group;
	font-size: 50%;
	line-height: 30%;
	font-weight: normal;
}*/
ruby rp {
	display: none;
}
