@charset "utf-8";

#accountant dl dt {	
	color: #3D5675;
	font-size: 13px;
	font-weight: bold;
}
#accountant table {	
	width: 703px;
	border: 1px solid #3D5675;
}
#accountant table tr th {
	color: #3D5675;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	width: 120px;
	letter-spacing: 0.05em;
	vertical-align: top;
	background-color: #E8EFF8;
	border-right: 1px solid #3D5675;
	border-bottom: 1px solid #3D5675;
	padding: 5px;
}
#accountant table tr th.no-line {
	border-bottom: none;
}
#accountant table tr td {
	vertical-align: top;
	border-bottom: 1px solid #3D5675;
	padding: 5px;
}
#accountant table tr td.no-line {
	border-bottom: none;
}
#accountant table tr td strong {
	color: #3D5675;
}
#accountant table tr td span.t-right {
	float: right;
	padding-right: 75px;
}

.common_contact {
	padding-bottom: 30px !important;
}