@charset "utf-8";
/*CM方式のメリット*/
#voice .h3_user_name {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #0068b7;
	color: #232323;
	margin-top: 20px;
	margin-bottom: 20px;
}
#voice .user_voice {
	width: 630px;
	margin-left: 20px;
	overflow: hidden;
	margin-top: 20px;
}
#voice .user_voice .left {
	display: inline;
	float: left;
	width: 170px;
}
#voice .user_voice .left img {
	padding: 5px;
	border: 1px solid #999999;
}
#voice .user_voice .right {
	display: inline;
	float: right;
	width: 440px;
}
#voice .user_voice .right h4 {
	margin-bottom: 10px;
}
#voice .user_voice .right .p_sentence {
	line-height: 140%;
}
#voice .user_voice .right .p_btn {
	text-align: right;
	width: 100%;
	margin-top: 10px;
}
