@charset "utf-8";

.settlement {
	position: relative;
	width: 1100px;
	margin: 70px auto 100px auto;
	text-align: center;
}
.st_top {
	position: relative;
	margin-bottom: 63px;
}
/*
span.st_selectBox {
	position: absolute;
	top:0;
	right: 0;
	display: block;
	width: 228px;
	height: 38px;
	border: 1px solid #bfbfbf;
	background: #eee;
	font-size: 15px;
	text-align: left;
	text-indent: 15px;
	line-height: 38px;
	color: #898989;
}
*/
span.st_selectBox img {
	display: block;
	width: 20px;
	margin-right: 15px;
	margin-top: 13px;
	float: right;
}

h1.stH1 {
	font-size: 36px;
	color: #004098;
	font-weight: normal;
	line-height: 40px;
}
h2.stH2 {
	margin-top:12px;
	font-size: 18px;
	color: #898989;
	font-weight: normal;
}

.st_Cont {
	padding-bottom: 21px;
	position: relative;
	width: 100%;
	clear: both;
}
.st_Cont table {
	position: relative;
	width: 540px;
	border-top: 5px solid #004098;
	float: left;
	margin-right: 20px;
}
.st_Cont table caption {
	width: 540px;
	margin-bottom: 12px;
	font-size: 18px;
	color: #004098;
	font-weight: 600;
	text-align: left;
}
.st_Cont table caption q{
	display: inline-block;
	float: right;
	font-size: 12px;
	padding-top: 5px;
	color: #898989;
	font-weight: 300;
}

.st_Cont table thead th {
	position: relative;
	width: 60px;
	height: 54px;
	font-size: 15px;
	color: #004098;
	font-weight: 500;
	border-bottom: 1px solid #034299;
}
.st_Cont table thead th:first-child {
	text-align: left;
	text-indent: 10px;
}
.st_Cont table thead th:last-child {
	text-align: right;
}

.st_Cont table tbody tr {
	position: relative;
	width: 100%;
	height: 59px;
	font-size: 15px;
	color: #1b1b1b;
	font-weight: 300;
	border-bottom: 1px solid #bfbfbf;
}
.st_Cont table tbody tr.st_trstyle {
	font-size: 22px;
	color: #004098;
	background: #eee;
}
.st_Cont table tbody tr.st_trstyle th {
	font-weight:600;
}
.st_Cont table tbody tr.st_line_break {height: 80px; }
.st_Cont table tbody tr.st_line_break th{line-height: 28px; padding-top: 4px;}
.st_Cont table tbody tr.st_line_break td { padding-top: 33px;}

.st_Cont table tbody th {
	width: 360px;
	text-align: left;
	text-indent: 10px;
}
.st_Cont table tbody td{
	text-align: right;
}

.st_Cont table tfoot tr {
	position: relative;
	width: 100%;
	height: 59px;
	font-size: 22px;
	color: #fff;
	background: #004098;
	font-weight: 300;
	border-bottom: 0;
}
.st_Cont table tfoot th {
	width: 270px;
	text-align: left;
	text-indent: 10px;
}
.st_Cont table tfoot td {
	text-align: right;
}

/*
.st_Cont table:nth-child(2n) {
	margin-right: 0;
}
*/
.st_up_bottom {
/*	clear: both;*/
	width: 100%;
	display: table;
	padding-top: 21px;
}
.st_up_bottom p {
	display: table-cell;
	vertical-align: middle;
	height: 48px;
	border-top: 1px solid #004098;
	font-size: 18px;
	text-align: left;
	color:  #004098;
	font-weight: 600;

}


.st_2 {
	margin-top: 100px;
}


.textContainer {
	margin-top: 50px;
	width: 100%;
	background: #eee;
	border-top: 5px solid #004098;
	border-bottom: 1px solid #004098;
	height: 177px;
}
.textContainer p {
	margin-top: 23px;
	text-align: left;
	float: left;
	font-size: 15px;
	color: #464646;
	line-height: 20px;
}
.textContainer p strong {
	display: block;
	font-size: 15px;
	color: #004098;
	margin-bottom: 11px;
}
.textContainer p.logo {
	margin-top: 30px;
	margin-left: 53px;
	margin-right: 111px;
}
.textContainer p.date {
	font-size: 18px;
	margin-right: 110px;
}
.textContainer p.text span {
	color: #000;
	display: block;
	margin-top: 11px;
	font-weight: 600;
}
