/* css of "committees.html" */
h2 span {
	font-weight: normal;
	font-size: 13px;
	margin-left: 10px;
}
.commit {
	width: 80%;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
}
.topic {
	font-size: 10px;
}
/* float΍ */
.list:after { content: "."; display: block; clear: both; height: 0;visibility:hidden; }
.list { display: inline-block; }
.list { display: block; }
/* ---------- */
.member {
	margin: 0px 15px 20px;
	line-height: 150%;
}
.member li {
	list-style: none;
}
.list {
	margin-bottom: 5px;
}
.post {
	font-weight: bold;
	color: #B2190B;
}
.depend {
	font-weight: bold;
	color: #03A613;
}
.post, .depend {
	width: 160px;
	height: auto;
	float: left;
}
.name {
	width: 320px;
	height: auto;
	float: left;
}