@charset "utf-8";
/*//////////////////////////////////////////////////////
	お客様の声
//////////////////////////////////////////////////////*/

/*===================================
	voice
===================================*/
#voice{
	width:100%;
}
#voice .v-container{
	background-color: #EDF0D1;
	padding:1.0em;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom:1.5em;
}

#voice .v-container h3{
	color:#000;
	font-size:110%;
	font-weight:bolder;
	margin-bottom:0.8em;
}
#voice .v-container h3 span{
	color:#218B65;
}

#voice .v-container p{
	background:#FFF;
	padding:1.0em;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
