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

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

.honkoku{
	font-size:13px;
}


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


.block_ul{
	margin-left:20px;
}

/* 年表  */
table.chronology{
	border:solid 1px;
 	border-collapse: collapse;
	margin-bottom:30px;
	font-size:13px;
}
.s_color_p{
	background-color:rgba(255, 249, 249, 0.8);
}
.bn3{
	border:none;
}
.blue{
	color:rgb(0,51,153);
	border-color:black!important;
}
.red{
	color:#cf0000;
	border-color:black!important;
	font-weight:bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px 0px 1em 0px;
}

table th,table td {
	font-weight: normal;
	border: 1px solid #666;
	text-align: left;
	padding: 4px 6px;
	vertical-align: top;
}

table .bn1, table .bnT {
	border-top:none !important;
}

table .bn2, table .bnB {
	border-bottom:none !important;
}

table .bn3, table .bnR {
	border-right:none !important;
}

table .bn4, table .bnL {
	border-left:none !important;
}

table th {
	background-color: #EFEFEF;
}

table .bc_c {
	background-color: #ccc;
}

table caption {
	caption-side: top;
	text-align: left;
}

table .nowrap {
	white-space: nowrap;
}
.member{
	font-size:13px;
}
.member ul li{
	margin-left:10px;
	font-size:13px;
}



/* モーダル  */
.none{
	display:none;
}
