@charset "utf-8";

#main_img #main_bg{
	background: url(../images/title_img3.jpg) no-repeat bottom center;
	background-size:cover;
}

.history_table {
	width: 100%;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 20px;
}

.history_table tr td{
	border-bottom: 1px solid #516f93;
	box-sizing: border-box;
	padding-left: 15px;
	padding-bottom: 10px;
}

.history_table tr td.under_line{
	border-bottom: 1px dashed #8f979e;
}

.history_table th{
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 120px;
	text-align: center;
	border-right: 1px solid #516f93;
	border-bottom: 1px solid #516f93;
	font-weight: normal;
}

.history_table td{
	padding-top: 10px;
}

.history_table tr:last-child th,
.history_table tr:last-child td {
	border-bottom: none;
}

.history_table tr:last-child th.border,
.history_table tr:last-child td.border {
	border-bottom: 1px solid #516f93;
}

.history_table tr td h4 span{
	color: #1e4070;
}

.history_table tr td h4 {
	font-weight: normal;
}

.history_table tr td .cmp_address{
	margin-left: 16px;
	margin-bottom: 5px;
}

h3.relation {
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
	background: url(../images/relation_h3.png) no-repeat center;
	color: #113e75;
	margin-bottom: 20px;
}

.history_table tr td span.left_txt {
	display: inline-block;
	width: 40%;
}
