/* CSS Document */
#sub_menu_active3 a{color:#e47208;}

/**************************************************
                 Ã£â‚¬â‚¬Ã£â€šÂ¹Ã£â€šÂ¿Ã£Æ’Æ’Ã£Æ’â€¢
***************************************************/
.StaffList{
	padding: 15px 0 0 15px;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-around; */
}
.StaffList li{
	background-repeat:no-repeat;
	background-position:left top;
	width: 45%;
	
	padding: 13px 7px 10px 8px;
	margin: 0 0 15px 0;
	border: 1px solid #321301;
	background: #FFF;
	box-shadow: 4px 4px 0 #321301;
	margin:0 0 20px 0;
}
.StaffList li:nth-child(odd){
	margin: 0px 35px 20px 0;
}
.StaffList li:hover{
	background-position:0 -213px;
}
.StaffBt p{color: #652500;border-top:1px dashed #9e9e9e;padding: 5px 10px 0;margin: 9px 0 0 0;font-size:12px;text-align: center;}
.StaffBt span{
	font-size:15px;
	font-weight:bold;
	text-align:center;
	display:block;
}
.StaffDisp{
	width: 726px;
	min-height:455px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top:-292px;
	margin-left:-349px;
	z-index:9999;
	padding:15px 10px 15px 10px;
	display:none;
	border:2px solid #7a4d2f;
	background-color:#FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
}
.StaffDisp *{
	box-sizing:border-box;
}
.StaffIn{
	position:relative;
}
.upBt{
	position:absolute;
	right: -9px;
	top: -12px;
	position:999;
}
.Img1{
	background-color:#e3e3e3;
	padding:5px;
	width: 361px;
	height: ;
	float:left;
}
.Img1 img {
	clip: rect(0px 350px 262px 0px);
}
.Store_staffImg{
	overflow: hidden;
}
/******/
.StaffInfo{
	float:right;
	margin:0 0 0 0px;
	border-collapse:collapse;
	width: 333px;
}
.StaffInfo th{
	border-bottom:1px dotted #c6c6c6;
	padding:5px 0;
	width: 72px;
	vertical-align:top;
	line-height:1.8em;
}
.StaffInfo td{
	border-bottom:1px dotted #c6c6c6;
	padding:5px 0px 5px 5px;
	line-height:1.8em;
}
.StaffInfo th span{
	background-color:#efebde;
	display:block;
	padding:5px 0 5px 5px;
}
/******/
.StaffPlfNM{
	font-size: 18px;
	font-weight:bold;
	color:#7a4d2f;
}
/******/
.Comment{
	margin:15px 0 0 5px;
	clear:both;
}
.Comment h3{
	padding:5px 0;
	vertical-align:top;
	line-height:1.8em;
	font-size: 15px;
}
.Comment h3 span{
	background-color:#efebde;
	display:block;
	padding: 3px 0 3px 5px;
}

.Comment p{
	height:150px;
	line-height:20px;
	padding:0 2px;
	overflow-y: scroll;
	border-bottom:1px dotted #c6c6c6;
}
