@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: #00B4ED;
	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 #00B4ED;
    float: left;
    margin-right: 20px;
}
.st_Cont table caption {
	width: 540px;
    margin-bottom: 12px;
    font-size: 18px;
    color: #00B4ED;
    font-weight: 600;
    text-align: left;
}
.st_Cont table caption q{
    display: inline-block;
    float: right;
    font-size: 15px;
    color: #898989;
    font-weight: 300;
}

.st_Cont table thead th {
    position: relative;
    width: 60px;
    height: 54px;
    font-size: 15px;
    color: #00B4ED;
    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: #00B4ED;
	background: #eee;
}
.st_Cont table tbody tr.st_trstyle th {
	font-weight:600;
}
.st_Cont table tbody th {
    width: 270px;
    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: #00B4ED;
    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 #00B4ED;
	font-size: 18px;
	text-align: left;
	color:  #00B4ED;
	font-weight: 600;

}


.st_2 {
	margin-top: 100px;
}


.textContainer {
	margin-top: 50px;
	width: 100%;
	background: #eee;
	border-top: 5px solid #00B4ED;
	border-bottom: 1px solid #00B4ED;
	height: 251px;
}
.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: #00B4ED;
	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;
}
@media screen and (max-width:1300px) { 
    .settlement {width:100%}
	.st_Cont table {width:100%;}
	.st_Cont table caption {width: 100%;}
	.textContainer{
		margin-top: 50px;
    width: calc(100% - 40px);
    background: #eee;
    border-top: 5px solid #00B4ED;
    border-bottom: 1px solid #00B4ED;
    height: 400px;
    padding: 0 20px;
    margin-bottom: 130px
	}
	.textContainer p.logo {
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 111px;
	}
}