@charset "UTF-8";

#lecture_voice .voice {
	width: 100%;
	border-bottom: 2px solid #ccc;
	border-collapse: collapse;
}

#lecture_voice .voice:first-of-type {
	border-top: 2px solid #ccc;
}

/* 女性 / 男性の画像が入ったセル */
#lecture_voice .voice tr:nth-child(1) > td:nth-child(1) {
	height: 50px;
	width: 50px;
	border-right: 1px solid #ccc;
}

/* 女性 / 男性の画像 */
#lecture_voice .voice tr:nth-child(1) > td:nth-child(1) > img {
	height: 50px;
	margin: 5px 5px 0 5px;
}

/* 精神科医○年目・{男性,女性} / <地域>・<場所>講習(○年○月○日)受講 */
#lecture_voice .voice tr:nth-child(1) > td:nth-child(2) {
	padding: 10px 10px 5px 10px
}

/* 受講者の声の本文 */
#lecture_voice .voice tr:nth-child(2) td {
	vertical-align: top;
	padding: 10px;
	border-top: 1px solid #ccc;
	text-indent: 1em;
	line-height: 1.5;
}

#lecture_voice > table:nth-child(odd) {
	background-color: #eee;
}
