<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
--------------------------------------------------------------------*/

.pref_list ul.controller{
	margin-top: 10px;
	margin-bottom: 30px;
}
.pref_list ul.controller li{
	width: 80px;
}
.pref_list ul.controller li.long{
	width: 145px;
}
.pref_list ul.controller li.long a,
.pref_list ul.controller li.long span{
	padding: 9px 0 8px;
	line-height: 18.7px;
}
.pref_list ul.controller li.long span{
}
.pref_list ul.controller li a:hover{
	text-decoration: none;
	background: #444;
	color: #fff;
}
ul.controller li.disabled span{
	color: #aaa;
	cursor: default;
	padding: 9px 0 8px;
	display: block;
	background: none
}
.pref_list h3{
	margin: 30px 0 0 0;
	padding: 10px 0 5px;
	font-size: 16px;
}
.pref_list table tr.head th{
	background: #444;
	color: #fff;
	font-size: 11px;
	text-align: center
}
.pref_list table th{
	font-weight: normal;
	text-align: left;
	vertical-align: top
}
.pref_list table th,
.pref_list table td{
	padding: 5px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.pref_list table th img{
	vertical-align: text-top;
	margin-left: 4px;
}

.pref_list ul.eo li{
	width: 118px;
}

.pref_list table th a{
	text-decoration: underline;
}
.pref_list table th a:hover{
	text-decoration: none
}</pre></body></html>