@charset "utf-8";

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

