<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------
Static Page Detail Page
------------------------------*/
#mainCont01 .breadcrumbs {
	margin-bottom: 5px;
}
#mainCont01 .breadcrumbs a,
#mainCont01 .breadcrumbs a:visited {
	color: #034c91;
	text-decoration: none;
}
#mainCont01 .breadcrumbs a:hover {
	color: #034c91;
	text-decoration: underline;
}
#mainCont01 .breadcrumbs a:active {
	color: #cc3300;
	text-decoration: underline;
}

#mainCont01 .detail {
	background: #fff none repeat scroll 0 0;
	border-color: #b4b4b4;
	border-style: solid;
	border-width: 1px;
    margin-bottom: 30px;
}

#mainCont01 table {
	padding: 10px 10px 10px 10px;
}
</pre></body></html>