.scf_staff_wrap{
	display:flex;
	flex-wrap: wrap;
	align-items:stretch;
	width:100%;
	margin-bottom:20px;
	padding-right:20px;
}
@media (max-width: 792px){
	.scf_staff_wrap{
		padding:0 5px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
.scf_staff *{
	box-sizing:border-box;
}
.scf_staff{
	display:block;
	width:50%;
	padding-left:20px;
	margin-bottom:20px;
}
@media (max-width: 792px){
	.scf_staff{
		width:100%;
		max-width:366px;
		padding:0;
	}
}
.scf_staff img{
	display:block;
}
.scf_staff-inner{
	background:url(../images/staff_bg.png) repeat-x 100% 100%;
	border: 1px solid #666;
	padding:10px;
	height:100%;
}
.scf_staff-name{
	color:#fff;
	font-size:120%;
	margin-bottom:10px;
}
.scf_staff-main{
	display:flex;
	margin-bottom:20px;
}
.scf_staff-main_left{
	width:40%;
}
.scf_staff-main_right{
	width:60%;
	padding-left:10px;
	color:#c0c0c0;
	text-align:justify;
}
.scf_staff-bottom{
	display:flex;
}
.scf_staff-bottom_left{
	width:40%;
	padding-right: 10px;
	text-align:justify;
}
.scf_staff-bottom_right{
	width:60%;
	padding-left:10px;
	border-left:1px solid #c8a750;
}
.staff_shop{
	margin:0 20px 10px;
}
@media (max-width: 792px){
	.staff_shop{
		margin:0 0 10px;
		text-align:center;
	}
}
