@charset "utf-8";



#first-box01 section.lecturer-fiestbox{
	text-align: left ;
}


#shusaisha{
	width: 90% ;
	max-width: 900px ;
	margin: 0px auto 35px auto ;
	padding: 0px 0px 80px 0px ;
}
#shusaisha h1{
	text-align: center ;
	margin: 20px auto 40px auto ;
	padding: 10px ;
}
#shusaisha .shusaisha-pic{
	margin: 0px auto 10px auto ;
	width: 60% ;
	text-align: center ;
}
#shusaisha .shusaisha-pic img{
	width: 100% ;
	max-width: 450px ;
	border-radius: 50% ;
}
#shusaisha-name{
	vertical-align: middle ;
	white-space: nowrap ;
	font-weight: bold ;
	font-size: 150% ;
}
#shusaisha .shusaisha-text01{
	max-width: 800px ;
	margin: 30px auto 20px auto ;
	font-size: 130% ;
	line-height: 180% ;
}
#shusaisha .shusaisha-text01 h2{
	text-align: center ;
	margin: 0px auto 20px auto ;
	font-size: 110% ;
}
#shusaisha-back{
	max-width: 1050px ;
	margin: 0px auto ;
	background:url(../images/back-accent02.png) no-repeat;
	background-position: right bottom ;
	background-color:rgba(255,255,255,0.6);
	background-blend-mode:lighten;
}

#keireki .keireki-text01{
	max-width: 700px ;
	margin: 30px auto 20px auto ;
	font-size: 130% ;
	line-height: 180% ;
}
#keireki .keireki-text01 h2{
	text-align: center ;
	margin: 0px auto 20px auto ;
	font-size: 120% ;
}
#keireki .keireki-text01 ul{
	margin: 15px auto 30px auto ;
	padding: 0px 0px 0px 20px ;
}
#keireki .keireki-text01 li{
	list-style-type: disc ;
	line-height: 200% ;
	padding: 5px 0px 7px 0px ;
	border-bottom: 1px dotted #CCC ;
}
#keireki .keireki-text01 li span{
	display: block ;
	font-size: 90% ;
	line-height: 160% ;
	padding: 0px 0px 0px 5px ;
}
#keireki-back{
	max-width: 1050px ;
	margin: 0px auto ;
	background:url(../images/back-accent01.png) no-repeat;
	background-position: left bottom ;
	background-color:rgba(255,255,255,0.8);
	background-blend-mode:lighten;
}



.link-lecturer01{
	text-align: center ;
}
.link-lecturer01 img{
	max-width: 220px ;
}
.link-lecturer01 a{
	display: inline-block ;
	margin: 50px auto 50px auto ;
	padding: 10px 30px ;
	background: #a6c7c3 ;
	text-align: center ;
	color: #383838 ;
	border-radius: 20px ;
	font-weight: 700 ;
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */	

}
.link-lecturer01 a:visited{
	color: #383838 ;
}
.link-lecturer01 a:hover{
	opacity: 1.00; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=100); /* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	-khtml-opacity: 1.00; /* Safari 1.x */
	-moz-opacity: 1.00; /* FF lt 1.5, Netscape */	
}



@media screen and (max-width: 480px) { 
	#shusaisha-back{
		background: none ;
	}
}








/*
	レスポンシブ：タブレット縦/スマホ横/スマホ縦
	@media screen and (max-width: 1024px) { }
	@media screen and (max-width: 896px) { }
	@media screen and (max-width: 480px) { }
*/
