@charset "utf-8";
/** ----------------------------------------------------------------------------

	@ Style Name: /assets/css/exhibition/style.css

---------------------------------------------------------------------------- **/
/**
 *	Exhibition
---------------------------------------------------------------------------- **/
#mainContents p.exhibitionImg {
	margin:0 0 20px;
}
#mainContents p.exhibitionBtn {
	margin:0 0 40px;
}
#mainContents .contents h3 {
	margin:0 0 25px;
}
#mainContents .contents h4 {
	margin:0 0 20px;
}
.detail {
	position:relative;
	margin:0 0 70px;
}
.detail table {
	width:610px;
	margin:0 0 15px 0;
	border:1px #ececec solid;
}
.detail th {
	background:rgb(242, 245, 247);
	width:10em;
	padding:1em;
	color:rgb(3, 53, 102);
	border-bottom:1px #ececec solid;
}
.detail td {
	padding:1em;
	border-bottom:1px #ececec solid;
}

.summary {
	margin:0 0 70px;
}
.nenpu table {
	width:770px;
}
.nenpu td {
	padding:0.5em 1em;
	border:1px #ececec solid;
}
.nenpu tr {
	text-align:center;
}
.nenpu tr.top {
	background:rgb(242, 245, 247);
	font-weight:bold;
	color:rgb(3, 53, 102);
}
.nenpu td.red {
	color:rgb(224, 49, 9);
}
.nenpu td.blue {
	color:rgb(3, 53, 102);
}
.nenpu td.black {
	text-align:left;
}