/*スタッフ*/
.staff_wrap{margin-bottom: 30px;}
.staff{width: 100%; margin: 30px 30px 0px 30px;}
.staff_box01{
	border-bottom:1px solid rgb(218,218,218);
	margin-top: 45px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 40px;
}
.staff_box01,.staff_box02{display: table;}
.staff_box01 div, .staff_box02 ul{display: table-cell; vertical-align: top;}
.staff_box01 div:first-child{border-right: 20px solid #fff; padding-right:30px;}
.staff_box02 li{
	color: #666;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	text-indent: -0.5em;
}
.komoji{
	color: #666;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	text-indent: -0.5em;
}

.staff_box02 p{
	display: inline;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	line-height: 2em;
	font-size: 16px;
}
.staff_box02 ul:first-child{border-right: 20px solid #fff;}
