@charset "UTF-8";
.voice_box ul{
	position:relative;
}
.voice_box .customer_img{
	display:inline-block;
    margin-top: 20px;
	text-align:center;
    width: 154px;
}
.voice_box .customer_img img{
	margin-bottom:12px;
}
.voice_box .customer_img p{
	line-height:1.4;
}
.voice_box .customer_txt{
	display:inline-block;
	background:url(../img/bg_voice_txt.gif) 0 0 no-repeat;
	width:663px;
	height:140px;
	position:absolute;
	top:0;
	right:0;
}
.voice_box .customer_txt p{
    padding: 20px 20px 0px 45px;
    line-height: 1.4;
}
.voice_box .customer_name{
	line-height:1.4;
}
.voice_box_even .customer_txt{
	background:url(../img/bg_voice_txt_even.gif) 0 0 no-repeat;
	left:0;
}
.voice_box_even .customer_txt p{
    padding: 20px 45px 0px 20px;
}
.voice_box_even .customer_img{
	float:right;
}