@charset "UTF-8";

.exhibition-index .exhibition {
	border-collapse: collapse;
	margin: 12px 0;
	width: 100%;
}

.exhibition-index .exhibition th,
.exhibition-index .exhibition td {
	border: solid 1px #cccccc;
	padding: 1px 5px;
	text-align: left;
	vertical-align: top;
}

.exhibition-index .exhibition th {
	background-color: #ccffcc;
	font-weight: bold;
}

.exhibition-index .exhibition td {
	background-color: #fcfcfc;
}

.exhibition-index .exhibition .name {
	width: 35%;
}

.exhibition-index .exhibition .date {
	width: 35%;
}

.exhibition-index .exhibition .place {
	width: 30%;
}

.exhibition-index .exhibition td.name,
.exhibition-index .exhibition td.date,
.exhibition-index .exhibition td.place {
	vertical-align: middle;
}

.exhibition-index .exhibition dt {
	margin: 2px 10px;
}

.exhibition-index .exhibition dd {
	margin: 2px 20px;
}

.exhibition-index .exhibition h4 {
	font-size: 100%;
	font-weight: normal;
}
