@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'メイリオ', 'Meiryo, sans-serif', 'ＭＳ Ｐゴシック', 'Osaka';
}

#voice .imgH2 {
	width: 520px;
	margin-bottom: 5px;
	height: 32px;
}
#voice {
	width: 540px;
	background-color: #FBFBFB;
	border: 1px solid #CCCCCC;
}
#voice .voice {
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#voice .voice p {
	color: #333333;
	line-height: 160%;
	font-size: 12px;
	width: 500px;
	display: block;
	margin-bottom: 5px;
}
#voice .voice .who {
	text-align: right;
	font-weight: bold;
	color: #24B67A;
}
