@charset "UTF-8";
section.voice {
	background: none;
	padding: 0;
}
dl.voice_user {
	width: auto;
	background: #fff;
	border-bottom: 1px solid #999;
	margin: 0 2% 10px;
	padding-bottom: 20px;
	border-radius: 0;
}
dt.voice_tit {
	border: none;
	padding: 0;
	margin-top: 0;
}
dt.voice_tit .customer {
	font-size: 14px;
	background: #ff767a;
	padding: 2px 5px;
	border-radius: 3px;
	color: #fff;
}
.voice-box {
	margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
	/* PC */
	article#voice {
		width: 1000px;
		margin: 20px auto;
	}
	dl.voice_user {
		width: 100%;
		border: 1px solid #999;
		box-sizing: border-box;
		border-radius: 5px;
		padding: 15px 0 0;
		margin: 0 0 20px;
	}
	dt.voice_tit {
		margin: 0 15px 5px;
	}
	dd.voice_txt {
		margin: 0 15px 15px;
	}


}
