/* CSS Document */

#staff {
	max-width:350px;
	min-height:500px;
	margin:20px 10px 0px 10px;
	float:left;
}
#staff > ul {

    padding-inline-start: 0px;
}
#staff > ul li, ol li {
  color: #333333;
  background: #FFFFFF;/*背景色*/
  margin-bottom: 3px;/*下のバーとの余白*/
   line-height: 1.1;
	font-size:0.8em;
	padding:5px;
	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;
}