﻿@charset "utf-8";

.btnList{
	width:694px;
	margin:10px 0 0 0;
}
.btnList li{
	float:left;
	width:167px;
	padding:0 8px 0 0;
}
.btnList li:last-child{
	padding:0 0 0 0;
}
.staffList {
	margin:15px 0 25px 0;
}
.staffList li{
    width: 130px;
    margin: 0 6px 20px 0;
	min-height:280px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-bottom: 20px;
}
.staffList li:nth-child(5n){
    margin-right: 0;
}
.staffList li p{

}
.staffList li p img {
	width: 130px;
}

.staffList li .txt {
	background: #000;
	color: #fff;
	padding: 14px 10px;
}
.staffList li .txt a {
	color: #fff;
	text-decoration: none;
}
.staffList li .txt a:hover {
	text-decoration: underline;
}
.staffList li .txt .position {
	font-size: 10px;
}