@charset "utf-8";

table.type11 {
	border-collapse: separate;
	border-spacing: 0px;
	text-align: center;
	line-height: 1.5;
	margin: 20px 0px;
}
table.type11 title{
	width: 220px;
	padding: 0px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
	background: #555 ;
}
table.type11 th {
	width: 220px;
	padding: 0px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
	background: #4a4d54 ;
}
table.type11 td {
	width: 155px;
	padding: 7px 10px;
	vertical-align: top;
	border-bottom: 1px solid #e5e5e5;
	background: #f9f9f9;
}

