@charset "UTF-8";

/* 外周 */
.voiceBoxOuter {
	position: relative;
	margin: 0 0 20px 0;
	padding: 15px 15px 5px 15px;
	background: #FFE595;
}
/* 外周角丸 */
.voiceBoxOuterTR {
	position: absolute;
		top: 0;
		right: 0;
}
.voiceBoxOuterTL {
	position: absolute;
		top: 0;
		left: 0;
}
.voiceBoxOuterBR {
	position: absolute;
		bottom: 0;
		right: 0;
}
.voiceBoxOuterBL {
	position: absolute;
		bottom: 0;
		left: 0;
}




div.voice {
	width: 480px;
	_width: 500px;
	margin: 0;
	padding: 10px 10px 0 10px;
	background: #FFFFFF;
}

p.toVoice {
	margin: 0 0 10px 0;
}
