/* CSS Document */
#sub_menu_active3 a{color:#e47208;}

/**************************************************
                 　スタッフ
***************************************************/
.StaffList{
	padding:15px 0 0 0;
}
.StaffList li{
	background-repeat:no-repeat;
	background-position:left top;
	width: 95%;
	padding:13px 12px 10px 8px;
	margin: 0 auto 10px;
	border: 1px solid #321301;
	background: #FFF;
	box-shadow: 4px 4px 0 #321301;
	box-sizing: border-box;
}
.StaffList li:hover{
	background-position:0 -213px;
}
.StaffList li > a{
	display:flex;
	text-decoration: none;
}
.Store_staffImg{
	width:30%;	
}


.StaffBt p{color: #652500;/* border-top:1px dashed #9e9e9e; *//* padding:3px 10px 0; *//* margin:10px 0 0 0; */width: 70%;font-size: 12px;}
.StaffBt span{
	font-size:15px;
	font-weight:bold;
	/* text-align:center; */
	display:block;
}
.StaffDisp{
	width: 100%;
	z-index:9999;
	padding: 15px 0px 10px 0px;
	display:none;
	border: 1px solid #321301;
	background-color:#FFF;
	/* border-radius: 5px; */
	/* -webkit-border-radius: 5px; */
	-moz-border-radius: 5px;
	font-size: 14px;
	box-sizing: border-box;
}
.StaffDisp *{
	box-sizing:border-box;
}
.StaffIn{
	position:relative;
}
.upBt{
	position:absolute;
	right: -9px;
	top: -12px;
	position:999;
}
.Img1{
	background-color:#e3e3e3;
	padding:5px;
	width: 90%;
	margin: auto;
	height: ;
}
.Img1 img {
	clip: rect(0px 350px 262px 0px);
	vertical-align: bottom;
}
/******/
.StaffInfo{
	/* float:right; */
	margin:0 0 0 0px;
	border-collapse:collapse;
	width: 100%;
}
.StaffInfo th{
	/* border-bottom:1px dotted #c6c6c6; */
	padding: 0px 0;
	width: 100%;
	vertical-align:top;
	/* line-height:1.8em; */
	display: block;
}
.StaffInfo td{
	/* border-bottom:1px dotted #c6c6c6; */
	padding:5px 0px 5px 5px;
	line-height:1.8em;
	display: block;
}
.StaffInfo th span{
	background-color:#efebde;
	display:block;
	padding:5px 0 5px 5px;
}
/******/
.StaffPlfNM{
	font-size: 18px;
	font-weight:bold;
	color:#7a4d2f;
}
/******/
.Comment{
	margin: 0px 0 0 0px;
	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;
}
