@charset 'UTF-8';

/* 会社概要 */
#outline {
	margin-top: -6px;
	margin-left: -6px;
}

#outline tr th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-left: 15px;
}

#outline tr td {
	line-height: 110%;
}

#outline .outline-header {
	width: 110px;
	background-color: #CCCCCC;
	background-image: url(../corpo_image/blue-line.gif);
	background-repeat: repeat-y;
}

#outline .outline-value {
	width: 420px;
}

#outline tr td ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#outline tr td ul#main-business {
	margin-left: 12px;
	padding: 0 10px;
	list-style-type: decimal;
}

#outline tr td table tr th {
	padding-left: 0;
}

/* 合併 */
#merger-table tr th {
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
}

#merger-table tr td ul {
	margin: 0 0 0 10px;
	padding: 0 10px;
}

/* 事業所 */
ul#office-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#office-list li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #666666;
}

ul#office-list li div.office-name {
	font-size: 120%;
	font-weight: bold;
	color: #0000FF;
}

ul#office-list li img.office-image {
	float: right;
}

ul#office-list li div.sub-office {
	border-top: 1px dashed #AAAAAA;
	margin: 5px 0 0 15px;
	padding: 5px 0;
}

ul#office-list li div.sub-office div.office-name {
	font-size: 100%;
	color: #000000;
}