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

/* ----------------------------------------
	company.html
---------------------------------------- */

h2, h3 {
	margin-bottom: 15px;
}

#contents .company li {
	float: left;
	padding: 30px 0 25px;
	line-height: 21px;
}

#contents .company .id {
	font-weight: bold;
	width: 90px;
}

#contents .company .name {
	width: 245px;
	padding-right: 35px;
}
#contents .company .name a {
	color: #f57606;
	text-decoration: none;
}
#contents .company .name a:hover {
	text-decoration: underline;
}

#contents .company .category {
	width: 243px;
}

.sectionInner &gt; ul.first {
	border-top: 1px solid #e6e6e6;
}
.sectionInner &gt; ul {
	border-bottom: 1px solid #e6e6e6;
}


/* ----------------------------------------
	category_list
---------------------------------------- */
#contents #category_list {
	margin-bottom: 30px;
}
#contents #category {
	margin: 35px 0 30px;
}
#contents #category ul {
	margin-top: 0;
	width: 513px;
	padding: 0 50px;
	border-bottom: 3px solid #e6e6e6;
}
#contents #category li {
	margin: 0;
	padding: 0;
	border: none;
	height: 45px;
}
#contents #category li.space {
	margin: 0 3px;
}
#contents #category li a {
	color: #2864C8;
	height: 45px;
}
#contents .company #name_list {
	width: 496px;
	margin: auto;
}
#contents .company #name_list.en {
	width: auto;
	margin: auto;
}

#contents .company #name_list li {
	padding: 0 10px;
	line-height: 21px;
	border-left: 1px solid #000;
	border-top: none;
	display: inline-block;
	float: left;
	font-size: 12px;
}
#contents .company #name_list li a {
	color: #000;
}
#contents .company #name_list li.active a {
	color: #fff;
}
#contents .company #name_list li.active {
	background: #f57606;
}
#contents .company #name_list li.edge {
	padding: 0 10px;
	line-height: 21px;
	border-right: 1px solid #000;
}

/* list_part
---------------------------------------- */

#contents #list_part li {
	border-top: none;
	border-right: #4B4B4B solid 1px;
	float:left;
	padding: 0 11px;
	color: #2864C8;
	line-height: 20px;
}
#contents #list_part li span {
	font-weight: bold;
}

#contents #list_part .corner {
	clear: left;
}

#contents #list_part li.end {
	border-right: none;
	padding-right: 0;
}

/* other_category
---------------------------------------- */

#contents #other_category {
	margin-left: 11px;
}
#contents #other_category li {
	padding: 0 14px 0 0;
	margin: 0;
	border-top: none;
}
</pre></body></html>