@charset "UTF-8";
@import url("global.css");

.voice{
	margin:10px 7px;
	padding:7px;
	line-height:1.3;
	background:#fffcf7;
	border:1px solid #9b866c;
}

.name_area{
	background:url(../interview/images/name_bg.jpg) no-repeat;
	background-size:290px 90px;
	height:90px;
	position:relative;
	margin:5px 0;
}
.name_area img{
	float:left;
}
.name{
	position:absolute;
	top:33px;
	left:90px;
	font-size:20px;
	font-weight:bold;
	color:#ff4088;
}

.voice dt{
	text-align:left;
	background:url(../interview/images/q.jpg) no-repeat left center;
	background-size:20px 20px;
	color:#2183bf;
	font-weight:bold;
	font-size:14px;
	padding:5px 0 5px 23px;
}
.voice dd{
	text-align:left;
	background:url(../interview/images/a.jpg) no-repeat;
	background-size:20px 20px;
	border-bottom:1px dotted #ff4088;
	color:#ff4088;
	padding:0 0 5px 23px;
}
