@charset "UTF-8";

.sectionH3 h3 {
	background: url(/images/voice/h3bg.gif) no-repeat 7px 9px;
	border: 1px solid #eb6da5;
	color: #eb6da5;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Helvetica,Meiryo;
	font-size: 90%;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 5px 0 4px 25px;
}

/* profile */
.profile {
	margin:  0 0 40px;
}
.profile img {
	float: left;
	margin: 0 0 10px;
}
.profile .txtArea {
	float: right;
	width: 495px;
}
.profile .txtArea img {
	float: none;
	margin: 0;
}
.profile .txtArea p {
	font-size: 70%;
	line-height: 1.4;
	margin: 0 0 5px;
}
.profile .txtArea .name {
	color: #727171;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Helvetica,Meiryo;
	font-size: 90%;
	font-weight: bold;
	margin: 0 0 10px;
}
.profile .txtArea .prof {
	margin: 0 0 10px;
}
.profile .comment {
	background-color: #fffeee;
	border: 1px solid #eb6ea5;
	clear: both;
	padding: 10px;
}
.profile .comment p {
	margin: 0;
}