@charset "UTF-8";

#contents h3 {
	padding-left:0;
	margin-bottom: 10px;
	line-height: 1.3em;
	width: auto;
	background:none;
	font-size: 16px;
}

#contents ul { list-style:disc; padding-left:1.5em; }

/*box01*/

.instructor .box01 {
	border:1px solid #d61826;
	padding: 20px;
	margin-bottom: 20px;
}
.instructor .box01 img{
	display: block;
	float: left;

}
.instructor .box01 .r{
	width: 680px;
}
#contents .instructor .box01 h3{
	font-size: 24px;
}
#contents .instructor .box01 h3 span{
	font-size: 16px;
	font-weight: normal;
}

#contents .instructor .box01 li,
#contents .instructor .box02 li{
	margin-bottom: 5px;
}

.instructor .box01:nth-of-type(2) .r{
	width: 710px;
}

/*box02*/

.instructor .box02 {
	width: 430px;
	border:1px solid #043d60;
	padding: 20px;
	margin-bottom: 20px;
	float: left;
}
.instructor .box02:nth-child(even) { float: right; }

.instructor .box02 img{
	display: block;
	float: left;
}
.instructor .box02 .r{
	width: 260px;
}

