@charset "UTF-8";
/*Board of Directors*/
.history-image img {
	float: left;
	width: 30%;
	max-width: 150px;
	margin: 4px 15px 5px 0;
}
.history-text {
	display: block;
	float: left;
	width: 70%;
}
.board-profile-wrap {
	margin: 10px auto ;
	padding: 0;
	clear: right;
	width: 100%;
	text-align: center;
}
.board-profile {
	vertical-align: top;
	display: inline-block;
	position: relative;
	margin: 10px auto;
	text-align: center;
}
.board-profile img {
	max-height: 270px;
	width: auto;
	padding-bottom: 5px !important;
}
.content .board-profile h1 {
	font-size: 24px;
	line-height: 1.2;
	margin: 0;
	letter-spacing: 1.5px;
	color: #555;
	font-weight: 300;
}
.board-profile .end, .board-profile .bottom {
	margin: 0;
}
.about-board .content .divider {
	height: 10px;
	border-bottom: 1px solid #999;
	clear: both;
	margin-bottom: 10px;
}
.board-title {
	font-size: 30px;
	line-height: 1;
	letter-spacing: 1px;
	display: block;
	padding: 10px 0 5px;
	text-align: center;
	clear: both;
	font-weight: 400;
	margin-bottom: 20px;
}
.board-profile img {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	max-width: 300px;
	margin-bottom: 5px;
	clear: right;
}
.board-profile-text {
	text-align: left;
	amrgin: 0 auto;
	font-size: 14px;
	line-height: 1.3;
	width: 300px;
	color: #888;
	clear:both;
}

@media (min-width: 460px) {
.board-profile-wrap {
	margin: 0 auto;
	text-align: center;
}
	.board-profile {
	padding-right: 20px;
		
}
	
	.content .board-profile h1 {
	font-size: 26px;
	margin-bottom: 0;
}
.about-board .content .divider {
	height: 25px;
	border-bottom: 1px solid #DADADA;
	clear: both;
	margin-bottom: 10px;
}
.board-profile img {
	max-width: 300px;
	margin-bottom: 5px;
}
.board-profile-text {
	width: 300px;
}
}

@media (min-width: 820px) {
.board-profile-wrap {
	margin: 0;
	text-align: left;
}
.board-title {
	text-align: left;
}
.board-profile img {
	max-width: 240px;
}
.board-profile-text {
	width: 240px;
}
}

@media (min-width: 920px) {
.board-profile-text {
	width: 240px;
}
}

@media (min-width: 1040px) {
.board-profile img {
	max-width: 320px;
}
.board-profile-text {
	width: 320px;
}
}

@media (min-width: 1200px) {
.board-profile-text {
	width: 375px;
}
}
