/* バナー */
.banner{
	text-align:center;
}
.banner a img{
	max-width:100%;
}

.b-title{
	font-weight:bold;
	margin-bottom:15px !important;
}

p.text{
       text-align: justify;
}

/* モーダル書誌で長いもの  */
.small_font {
	font-size:70%;
}

/* 斜体のサイズ調整  */
* i{
       font-size:100%;
}

blockquote.nagata{
	font-size:13px;
}

/* 年表  */
table.chronology{
	border:solid 1px;
 	border-collapse: collapse;
}
.chronology th{
	border:solid 1px;
	padding:10px;
	font-size:14px;
	background-color:rgba(255, 255, 255, 0.8);
	text-align:center;
}
.chronology td{
	border:solid 1px;
	font-size:13px;
}

