/**ボイス欄のスクロールバー**/
.scrollbar2{
	width:373px;
	height:308px;
	overflow-y:auto;
	margin-bottom:10px;
	border-top:none;
	border-right:1px solid #edeef0;
	border-bottom:1px solid #dedede;
	border-left:1px solid #ecedef;
}