@charset "utf-8";
/* CSS Document */

h3 {
	position:relative;
}

h4 {
	color:#0074af;
	font-weight:bold;
	font-size:16px;
	margin-top:40px;
}

#contentsContainer a {
	color:#0074af;
}

#contentsContainer a:hover {
	color:#7FB9D7;
}

#exhibition_breadcrumb {
	height:20px;
	line-height:20px;
	position:absolute;
	right:40px;
	top:34px;
}

#exhibition_breadcrumb li {
	float:left;
}

#exhibition_breadcrumb li:before {
	content:"/";
	color:#dedede;
	font-size:14px;
	margin:0px 5px;
}

#exhibition_breadcrumb li:first-child:before {
	content:"";
	margin:0px;
}


.exhibition_contents_list {
	margin-top:15px;
	width:910px;
}

.exhibition_contents_list li {
	float:left;
	position:relative;
	width:172px;
	padding-top:182px;
	
	font-size:11px;
	color:#8b8a8a;
	line-height:1.7em;
	margin-right:10px;
	height: 90px;
}

.en .exhibition_contents_list li {
	font-size:10px;
	line-height:1.3em;
	word-break:break-word;
}

.exhibition_contents_list li a {
	display:block;
	border:1px solid #dedede;
	position:absolute;
	left:0px;
	top:0px;
}

.exhibition_contents_list li>img {
	display:block;
	border:1px solid #dedede;
	position:absolute;
	left:0px;
	top:0px;
}

.btnGo2Top {
	background:url(../img/arrow_top.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:20px;
	font-size:13px;
	text-align:right;
	text-decoration:underline;
}

.btnGo2Top span {
	cursor:pointer;
}

.txtImg {
	border:none !important;
	position:absolute !important;
	left:0px !important;
	top:183px !important;
}







