@charset "utf-8";

/************************************************

	voice

************************************************/


.voice_content01_wrap{
	width: 680px;
	margin-bottom: 10px;
}
.voice_content01_wrap .center{
	margin-right: 10px;
	margin-left: 10px;	
}
.voice_content01 {
	float: left;
	width: 220px;
}
.voice_content02{
	border: 1px solid #D9D9D9;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 25px;
	background-color: #FFFFFF;
}
.voice_content02 table{
	margin-bottom:12px;
	height: 2em;
}
.voice_content02 td{
	font-weight: bold;
	color: #997F3F;
	vertical-align:middle;
}
.voice_content02 .text01{
	margin-top: 16px;
	margin-bottom: 12px;
}


/* clearfix */
/* -------------------------------------------------- */
.clearfix:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
