@charset "UTF-8";

/*==========================================
	
	STAFF専用
	
==========================================*/


/*--------------------------------------
	.staff_box
---------------------------------------*/
.staff_box {
	box-sizing: border-box;
	width: 730px;
	padding: 15px;
	margin-bottom:20px;
	border: 4px solid #FF9208;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	behavior: url(/common/js/PIE.htc);
	border-radius: 7px;
	overflow: hidden;
	min-height: 265px;
	position: relative;
	}
.staff_box .pic {
	position: absolute;
	top: 23px;
	right: 10px;
	}
.staff_box table {
	width: 495px;
	}
.staff_box table td,
.staff_box table th {
	border: 1px solid #fff;
	padding: 9px;
	line-height: 1.4;
	vertical-align: middle;
	}
.staff_box table th {
	background: #E2F2D3;
	text-align: center;
	white-space: nowrap;
	width: 70px;
	}
.staff_box table td {
	background: #F3FAED;
	}
.ba_tatsujin {
	position: absolute;
	top:15px;
	left:370px;
	width: 150px;
	}
.ba_tatsujin img {
	width: 100%;
	height: auto;
	}
.ba_tatsujin a:hover {
	opacity: 0.8;
	}