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

.exhibitionList{}
.exhibitionList dt{
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 1.1em;
	font-weight: bold;
}
.exhibitionList dt:first-child{
	margin-top: 0;
}
.exhibitionList dd{
	padding-left: 2em;
	margin-bottom: 0.3em;
	position: relative;
}
.exhibitionList dd:before{
	content: "-";
	display: inline-block;
	position: absolute;
	left: 1em;
	top: 0;
}

#company.profile h3{
	text-decoration: underline;
}</pre></body></html>