@charset "UTF-8";

div.infoCnt div#infoTxtBox {
	width: 500px;
}

div.infoCnt p#infoTxt {
	margin: 20px 0;
}

div.infoCnt dl#detail {
	padding: 10px 10px 10px 95px;
	background: url(../img/section/info_icon.gif) no-repeat 0 15px;
	border-top: 1px dashed #C62F2F;
	border-bottom: 1px dashed #C62F2F;
}

div.infoCnt dl#detail dt {
	font-size: 1.2em;
	font-weight: bold;
	color: #C62F2F;
}

div.infoCnt dl#detail dd {
	color: #60463F;
}

div#voiceBox {
	width: 316px;
	padding: 10px;
	background-color: #eee;
}

div#voiceBox h3 {
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #009890;
}

div#voiceBox div#person {
	margin: 10px 0;
}

div#voiceBox div#person p {
	width: 196px;
	margin-top: 30px;
}

div.rPhotoSet {
	width: 830px;
	margin: 10px 0;
}

div.rPhotoSet dl.detailSet {
	width: 185px;
	margin-right: 30px;
	float: left;
}

div.rPhotoSet dl.noSpace {
	margin-right: 0;
}

div.rPhotoSet dl.detailSet dd {
	margin-top: 5px;
	padding: 3px;
	background-color: #eee;
	line-height: 1.3em;
}


