@charset "UTF-8";
/* CSS Document */

#exhibitions{
	width: 700px;
	min-height:650px;
	margin:20px 35px 20px 35px;
	padding: 0;
	text-align:left;
}

#exhibitions h3 {
	text-align:left;
	margin:0px 0 10px 0;
	padding:0;
	line-height:1;
}

#exhibitions h4 {
	text-align:left;
	margin:0px 0 10px 0;
	padding:0;
	color:#492020;
	font-weight:700;
	font-size:17px;
	line-height:1.25;
}

#exhibitions p {
	text-align:left;
	margin:0;
	padding:0;
}

#exhibitions ul.lists{
	text-align:left;
}
#exhibitions .lists li{
	display:block;
	margin:0 0 10px 0;
	padding:0 0 0 12px;
	text-align:left;
	background:url(../img/common/li.png) no-repeat 0px 18px;
	background-size:5px 5px;
	line-height: 40px;
}
#exhibitions .lists li.hight50{
	line-height: 50px;
	background:url(../img/common/li.png) no-repeat 0px 22px;
	background-size:5px 5px;
}

#exhibitions .lists li img.bnn{
	display: inline;
	margin-left: 30px;
	vertical-align: middle;
}