@charset "UTF-8";

.lesson #contents h2{
	float: left;
	margin-right: 80px;
}
#contents #title{
	position: fixed;
	width: 890px;
	top: 150px;
	background: #FFF;
	padding: 40px 0 15px 0;
}
.lesson #title ul li{
	float: left;
	margin-right: 10px;
}

.lesson #vocal{
	margin-top: -200px; /* リンク位置上昇分 */
	padding-top: 270px; /* 上昇分を戻す分 */
	margin-bottom: 10px;
}
.lesson #vocal h3{
	width:195px;
	margin:auto;
	margin-bottom: 40px;
}
.lesson #vocal h4{
	font-size: 1.4em;
	color: #111;
	line-height: 160%;
	margin-bottom: 12px;
}
.lesson #vocal .photo{
	float: right;
	margin-left: 30px;
}
.lesson #vocal p{
	font-size: 1.2em;
	line-height: 180%;
}
.lesson #vocal p.mail{
	background: url(../image/common/icon_mail.gif) no-repeat 0.0em 0.35em;
	padding-left:27px;
	margin-top: 16px;
}
.lesson #vocal p.place{
	background: url(../image/common/icon_place.gif) no-repeat 0.0em 0.35em;
	padding-left:27px;
	font-size: 1.0em;
	line-height: 260%;
}


.lesson #school{
	margin-top: -200px; /* リンク位置上昇分 */
	padding-top: 270px; /* 上昇分を戻す分 */
}
.lesson #school h3{
	width:70px;
	margin:auto;
	margin-bottom: 40px;
}
.lesson #school h4{
	font-size: 1.3em;
	color: #111;
	text-align: center;
	margin-bottom: 35px;
}

.lesson #school .entry {
	width: 735px;
	margin: auto;
	margin-bottom: 50px;
}
.lesson #school .entry .image{
	float: left;
	margin-right: 25px;
}
.lesson #school .entry h5{
	font-size: 1.4em;
	color: #9FC451;
	margin-bottom: 6px;
}
.lesson #school .entry p{
	font-size: 1.2em;
	margin-bottom: 4px;
}
