@charset "utf-8";

/* about_neoa*/

.companyList {
	width: 780px;
	margin: 36px auto 0;
}
.companyList + .companyList {
	margin-top: 20px;
}
.companyList thead {
	border-left: 1px solid #2f9edc;
	border-right: 1px solid #2f9edc;
}
.companyList tbody {
	border: 1px solid #2f9edc;
	border-top: none;
}

.item--head01 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	background: #0175c0;
}
.item--head02 {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	background: linear-gradient(#00a7f6, #24a1dd);
}
.item--head02:first-child {
	width: 194px;
}
.item--head02:nth-child(2) {
	width: 290px;
}
.item--head02:nth-child(3) {
	width: 292px;
}


.companyList tr {
	background: url(../img/index_tb_dot.gif) no-repeat bottom left; 
}

.companyList tr.end {
	background: none;
	border-bottom: 1px solid #0094D9;
}
.companyList th,
.companyList td {
	border-right: 1px solid #007fbd;
}
.companyList th:last-child,
.companyList td:last-child {
	border-right: none;
}
.companyList td {
	height: 130px;
	text-align: center;
	
}
.companyList td.ftSmin{
 font-size:11px;
}

.companyList td.add {
	text-align: left;	
	padding-left: 17px; 
}

.companyList td.btn {
	background: url(../img/index_tb_dot.gif) no-repeat bottom right;		
}
