@charset "UTF-8";

/*******************************

お客様の声
 
*******************************/

.voice_box{
	float:left;
	width:706px;
	padding:15px 0;
	margin:30px 0 0 0;
	border:2px solid #d7bf9c;
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */ 
	behavior: url(/PIE.php);
}


.voice_box dt{
	width:615px;
	margin:0 auto;
	padding:0 0 20px 0;
	}
	
.voice_box dd{
	width:675px;
	margin:0 auto;
	padding-top:5px;
	border-top:1px solid #d7bf9c;
	color:#b38a4e;
	font-size:16px;
	text-align:right;
	}
	
.voice_box .voice_img{
	width:615px;
	margin:0 0 20px 0;
	}
	
.voice_box .voice_txt{
	width:615px;
	color:#6c5027;
	font-weight:bold;
	font-size:17px;
	}