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

/*----------------------------------------------*/
/* greeting CSS [PC]
/*----------------------------------------------*/

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

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

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

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

.stafflist-prof {
	float: left;
	margin: 1.25%;
x	width: 17%;
	width: 20%;
x	max-width: 120px;
	max-width: 140px;
}

.stafflist-photo {
	max-width: 100px;
	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;
	font-size: 12px;
	font-style: italic;
	line-height: 120%;
}

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

.stafflist-text {
	line-height: 130%;
	font-size: 13px;
}

.stafflist-more {
	margin-top: 5px;
	padding-left: 20px;
	
	font-size: 12px;
	text-align: right;
}

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

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

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

.staff-jobtitle {
}

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


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

.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: 70px;
}
