#content p.lead {
	height: 50px;
}
/*-------------------------- ★profiles --------------------------*/
.profiles-text {
	float: left;
	width: 400px;
}
.profiles-image {
	float: right;
	width: 400px;
}
.profile {
	margin-bottom: 40px;
}
.profile h3 {
	font-size: 14px;
	font-weight: bold;
}
.profile .role {
	font-size: 10px;
	font-weight: normal;
	color: #999;
}
.profile ul {
	margin-top: 20px;
}
.profile ul li {
}

