@charset "UTF-8";


#mainContents {
	margin-right: 50px;
}

#mainContents h2 {
	height: 35px;
	line-height: 35px;
	font-size: 138%;
	color: #000;
	border-left: solid 8px #fc0;
	background-color: #c2ffe2;
	padding-left: 8px;
	margin-bottom: 26px;
}

#mainContents p.lead {
	margin-top: 14px;
	font-weight: bold;
}

#mainContents h3 {
	margin-bottom: 12px;
}

#mainContents h4 {
	margin-top: 20px;
	margin-bottom: 9px;
	border-bottom: dashed 1px #fc0;
	padding-bottom: 6px;
}

#president {
	margin: 20px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}

#president dt {
	width: 115px;
	margin-right: 2em;
}

#president dt img {
	width: 100%;
}

#president dd {
	font-size: 1.2em;
}

#president img[src="images/signature.png"] {
	width: 200px;
	margin-top: 0.5em;
}

