@charset "UTF-8";
/* CSS Document */


#voice_area{
	width: 94%;
	margin: 0 auto;
	margin-bottom: 40px;
}

.mid{
	text-align: center;
	margin-bottom: 50px;
}

.message_box{
	display: block;
	background: #fff;
	width: 90%;
	padding: 5%;
	margin: 0 auto;
	margin-bottom: 50px;
	border-radius: 5px;
	box-shadow: 0 0 6px gray;
}
.message_box_hed {
	display: block;
	height: 50px;
	line-height:50px;
	border-left:5px solid #42210B;
	border-bottom: 1px solid #42210B;
	margin-bottom: 30px;
}
.message_box_hed li{
	color:#42210B;
	margin-left: 10px;
	display: inline;
}
.message_box_hed li.name{
	font-size: 140%;
	font-weight: bold;
}
.message_box_hed li.job{
}
.message_box_hed li.date{
	display: block;
	float: right;
	width: 100px;
	text-align: right;
	font-weight: bold;
}

.message_cap{
	display: block;
	padding: 4px;
	padding-left: 8px;
	margin: 0px;
	color:#42210B;
	background:#FFEEBF;
	font-weight: bold;
}
.toi{
	font-weight: bold;
}

.message_box_left{
	width: 100%;
	border: 1px solid #000;
	margin-bottom: 20px;
}
.message_box_left img{
	width: 92%;
	margin: 4%;
}
.message_box_right{
	width: 100%;
	font-size: 110%;
	line-height: 140%;
}
.message_box_right i{
color: #FDBA51;
font-size: 90%;
margin-right: 2px;
}
