@charset "utf-8";

/* teacher
-----------------------------------------------------------------*/
#teacher div.mainBox{
	margin-bottom:0;
}

#teacher div.end{
	margin-bottom:0;
}

#teacher .mainBox h3{
	margin-bottom:5px;
}

#teacher .leftBox{
	float:left;
	width:283px;
}

#teacher .rightBox{
	float:right;
	width:283px;
}

#teacher #main dl dt,
#teacher #main dl dd{
	font-size:10px;
	line-height:16px;
}

#teacher #main dl dt{
	font-weight:bold;
}

#teacher #main dl dd{
	margin-bottom:20px;
}

#teacher #main dl dd.end{
	margin-bottom:0;
}

