.wrapper{
	width: 100%;
}

.bidarea{
	width: 960px;
	height: 320px;
	margin: 0 auto;
	background-image: url(../img/recruit/recruit_pic.png);
}

.staff{
	width: 960px;
	margin: 0 auto;
	margin-bottom: 40px;
}


.staff-area{
	width: 960px;
	padding-top: 25px;
	line-height: 1;
	margin-bottom: 40px;
}

.dotted1{
	width: 960px;
	margin-bottom: 20px;
	padding-top: 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	background-image: url(../img/index/dotted.png);
	text-align: center;
}

.nagative{
  margin-top : -30px;
  padding-top : 30px;
}


.staff_area2{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-pack: distribute;
	-moz-flex-pack: distribute;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	justify-content: space-around;
	width: 960px;
	height: auto;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 70px;
}

.staff1{
	width: 280px;
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #f6f6f6;
}

.staff_name{
	width: 280px;
	height: 40px;
	background-color: #fff;
	border: 5px solid #f3eddc;
	line-height: 30px;
}

.staff_name h3{
	color: #c1ab78;
	font-size: 16px;
	text-align: center;
}

.staff_text{
	width: 280px;
	height: auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px solid #fff;
}

.staff_text h4{
	font-size: 14px;
	line-height: 1;
	text-align: center;
}

.staff_text hr{
	width: 60px;
	margin-top:18px;
	margin-bottom: 15px;
}

.staff_text p{
	font-size: 13px;
	line-height: 24px;
}

.nowrap{
	white-space: nowrap;
}

.download{
	width: 152px;
	height: 30px;
	margin: 10px auto;
	background-color: #c1ab78;
	color: #fff;
	clear: both;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
}
.download a:link,.download a:visited{color:#FFF;}
.download a:hover{text-decoration:none;}
