@charset "utf-8";

/* TOP　コンテンツ
======================================= */
#whos-chiritsu {
	margin-bottom: 40px;
	margin-top: 10px;
}
#whos-chiritsu p {
	padding-left: 13px;
}
#whos-chiritsu figure {
	margin-top: 13px;
}
#whos-chiritsu figure img {
	vertical-align: top;
}
#whos-chiritsu li {
	display: table;
	width: 100%;
}
#whos-chiritsu li:nth-child(n+2) {
	margin-top: 10px;
}
#whos-chiritsu .pro_img {
	background: #eee;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}
#whos-chiritsu li:nth-child(2n) .pro_img {
	background: #dcdcdc;
}

#whos-chiritsu .pro_text {
	background: #dcdcdc;
	border-left: 1px solid #fff;
	display: table-cell;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
}
#whos-chiritsu li:nth-child(2n) .pro_text {
	background: #e6e6e6;
}

