@charset "UTF-8";
.bannerBox{
	background-image: url(../images/team/bg.jpg);
}
.teamList .item{
	margin-bottom: 2rem;
}
.teamList .item a{
	background-color: #a31d24;
	color: #fff;
	display: block;
}
.teamList .item a p{
	padding:5px 10px;
	text-align: center;

}
.teamList .item img{
	width: 100%;
}