div#search_box { padding: .5em; text-align: right; margin: 2em 0 -1.5em 0; }
input#highlight { padding: 6px; font-size: 14px; border-radius: 5px; width: 10em; }
div#data_area { padding-bottom: 1.5em; }
div.source {
	color: #004080;
	font-size: 15px;
	font-weight: bold;
	margin-top: 2.5em;
	display: flex; 
	flex-wrap: wrap; 
	justify-content: space-between; 
	align-items: flex-end;
	border-bottom: 2px solid; 
}
div.source_title { padding-left: 1em; }
div.source_detail { padding: 0 1em 0 3em; color: #463C3C; font-size: 84%; }
div.source_detail span { font-weight: normal; margin-left: 0.5em; }
div.source_description { padding: 15px; font-size: 90%; }

table.ex {
	border-collapse: collapse;
	width: 100%;
}
table.ex th { 
	display: flex; 
	flex-wrap: wrap; 
	justify-content: space-between; 
	padding: .5em; 
	background-color: #BFB48F; 
}
table.ex th span.box_number {}
table.ex th span.box_detail { margin: 0 1em; }
table.ex th span.box_detail span { font-weight: normal; margin-left: .5em; }
table.ex td { font-size: 100%; padding: .5em 1.0em; background-color: #FFFFFB; display: block; }
table.ex ul { padding-left: 1em; margin: .3em 0 0 0; list-style: square; }
table.ex li { margin-bottom: .5em; }
div.archive_detail_entrance {
	margin: 0 0 .2em .5em;
	color: #804000;
	text-weight: bold;
	cursor: pointer;
}
div.archive_detail_entrance:hover { text-decoration: underline; }
div.archive_detail_box {
	display: none;
	height: 20em;
	overflow-y: scroll;
	resize: vertical;
	border: 1px solid #9F9A8B;
}
.highlight { background-color: yellow; }

@media ( max-width : 698px ) {
	table.ex tr { display: table-row !important; }
	div.source { display: block; }
	div.source_title { float: left; padding-left: .5em; }
	div.source_detail { text-align: right; padding-right: 0.5em; }
	div.source_detail span { display: block; font-size: 84%; }
	div.archive_detail_entrance { font-size: 88%; }
	
	table.ex th { display: table-cell; }
	table.ex th span.box_number { float:left; }
	table.ex th span.box_detail { display: block; text-align: right; margin: 0; }
	table.ex th span.box_detail span { display: block; font-size: 78%; line-height: 1.2em; }
}
