@charset "UTF-8";

.casb-sec{
	margin: 60px auto;
}
.casb-sec h4{
	font-size: 20px;
	background: #0C357F;
	color: #fff;
	padding: 12px;
	margin-bottom: 30px;
}
.casb-sec h5{
	font-size: 21px;
	font-weight: bold;
	color: #0C357F;
	margin-top: 0;
}
.casb-sec-colum-wrapper{
	height: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}
.casb-sec-colum{
	float: left;
	width: 45%;
	margin-right: 100px;
}
.casb-sec-colum2{
	float: left;
	width: 45%;
}
.casb-sec table{
	clear:both;
	width: 100%;
	margin: 50px auto;
}
.casb-sec table th,
.casb-sec table td{
	border: solid 3px #fff;
	padding:20px;
}
.casb-sec table thead{
	background: #00A1E9;
}
.casb-sec table thead th{
	font-weight: bold;
}
.casb-sec table thead td{
	
}
.casb-sec table tbody{
	background: #EEEFEF;
}
.casb-sec table tbody tr{
	
}
.casb-sec table tbody td{
	vertical-align: middle;
}

@media screen and (max-width:768px) {
	.casb-sec-colum{
		float: none;
		width: 100%;
		margin: 0 0 30px 0;
	}
}