@charset "UTF-8";
#voice {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 70px;
	margin-left: 0px;
}
#voice dl {
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #02A63B;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#voice dl dt {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
}
#voice dl dt .jirei {
	color: #FFF;
	background-color: #C00;
	text-align: center;
	margin-right: 20px;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	/* border-radius */
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	font-weight: normal;
}
#voice dl dd {
	background-color: #C8EDD7;
	padding: 20px;
}
