@charset "UTF-8";
#voicetop  {
	background-color: #DDDDDD;
	height: 190px;
	margin-bottom: 60px;
	width: 952px;
	margin-left: auto;
	margin-right: auto;
}

#voicetop h1 {
	padding: 50px;
	font-size: 22px;
}

#Main .voice {
	margin-top: 10px;
	margin-bottom: 100px;
	width: auto;
}
.voice .photo {
	float: left;
	width: 300PX;
	text-align: center;
}
.voice .text {
	float: right;
	width: 560px;
}
.voice h2 {
	font-size: 25px;
	margin-bottom: 40px;
	border-top: 5px solid #eaeaea;
	padding-top: 12px;
	border-bottom: 5px solid #eaeaea;
	padding-bottom: 12px;
	line-height: 1.5em;
}
.voice .text h3 {
	font-size: 17px;
	margin-bottom: 0px;
	font-weight: bold;
}
.voice .text p {
	font-size: 15px;
	margin-top: 12px;
	margin-bottom: 45px;
	line-height: 1.8em;
}

.voice .photo .PhotoInfo {
	background-color: #eeeeee;
	padding: 20px 20px 5px 20px;
	text-align: left;
	/* [disabled]font-size: 14px; */
	margin-top: 15px;
}
.voice .photo .name {
	font-size: 22px;
	margin-top: 12px;
}
.voice .photo .data {
	font-size: 13px;
}
.photo .PhotoInfo p {
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 15px;
}
