﻿@charset "UTF-8";

/*+++++++++++++++++++++++++++++++++++++++++++*/
/* 共通 */
* {
	margin : 0px;
	padding : 0px;
}

body {
	margin : 0px;
	padding : 0px;
	background-color : #EEEEEE;
	color : #333333;
	text-align : center;
	font: 13px "ヒラギノ角ゴ Pro W3","Osaka","ＭＳ Ｐゴシック",sans-serif;
	*font-size: small;
	*font: x-small;
}
table {
	font-size: inherit;
	font: 100%;
}
select,
input,
textarea {
	font: 99% "ヒラギノ角ゴ Pro W3","Osaka","ＭＳ Ｐゴシック",sans-serif;
}
pre,
code {
	font: 115% monospace;
	*font-size: 100%;
}

img {
	border : 0px none #ffffff;
}

li {
	list-style-type: none;
}

.clear_float {
	clear : both;
	height : 1px;
	line-height : 1px;
}

.text_normal {
	text-decoration: none;
	font-weight: normal;
}
.text_red {
	color: #cc0000;
	border-bottom: 1px solid #cc0000;
}
.text_orange {
	color: #ff8c00;
	border-bottom: 1px dotted #ff8c00;
}
.uline {
	text-decoration: underline;
}
.text_nowrap {
	white-space: nowrap;
}
.text_size90 {
	font-size: 90%;
}
.text_size80 {
	font-size: 80%;
}
.text_size70 {
	font-size: 70%;
}

/*+++++++++++++++++++++++++++++++++++++++++++*/
/* ルビ */
ruby {
	display:inline-table;
	text-align:center;
	white-space:nowrap;
	ruby-align: center; 
	text-indent:0;
	margin:0;
	vertical-align:-20%;
	_vertical-align: 0px;
}

/* ルビベース */
ruby>rb,ruby>rbc {
	display:table-row-group;
	line-height:90%;
}

/* 前側ルビテキスト */
ruby>rt,ruby>rbc+rtc {
	display:table-header-group;
	font-size:60%;
	line-height:40%;
	letter-spacing:0;
}

/* 後側ルビテキスト */
ruby>rbc+rtc+rtc {
	display:table-footer-group;
	font-size:60%;
	line-height:40%;
	letter-spacing:0;
}

/* 複雑ルビテキスト */
rbc>rb,rtc>rt {
	display:table-cell;
	letter-spacing:0;
}

rtc>rt[rbspan] {
	display:table-caption;
}

/* ルビ括弧 */
rp {
	display:none;
}
