@charset "UTF-8";

/* メンバー紹介（peoples.html）独自のスタイル */

.peoples_ul {
  box-shadow :0px 0px 3px silver;
  border: solid 1px whitesmoke;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  background: #fafafa;
}

.peoples_ul li {
  line-height: 2;
  list-style-type: none!important;
}

.peoples_ul li:before {
  content: "◆";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #669;
}

strong{
	color:#039;
	font-weight:800;	
}