@charset "UTF-8";




/*
--------------------------------
	instructor.html
--------------------------------
*/


/* ---- page title ---- */

#contents h1 {
	background-image: url(../img/instructor/title.jpg);
}


/* ---- boxes ---- */

#contents h3 {
	display: block !important;
	padding: 40px 0 0 0 !important;
	border-top: 1px solid #ddd;
	border-bottom-style: none !important;
}

.box {
	width: 680px;
	margin: 30px 0 0 30px;
}

.box .txt {
	float: left;
	width: 500px;
}

.box .pic {
	float: right;
	width: 160px;
}

.box .txt .lisence {
	margin-bottom: 24px;
	padding: 10px;
	background-color: #eaf6f5;
	font-size: smaller;
}

.box .txt .lisence span {
	margin-right: 2px;
	color: #61c1c7;
}