@charset "UTF-8";

/* 共通
====================================================== */
/*リード*/
.read{
	padding:18px 20px;
}
.read .copy{
	padding-bottom:3px;
	font-size:94%;
	font-weight:bold;
	color:#c64343;
}
.read .body{
	padding-bottom:10px;
	font-size:88%;
	color:#666;
}
.read .body span{
	font-size:12px;
}

.voiceItem{
	padding-bottom:10px;
}
.voiceItem .image{
	float:left;
	width:250px;
}
.voiceItem .itemRight{
	float:right;
	width:355px;
}
.voiceItem .itemRight p{
	padding-bottom:13px;
	font-size:80%;
	color:#666;
	line-height:1.6;
}


