@charset "utf-8";

table.type11 {
	border-collapse: collapse;
	border-spacing:0;
	text-align: center;
	line-height: 1.5;
	margin: 0;
    width: 100%;
    font-size: 15px;
}

/* table.type11 > thead > tr {height:40px;background:url(/img/title_bg.jpg) no-repeat left top;} */

table.type11 th {
	width: 14%;
	padding: 10px;
	color: #000;
	background-color:#f7f7f7;
	/* text-indent:-9999px; */
	border:none;
}
table.type11 td {
	/*width: 155px;*/
	padding: 7px 10px;
	vertical-align: middle;
	background: ;
	border-bottom:1px solid #d6d6d6
}