@charset "utf-8";
/* CSS Document */

/* ----------------------------------------
    voice
---------------------------------------- */

#voice {
	margin: 0 auto 100px;
	width: 900px;
	z-index: 9;
}
#voice img {
	float: left;
	margin-top: 6px;
	width: 180px;
}

#voice .vlist {
	float: right;
	margin-bottom: 80px;
	width: 670px;
}
p.name {
	padding: 0 0 10px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #5a3c00;
	border-bottom: 1px solid #5a3c00;
}
p.comment {
	line-height: 1.8;
	margin-bottom: 30px;
}
p.date {
	display: block;
	color: #5a3c00;
	margin-bottom: 7px;
}

.copyright {
	position: absolute;
}

/* ++++++++++++++++++++++++++++++++++++++++

	for SP
	
++++++++++++++++++++++++++++++++++++++++ */

@media screen and (max-width: 767px) {
	
	#voice {
		padding-bottom: 15%;
		margin: 0 auto;
		width: 87.5%;
	}
	#voice img {
		width: 31%;
		margin-top: 5px;
	}
	#voice .vlist {
		float: right;
		margin-bottom: 10%;
		width: 64%;
	}
	p.name {
		padding: 0 0 5px;
		margin-bottom: 9px;
	}
	p.comment {
		line-height: 1.8;
		margin-bottom: 10px;
	}
}
