@charset "utf-8";
/* CSS Document */
#testcar {
	margin:0 auto 100px;
}
#testcar h2 {
	background-image:url(../images/h2_back.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#testcar p {
	color:#ababab;
	margin:0 0 0 10px;
}
#testcar ul {
	margin:15px auto 0;
}
#testcar li {
	border-bottom:1px solid #474747;
	padding:0 0 20px 0;
	margin:0 0 20px;
}
#testcar li h3 {
	color:#fff;
	margin:0 0 7px 0px;
}
#testcar li h3 span{
	display:inline-block;
	border:1px solid #ffffff;
	font-size:11px;
	font-weight: normal;
	padding:2px 5px;
	margin:0 10px 0 0;	
}
.test_img {
	width:213px;
	float:left;
}
.test_data {
	width:750px;
	float:left;
	margin:0 0 0 15px;
}
.test_data table{ width:100%;}
.test_data table tr {
	padding:0 0 10px;
}
.test_data table th {
	height:35px;
	width:95px;
	line-height:35px;
	background-color:#000;
	color:#ababab;
	padding:0 0 0 5px;
	border-bottom:4px solid #2b2b2b;
}
.test_data table td {
	color:#ababab;
	padding:4px 0px 4px 5px;
	line-height:1.2em;
	font-size:12px;
	min-width:100px;
}
.test_contast {
	margin:5px 0 0 0px;
}