.item{
	padding: 15px 5px;
}
.item:nth-child(2n+1){
	display: flex;
	margin-bottom: 8px;
	background-color: #EEEEEE;
}
.item:nth-child(2n){
	display: flex;
	margin-bottom: 8px;
}
.item img{
	flex-shrink: 0;
	padding: 8px;
	padding-right: 36px;
	width: 75px;
	height: 100px;
}
.item dt,
.item dd{
	margin: 0;
}

/* name_area */
dt.name_area{
	display: flex;
	margin-bottom: 1em;
}
.position{
	display: flex;
	align-items: center;
	padding-right: 1em;
}
.name ruby:first-child{
	padding-right: .5em;
}
ruby{
	font-size: 16px;
}
ruby rt{
	font-size: 12px;
	transform: translateY(-3px); /* IE11で、被ルビ文字との密着を避ける */
}

/* dd */
.item dd ul{
	padding-left: 1em;
	list-style: none;
}
.item dd li{
	text-indent: -1em;
	line-height: 1.5em;
}
.item dd li::before{
	content: '●';
}