@charset (utf-8);

/* =Staff
-------------------------------------------------------------- */
.staff ul.professor {
	margin: 30px 0;
	border-bottom: 1px dashed #999;
	padding-bottom: 30px;
}
.staff ul li {
	float: left;
}
.staff ul li + li {
	margin: 0 0 0 12px;
}
.staff ul li a {
	display: block;
	height: 176px;
	background: #fff;
padding: 15px;
	font-size: 16px;
	color: #666;
}
.staff ul li a img {
	margin: -8px -8px 0;
}
.staff ul li a p {
	font-size: 12px;
	line-height: 30px;
}


.staff h4 + ul.clearfix {
	margin: 20px 0 30px;
}
.staff h4 + ul.clearfix li {
	float: left;
	width: 269px;
	padding: 0 30px 0 15px;
}
.staff h4 + ul.clearfix li:nth-child(even) {
	border-left: 1px dashed #999;
}
.staff h4 + ul.clearfix li + li {
	margin: 0;
}
.staff h4 + ul.clearfix li a {
	display: block;
	font-size: 16px;
	line-height: 36px;
	height: auto;
	background: none;
	padding: 0;
	color: #62627d;

}
.staff h4 + ul.clearfix li div {
	float: left;
}
.staff h4 + ul.clearfix li .btn {
	margin: 8px 9px 0 0;
	border-left: 12px solid #9eced6;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.staff h4 + ul.clearfix li:hover .btn {
	border-left: 12px solid #fff;
}
.staff h4 + ul.clearfix li p {
	float: right;
	font-size: 12px;
	margin-top: 3px;
}
.staff ul li.none {
	height: 36px;
}


/* =Staff-dtl（写真あり）
-------------------------------------------------------------- */
.staff.dtl div.photo {
	float: left;
}
.staff.dtl .clearfix table {
	float: right;
	width: 315px;
}
.staff.dtl table th {
	width: 85px;
	padding: 6px 15px 0;
	text-align: center;
}
.staff.dtl table tr + tr th {
	border-top: 1px dashed #999;
}
.staff.dtl table td {
	padding: 6px 15px 0;
}
.staff.dtl table.consultationtime tr:first-child td {
	border-top: none;
}
.staff .btn {
	margin: 30px 0;
}



/* =Staff-dtl（写真なし）
-------------------------------------------------------------- */
.staff.dtl .name {
	float: left;
	background: url(../img/common/bg.gif);
	margin: 10px 0 15px;
	padding: 0 20px 0 0;
	font-size: 24px;
	line-height: 36px;
}
.staff.dtl .name .post {
	margin: 0 20px 0 0;
	font-size: 12px;
	vertical-align: middle;
}
.staff.dtl .border-name {
	border-top: 1px solid #999;
	margin: 48px 0 30px 0;
	padding: 0;
}