@CHARSET "UTF-8";

/******************************/
/* 汎用 */
/******************************/
h3 {
	text-align: center;
}

/******************************/
/* colorbox拡張 */
/******************************/
/* 右上の「image x of y」を非表示 */
#cboxCurrent {
	opacity: 0;
}

/******************************/
/* ナショナルコレクション一覧 */
/******************************/
.ListBlock {
	width: 95%;
	margin: 10px auto 15px;
	line-height: 140%;
	background-color: #fff;
}
.ListBlock:hover {
	background-color: #f0f8ff;
	opacity: 0.8;
	cursor: pointer;
}

.ListBlock table{
	width: 100%;
}
.ListBlock table td{
	padding: 0 10px;
	border: 1px solid #C0C0C0;
}
.ListBlock table td.Img{
	width: 30%;
	text-align: center;
}
.ListBlock table td.Img img{
	margin: 10px 0;
	width: 100%;
}
.ListBlock table td.Body{
	padding-left: 10px;
}
.ListBlock table td.Body ul{
	list-style-type: none;
	padding-inline-start: 15px;
}
.ListBlock table td.Body li{
	margin-bottom:10px;
}

/******************************/
/* ナショナルコレクション詳細 */
/******************************/
p.Title1 {
	font-size: 120%;
	text-align: center;
}
p.Title2 {
	font-size: 105%;
	text-align: center;
	margin: 15px auto;
}

.DtlBlock {
	width: 100%;
	margin: 10px auto;
}
.DtlBlock .Head{
	height:					25px;
	background-color:		#808080;
	padding:				10px 0 0 10px;
	font-size:				16px;
	color:					#fff;
	cursor:					default;
}
.DtlBlock .Body{
	background-color:		#fff;
}

.DtlBlock .p20{
	padding: 20px;
}
.DtlBlock .border{
	border: 1px solid #808080;
}
.DtlBlock .border-bottom{
	border-bottom: 1px solid #808080;
}

.DtlBlock .Body p{
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 140%;
}
.DtlBlock .OutlineImg img{
	width: 100%;
}

.DtlBlock table.Info{
	width: 100%;
}
.DtlBlock tr:nth-child(even) {
	background: #eee;
}
.DtlBlock table.Info td{
	border: 1px solid #808080;
	padding: 5px;
}
.DtlBlock table.Info td.Left{
	width: 25%;
}

.DtlBlock .DataArea{
	width: 100%;
	margin: 0px auto;
}
.DtlBlock table.Data{
	word-wrap: break-word;
	word-break: break-all;
	width: 100%;
	table-layout: fixed;
}
.DtlBlock table.Data thead,
.DtlBlock table.Data tbody {
	display: block;
}
.DtlBlock table.Data tbody {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 900px;
}
.DtlBlock table.Data td{
	border: 1px solid #808080;
	padding: 5px;
	box-sizing: border-box;
}
.DtlBlock table.Data th{
	border: 1px solid #808080;
	padding: 5px;
	text-align: center;
	box-sizing: border-box;
}
.DtlBlock table.Data img{
	width: 100%;
}
.DtlBlock table.Data .Num{
	width: 50px;
}
.DtlBlock table.Data .Img{
	width: 120px;
}
.DtlBlock table.Data .Name{
	width: 180px;
}
.DtlBlock table.Data .NameJp{
	width: 180px;
}
.DtlBlock table.Data .SpInfo{
	width: 305px;
}
.DtlBlock .Btn {
	display: flex;
	flex-direction: row;
	margin-bottom: 12px;
}
.DtlBlock .Btn div{
	width: 240px;
}

.ExScrollBar{
	overflow-y:scroll;
}
.ExScrollBar::-webkit-scrollbar{
	width:15px;
}
.ExScrollBar::-webkit-scrollbar-track{
	background:#dddddd;
}
.ExScrollBar::-webkit-scrollbar-thumb{
	background:#9b9b9b;
}

/******************************/
/* ナショナルコレクション申請書と保有リスト一覧 */
/******************************/
.DocListBlock {
	width: 95%;
	margin: 10px auto 15px;
	line-height: 140%;
	background-color: #fafafa;
	border: 1px solid #C0C0C0;
}
.DocListBlock .Info {
	padding: 5px 20px;
}
.DocListBlock .Info ul{
	list-style-type: none;
	padding-inline-start: 15px;
}
.DocListBlock .Info li{
	margin-bottom:10px;
}

.DocListBlock .Btn {
	display: flex;
	flex-direction: row;
	margin-bottom: 12px;
}
.DocListBlock .Btn div{
	width: 240px;
}

