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

table#regulation-list {
	border: none;
}

table#regulation-list th,
table#regulation-list td {
	border-top: 1px solid #E0E0E0;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

table#regulation-list th {
	padding: 18px 0 18px 3px;
	width: 120px;
}

table#regulation-list td {
	padding: 18px 3px 18px 0;
	width: 488px;
}

table#regulation-list th.list-top , 
table#regulation-list td.list-top {
	border-top: none;
	padding-top: 0px;
}





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