@charset "UTF-8";
/* CSS Document */

/*- ページタイトル -*/
#pageTitle h1{ background-image: url("../../../images/page_icon06_3.png"); }

/*======================================================

	PCサイズ（769px以上）ここから
	
======================================================*/

@media screen and (min-width:769px), print{

/*- ページナビゲーション -*/
#pageNavi ul li{ width:25.00%; }


/* ----------------------------------------------
	学芸員紹介
------------------------------------------------- */
#curator #itemList{
	font-size:114%;
}
#curator #itemList dt{
	display: inline-block;
	font-weight: bold;
}
#curator #itemList dd{
	display: inline-block;
	margin-left:10px;
	line-height: 100%;
}
#curator #itemList dd span{
	display: inline-block;
	background-color:#e6e6e6;
	margin-right:5px;
	padding: 10px 18px 8px;
	line-height: 100%;
}
#curator .wrapper div {
	clear:both;
	color: #04163a;
	font-weight: bold;
	margin-top: 2em;
}
#curator .wrapper div:first-of-type {
	margin:0;
}

#curator .wrapper dt,
#curator .wrapper dd {
	float:left;
	padding: 5px 20px;
	margin: 5px 0;
	width:55em;
}
#curator .wrapper dt {
	clear:both;
	background-color:#e6e6e6;
	width: 1em;
	text-align: center;
}
#curator .wrapper ol {
	/*list-style: inside;*/
	list-style-type: decimal;
    padding-left: 1.3em;
}


}

/*======================================================

	SPサイズ（768px以下）ここから
	
======================================================*/

@media screen and (max-width: 768px) {

/* ----------------------------------------------
	学芸員紹介
------------------------------------------------- */
#curator #itemList{
	font-size:114%;
}
#curator #itemList dt{
	display: block;
	font-weight: bold;
	margin-bottom: 8px;
}
#curator #itemList dd{
	display: block;
	margin-bottom:8px;
	line-height: 100%;
}
#curator #itemList dd span{
	display: inline-block;
	background-color:#e6e6e6;
	margin-right:5px;
	padding: 8px 14px;
	line-height: 100%;
}
#curator .content .wrapper{
    margin-bottom: 35px;
}
#curator .wrapper div {
	clear:both;
	color: #04163a;
	font-weight: bold;
	margin-top: 2em;
}
#curator .wrapper div:first-of-type {
	margin:0;
}

#curator .wrapper dl{
	border-bottom:1px solid #d2d2d2;
}
#curator .wrapper dl:last-of-type{
	border-bottom:none;
}
#curator .wrapper dt,
#curator .wrapper dd {
	padding: 5px 10px;
	margin: 5px 0;
}
#curator .wrapper dt {
	background-color:#e6e6e6;
	width: 1em;
	text-align: center;
}
#curator .wrapper ol {
	/*list-style: disc;*/
	list-style-type: decimal;
	margin-left: 1.3em;
}

}