<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* --------------------------------------------------------------------------------
	archive-exhibition
-------------------------------------------------------------------------------- */
#main .exhibition table{
	width: 100%;
	border: solid 1px #000;
	font-size: 0.9em;
}
#main .exhibition table th{
	padding: 4px;
	border: solid 1px #000;
	text-align: left;
	color: #fff;
	background: #000;
}
#main .exhibition table td{
	padding: 4px;
	border: solid 1px #000;
}
#main .exhibition table td.exhibition_date{
	white-space: nowrap;
	font-weight: bold;
	color: #e60012;
}
#main .exhibition table td.exhibition_name a{
	text-decoration: underline;
	color: #000;
}





</pre></body></html>