
html body div#AllBox div#Contents.cf div#Main div.wds h3{
	background: url(../images/company/h3bg.jpg) no-repeat left top;
	text-align: center;
	width: 104px;
	height: 109px;
	margin-right: 25px;
	font-size: 22px;
	padding-top: 35px;
	float: left;
}





th{
	width: 115px;
	font-weight: normal;
	padding: 15px 20px;
	text-align: left;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
}

td{
	text-align: left;
	padding: 15px 20px;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	width: 700px;
}

tr:nth-child(odd) th{
	background: #ECF3FB;
}

tr:nth-child(odd) td{
	background: #ECF3FB;
}

tr:nth-child(even) th{
	background: #f6f8fb;
}

tr:nth-child(even) td{
	background: #f6f8fb;
}

.wds > div:nth-child(1){
	margin-bottom: 50px;
}

.wds > div:nth-child(2){
	margin-bottom: 100px;
}










