@charset "UTF-8";

/* about */

/*--------------------------------------
	common
---------------------------------------*/

.contents .side_contents .heading_side_wrap {
	margin-bottom: 0;
	border-bottom: none;
}

/*--------------------------------------
	facility
---------------------------------------*/

#about_facility_contents .clm2 .pic {
	margin-bottom: 10px;
}

#about_facility_contents .clm2 .heading03 {
	padding: 0 5px;
}

/*--------------------------------------
	instructor
---------------------------------------*/

#about_instructor_container .staff_position {
	margin-bottom: 10px;
	font-size: 12px;
	color: #016934;
}

#about_instructor_container .heading03 {
	margin-bottom: 5px;
	line-height: 1.0em;
	color: #016934;
	font-size: 18px;
	font-size: 1.8rem;
}

#about_instructor_container .staff_ename {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #D8D1CD;
	color: #999;
	font-size: 12px;
	font-size: 1.2rem;
}

#about_instructor_container .staff_license {
	display: inline-block;
	margin-bottom: 10px;
	padding: .25em .5em;
	background: #57866e;
	font-size: 12px;
	font-size: 1.2rem;
	color: #FFF;
}

.image_texts02 .image_cont {
	width: 380px;
}

.image_texts02 .texts_cont {
	width: 330px;
}

/*--------------------------------------
	[ module ] clearfix
---------------------------------------*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* \*/
* html .clearfix { 
	height:1%;
}

.clearfix {
	display: block;
}
/* */