/* CSS Document */
#sub_menu_active3 a{color:#e47208;}

/**************************************************
                 　スタッフ
***************************************************/
.StaffList{
	padding:15px 0 0 0;
}
.StaffList li{
	float:left;
	margin:0 5px 7px 0;
}
.StaffBt{
	width:300px;
	display:block;
}
.StaffBt p {
padding-top:155px;
}
.StaffDisp{
	background-image: url(../images/staff/popupBck.png);
	background-repeat:no-repeat;
	width:730px;
	height:555px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top:-292px;
	margin-left:-349px;
	z-index:9999;
	padding:15px 10px 15px 10px;
	display:none;
}
.StaffIn{
	position:relative;
}
.upBt{
	position:absolute;
	right:-20px;
	top:-30px;
	position:999;
}
.Img1{
	background-color:#e3e3e3;
	padding:5px;
	width:350px;
	height:263px;
	float:left;
}
.Img1 img {
position: absolute;
clip: rect(0px 350px 262px 0px);
}
/******/
.StaffInfo{
	float:right;
	margin:0 0 0 0px;
	border-collapse:collapse;
	width:365px;
}
.StaffInfo th{
	border-bottom:1px dotted #c6c6c6;
	padding:5px 0;
	width:87px;
	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:#def1f7;
	display:block;
	padding:5px 0 5px 5px;
}
.text_disp{
	max-height:45px;
	overflow-y: scroll;
}
/******/
.StaffPlfNM{
	font-size:24px;
	font-weight:bold;
	color:#2599dc;
}
/******/
.Comment{
	margin:15px 0 0 5px;
	clear:both;
}
.Comment h3{
	border-bottom:1px dotted #c6c6c6;
	padding:5px 0;
	vertical-align:top;
	line-height:1.8em;
}
.Comment h3 span{
	background-color:#def1f7;
	display:block;
	padding:5px 0 5px 10px;
}

.Comment p{
	height:80px;
	line-height:20px;
	padding:0 2px;
	overflow-y: scroll;
}
