/* バナー */
.banner{
	text-align:center;
}
.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;
}
.no-border{
	border:none;
}
@media screen and (max-width: 800px) {
.scroll{
	overflow: auto;
}
.spth{
	width:150px;
	min-width:150px;
}
table.chronology{
	table-layout: fixed;
	min-width: 100%;
}
}
/* モーダル  */
.none{
	display:none;
}
/* 付録  */
#contents_body p.rinpa a img{
	filter: drop-shadow(1px 1px 1px #aaa) !important;
	border: none!important;
	background: none!important;
	box-shadow:none!important;
}
