@charset "utf-8";
@import "../common/0-import.css";
/*------------------------------------------------------------
	スタッフ紹介
------------------------------------------------------------*/
/*------------------------------------------------------------
	スタッフ紹介スタイル
------------------------------------------------------------*/
#conts h3 {
	margin-top: 20px;
}

#conts p {
	padding: 17px;
	
	color: #666;
	line-height: 20px;
}

#conts h4 {
	padding: 17px 17px 0;
}

#conts .team, #conts .teamEnd {
	margin: 0 17px 17px;
	padding-bottom: 30px;
	
	background: url(/img/line/02.gif) no-repeat left bottom;
	
	line-height: 20px;
	overflow: hidden;
}

#conts .teamEnd {
	background: none;
}

#conts .team img, #conts .teamEnd img {
	margin-right: 20px;
	
	float: left;
}
