@charset "utf-8";

/* instructor_index.css */


/* title */
.ph2_blue {
	margin-top:20px;
	margin-bottom:10px;
}


/* b1 */
.instructor_b1 {
	
}


/* b2 */
.instructor_b2 {
	padding:0 0 20px;
}
.instructor_info {
	float:left;
	width:345px;
	margin-top:20px;
	margin-left:20px;
	_margin-left:10px;
	border:1px solid #d6d6d6;
}
.instructor_info dl {
	padding:15px;
}
.instructor_info dt {
	float:right;
	width:125px;
}
.instructor_info dd {
	position:relative;
	float:left;
	width:170px;
	min-height:97px;
	_height:117px;
	padding-bottom:20px;
}
.instructor_info dd h4 {
	font-size:115%;
	font-weight:bold;
}
.instructor_info dd span.detail_btn {
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
}