@charset "utf-8";

/* ========================================================
	voice css => お客様の声ページ用css
======================================================== */
div#mainContents {
	margin-bottom: 15px;
	padding: 20px 5px;
	background-color: #efeff0;
}


div#mainContents h2 {
	margin-bottom: 16px;
	padding: 8px 16px 5px;
	background-color: #f1edd9;
	font-size: 114%;
	color: #9e7f01;
}

div#mainContents div {
	padding: 0 16px 30px;
	zoom: 1;
}
div#mainContents div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
div#mainContents div.ph_section {
	padding-right: 0;
}
div#mainContents div.ph_section p {
	margin-right: 175px;
}
div#mainContents div.ph_section p.ph {
	float: right;
	margin: 0;
	border: 5px solid #ffffff;
}


