@charset "utf-8";

/***********************************

【hack覚書】
★Internet Explorer 6のみ適用
* html .hogehoge{}

★Internet Explorer 7のみ適用
*+html .hogehoge{}

★Internet Explorer 8のみ適用
html>/＊＊/body .hogehoge{
	プロパティ/＊\＊＊/ : 値\9;
}
（＊は小文字に直してから使用してください。）


***********************************/

@import "base.css?t2301";

h2{
	margin-bottom: 5px;
}

#contents div.box{
	padding: 0 40px 10px;
}

#contents dl.accessmap{
	width: 330px;
}

#contents dl.accessmap dt{
	font-size: 110%;
	font-weight: bold;
	padding: 3px 5px;
	margin-bottom: 3px;
	background-color: #D1CCC9;
}

#contents dl.accessmap dd{
	margin: 0 0 20px 5px;
}

#contents table.history{
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
}

#contents table.history th{
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #dddddd;
	width: 60px;
}

#contents table.history td{
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	padding: 5px;
}

#contents table.history td dt{
	font-weight: bold;
}

#contents table.history td dd{
	margin: -1.5em 0 5px 40px;
}

#contents div.koryo{
	float: right;
	width: 400px;
}

#contents div.koryo h4{
	font-size: 120%;
	font-weight: bold;
	background-color: #D1CCC9;
	padding: 3px 5px;
	margin-bottom: 10px;
}

#contents div.koryo li{
	text-indent: -2em;
	margin-left: 2em;
	margin-bottom: 10px;
}

#contents dl.work dt{
	color: #F29439;
	font-size: 120%;
	font-weight: bold;
}

#contents dl.work dd{
	border-bottom: 1px #999999 dotted;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#contents dl.purpose{
	border: 1px #666666 dotted;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
}


#contents dl.purpose dt{
	font-size: 110%;
	font-weight: bold;
}

#contents dl.purpose dd{
	margin-bottom: 20px;
}

#contents dl.purpose dd:last-child{
	margin-bottom: 0;
}

#contents table.officer{
	width: 80%;
	margin: 0 auto 20px;
	border-top: 1px #333333 solid;
	border-left: 1px #333333 solid;
}

#contents table.officer th{
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.5em;
	padding: 5px;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color: #666666;
}

#contents table.officer td{
	padding: 5px;
	text-align: center;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

/* ブラウザ互換
*********************************************************************/

/* レスポンシブ
*********************************************************************/
@media screen and (max-width: 949px) {
	#contents div.box {
	  padding: 0;
	}
	#contents div.right {
		width: 100%;
		margin: auto;
	}
	#contents div.right img {
		width: 100%;
	}
	#contents div.right a {
		text-align: center !important;
		width: 100%;
		margin-bottom: 2rem;
	}
	#contents dl.accession table {
	  width: 100%;
	}
	#contents dl.accessmap {
		width: 100%;
		margin: auto;
	}

	#contents dl.purpose{
		margin-top: 10px;
	}
  }