@charset "UTF-8";
.feedback_content {
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	border-radius: 10px;         /* CSS3 */
	background-color: #F2F2F2;   /* 背景色 */
	float: left;
	width: 730px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.t_voice {
	float: left;
	width: 705px;
	margin-left: 25px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #42210B;
}
.voiceImg{
	float: left;
	width: 280px;
	margin-left: 25px;
	margin-bottom: 20px;
}.voicePhoto {
	float: right;
	width: 135px;
	margin-left: 5px;
	margin-right: 25px;
	margin-bottom: 20px;
}
.voiceText {
	float: left;
	width: 245px;
	margin-left: 15px;
	margin-bottom: 20px;
}
.voiceText ul {
	margin: 0px;
	padding: 0px;
}
.voiceText li {
	list-style-type: none;
	color: #42210b;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
.voiceText li span {
	font-weight: bold;
}
.voiceTextDown {
	float: left;
	width: 140px;
	margin-left: 15px;
}
.voiceImg img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.voiceTextUp {
	float: left;
	width: 385px;
	margin-left: 15px;
}
.voiceTextUp ul {
	margin: 0px;
	padding: 0px;
}
.voiceTextDown ul {
	margin: 0px;
	padding: 0px;
}
.voiceTextUp li {
	list-style-type: none;
	color: #42210b;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	margin-right: 10px;
	float: left;
}
.voiceTextDown li {
	list-style-type: none;
	color: #42210b;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
.voiceTextUp li span {
	font-weight: bold;
}
.voicePhotoSide {
	float: right;
	width: 240px;
	margin-left: 5px;
	margin-right: 25px;
	margin-bottom: 20px;
}
.voiceTexteft {
	clear: both;
}
