/* Colorbox-Panel */

.staff_panel {
	width: 740px;
	padding: 20px 20px;
	text-align: left;
	overflow: hidden;
}
.staff_panel .image {
	float: right;
	width: 340px;
	margin-bottom: 10px;
}
.staff_panel .profile {
	width: 380px;
	float: left;
	margin-bottom: 20px;
}
.staff_panel .name {
	background-color: #45B7C9;
	border: #3299AB 1px solid;
	margin-bottom: 12px;
	box-shadow: 0 1px 3px #CCC;
	-webkit-box-shadow: 0 1px 3px #CCC;
	-moz-box-shadow: 0 1px 3px #CCC;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 4px 16px;
	overflow: hidden;
}
.staff_panel .name h1 {
	font-size: 130%;
	color: #FFF;
	letter-spacing: 0.1em;
	float: left;
}
.staff_panel .name .en {
	text-align: right;
	font-size: 130%;
	color: #FFF;
	float: right;
	letter-spacing: 0;
}
.staff_panel .position {
	font-size: 120%;
	margin: 0 0 0 4px;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.staff_panel h2 {
	border-top: #A0DEEB 2px solid;
	border-bottom: #DDD 1px dotted;
	margin: 20px 0 10px 0;
	padding: 6px 0 4px 8px;
	font-weight: bold;
}
.staff_panel .profile ul {
	margin: 0 0 0 12px;
}
.staff_panel .profile ul li {
	padding: 0 0 0 16px;
	background: url(../staff/img/point.gif) no-repeat left top;
}
.staff_panel .profile p {
	margin-left: 8px;
}
.staff_panel h2.history {
	clear: both;
}
.staff_panel table.history {
	width: 100%;
	margin: -8px 0 0;
}
.staff_panel table.history th {
	border-bottom: #DDD 1px dotted;
	padding: 4px 10px;
	white-space: nowrap;
}
.staff_panel table.history td {
	border-bottom: #DDD 1px dotted;
	padding: 4px 10px;
}
