@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* greeting CSS [SP]
/*----------------------------------------------*/

/*---- Staff List ----*/
.stafflist {
	overflow: hidden;  /* preventing height 0 when float */
	margin: 0px auto 30px;
}

.staffbox {
	overflow: hidden;  /* preventing height 0 when float */
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #DEDEDE;
}

.stafflist-title {
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 16px;
	color: #000055;
	border-left: 7px solid #000055;
}

.stafflist-profbox {
	overflow: hidden;  /* preventing height 0 when float */
	width: 100%;
}

.stafflist-prof {
	float: left;
	margin: 0px 0.5% 20px 0.5%;
	width: 48%;
}

.stafflist-photo {
	max-width: 120px;
	margin-bottom: 10px;
}

.stafflist-photo img {
	width: 100%;
}

.stafflist-name {
	font-weight: bold;
	font-size: 15px;
}

.stafflist-name a {
	color: #333333;
	text-decoration: none;
}

.stafflist-name a:hover {
	text-decoration: underline;
}

.stafflist-name-en {
	margin-bottom: 10px;
x	font-size: 15px;
	font-style: italic;
	line-height: 120%;
}

.stafflist-name-en span {
	font-size: 11px;
}

.stafflist-text {
	line-height: 130%;
}

.stafflist-more {
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
}

/*---- Staff Detail ----*/
.staff-name {
	margin-bottom: 13px;
	font-size: 26px;
	color: #181920;
	font-weight: 300;
}

.staff-name-en {
	margin-bottom: 15px;
	font-size: 18px;
	font-style: italic;
	line-height: 120%;
}

.staff-name-en span {
	font-size: 13px;
}

.staff-jobtitle {
	margin-bottom: 10px;
}

.staff-jobtitle span {
	font-weight: bold;
}

.table-staffprof {
	border-collapse: collapse;
	width: 100%;
	margin: 20px auto 10px;
}

.table-staffprof th, .table-staffprof td{
	padding: 10px;
	vertical-align: top;
	border: 1px solid #DDDDDD;
}

.table-staffprof th{
	font-weight: normal;
	letter-spacing: 1px;
	white-space: nowrap;
	background: #EEEEEE;
}

.table-staffprof td{
	background: #FFFFFF;
}

.staff-detail{
	margin-bottom: 30px;
}
