@charset "UTF-8";

.voice_box {
	padding: 20px;
	margin-bottom: 10px;
	border: 1px dashed #009898;
	background-color: #ECF9F5;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 85%;
	line-height: 1.8em;
}
strong {
	font-weight: bold;
	color: #009898;
}
.voice_line {
	margin-bottom: 30px;
	padding-top: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009898;
}
.page {
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 80%;
	line-height: 1.5em;
}
