/* CSS Document */

#staff {
	max-width:100%;
	margin:auto;
}
#staff > ul {
	width:100%;
	margin:auto;
	padding-inline-start: 0px;
  background: #CCFFCC;/*背景色*/
  margin-bottom: 3px;/*下のバーとの余白*/
}
#staff > ul li, ol li {
  color: #333333;
  background: #DDFFDD;/*背景色*/
  margin-bottom: 3px;/*下のバーとの余白*/
   line-height: 1.1;
	font-size:5vw;
	padding:10px;
	border-bottom:#00FF00 solid 1x;
  list-style-type: none!important;/*ポチ消す*/
}

#staff > ul > li.client > a > img {
	border-radius: 50%;
	list-style-type: none
	display:block;
	width:200px;
	height:200px;
	margin:auto;
	object-fit: cover;
}

#staff > ul > li.client {
	text-align:center;
}