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

/* ----------------------------------------
	public
---------------------------------------- */
#linkArea {
	margin-bottom: 35px;
}
#linkArea ul {
	margin-bottom: 18px;
}
#linkArea ul li {
	float: left;
	display:  inline-block;
}
#linkArea ul li.edge {
	margin-left: 5px;
}
#caution,
#first,
#check {
	padding: 30px 0;
	border-top: 1px solid #e6e6e6;
}
small {
	font-size: 87.5%;
}
.section .sectionInner h3 {
	margin-bottom: 40px;
}
#linkArea a {
	background: none;
	padding: 0;
}
#linkArea &gt; a img {
	display: block;
	margin: auto;
}
.sectionInner a {
/*	background: url(../img/public_attention/arrow.gif) right center no-repeat;
	padding-right: 18px;*/
	text-decoration: underline;
	color: #e8458c;
}
.sectionInner a.carPark {
/*	background: url(../img/public_attention/nanka.gif) right center no-repeat;
	padding-right: 23px;*/
}
.sectionInner &gt; div p {
	margin-bottom: 30px;
}
.sectionInner &gt; div p img {
	display: block;
	margin-bottom: 7px;
}
#first p img.center {
	margin: 30px auto;
}

span.large {
	font-size: 16px;
	margin-top: 20px;
}
span.strong {
	color: #e8458c;
	font-weight: bold;
}</pre></body></html>