@charset "UTF-8";

#index.instructor #content {
	width: 100%;
}

#index.instructor #content h2 {
	background: url(../img/pic_matsumura.png) no-repeat right top;
	width: 980px;
	height: 260px;
	margin: 0 auto;
	font-size:  24px;
	line-height: 46px
}
#index.instructor #content h2 span {
	font-size: 21px;
}

#index.instructor #content .section {
	width: 100%;
	background: url(../img/bg.png) no-repeat center top;
	padding: 50px 0 70px 0;
    background-size: cover;
}
#index.instructor #content .section h3 {
	text-indent: -9999px;
}
#index.instructor #content .section .column {
	width:  980px;
	margin: 0 auto;
}
#index.instructor #content .section .column#kumasaka {
	background: url(../img/main_kumasaka.png) no-repeat center top;
}
#index.instructor #content .section .column#onuma {
	background: url(../img/main_onuma.png) no-repeat center top;
}
#index.instructor #content .section .column#onuma {
	background: url(../img/main_onuma.png) no-repeat center top;
}
#index.instructor #content .section .column#shion {
	background: url(../img/main_shion.png) no-repeat center top;
}

#index.instructor #content .section .profile {
	width:  790px;
	margin: 0 auto;
	padding-top: 140px;
}
#index.instructor #content .section .column#onuma .profile {	height: 260px;}
#index.instructor #content .section .column#shion .profile {	height: 280px;}

#index.instructor #content .section .profile dl {
	overflow: hidden;
	margin-bottom: 0.6em;
}
#index.instructor #content .section .profile dl dt,
#index.instructor #content .section .profile dl dd{
	float: left;
}
#index.instructor #content .section .profile dl dt{
	background-color: #666;
	color: #fff;
	text-align: center;
	width: 116px;
	margin-right: 15px;
	padding: 0;
	font-size: 13px;
	line-height: 24px;
}
#index.instructor #content .section .profile dl dd,
#index.instructor #content .section .profile p{
	font-size: 14px;
	line-height: 24px;
}
#index.instructor #content .section .message {
	width:  880px;
	margin: 0 auto;
	font-size: 17px;
	line-height: 34px;
	color: #fff;
}
#index.instructor #content .section .message h4 {
	margin-bottom: 1em;
}
#index.instructor #content .section .message p {
	margin-bottom: 1em;
}