@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


p {
	font-size: 16px;
	line-height: 1.3;
	padding: 0px 0px 15px 0px;
	line-break: normal;
	word-break: normal;
}
p.note {
     text-indent: -1em;
     margin-left: 1em;
}
p.bun {
     text-indent: 1em;
}

h1 {
	font-size: 32px;
	font-weight: bold;
	padding: 0px 0px 15px 0px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px 0px 15px 0px;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	padding: 0px 0px 15px 0px;
}

ul,ol {
	font-size: 13px;
	padding-bottom: 15px;
	list-style: inside;
}

ul li a{text-decoration: none}

.cho{
	font-size: 12px;
}

.cap {
	font-size: 11px;
}

.bold{
	font-weight: bold;
}

.tar{
	text-align: right;
}

.tal{
	text-align: left;
}

.tac{
	text-align: center;
}

.fl{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.fr{
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

.mt {
	margin-top: 15px;
}

.mb {
	margin-bottom: 15px;
}

.ind0{
	padding-bottom: 0px;
}

.clear {
	clear: both;
}

a img{
	border-style: none;
}

a:focus { outline:none;}


ruby {
  display:inline-table;
  text-align:center;
  white-space:nowrap;
  text-indent:0;
  text-align:center;
  margin: 0; 
  vertical-align:-15%;
}

/* ルビベース */
ruby>rb,ruby>rbc {
  display:table-row-group;
  text-align:center;
  /* line-height:90%; */
}

/* 前側ルビテキスト */
ruby>rt,ruby>rbc+rtc {
  display:table-header-group;
  font-size:70%;
  line-height:30%;
  letter-spacing:0;
  text-align:center;
}

/* 後側ルビテキスト */
ruby>rbc+rtc+rtc {
  display:table-footer-group;
  font-size:70%;
  line-height:30%;
  letter-spacing:0;
  text-align:center;
}

/* 複雑ルビテキスト */
rbc>rb,rtc>rt {
  display:table-cell;
  letter-spacing:0;
  text-align:center;
}

rtc>rt[rbspan] {
  display:table-caption;
  text-align:center;
}

/* ルビ括弧 */
rp {
  display:none;
}


/* wrapの下clearして表示する設定 */
/* For modern browsers */ 
.cf:before,.cf:after {  
	content:"";  
	display:table;  
}  

.cf:after {  
	clear:both;  
}  

/* For IE 6/7 (trigger hasLayout) */ 
.cf {  
	zoom:1;  
} 
