@charset "utf-8";

/* executives ///////////////////////////////////////////////////////// */

#executives {
padding			: 0;
}


.executiveBox {
padding-bottom	: 30px;
margin-bottom	: 30px;
border-bottom	: 3px double #ddd;
}

.executiveBox:last-of-type {
padding-bottom	: 0;
margin-bottom	: 0;
border-bottom	: none;
}


/* executive_pic */
.executive_pic {
display			: block;
text-align		: center;
margin-bottom	: 25px;
}

.executive_pic img {
width			: 150px;
height			: 200px;
}

.executive_pic img {
object-fit		: cover;
border-radius	: 25px;
}


/* executive_prof */
.executive_prof {
font-size		: 30px;
line-height		: 1;
text-align		: center;
margin-bottom	: 25px;
}


.executive_prof strong,
.executive_prof small {
display			: block;
line-height		: 1;
}


.executive_prof strong {
color			: #00498B;
font-size		: 18px;
font-weight		: normal;
margin-bottom	: 20px;
}


.executive_prof small {
font-size		: 15px;
margin-top		: 5px;
}


/* executive_his */

.executiveBox .executive_his {
font-size		: 13px;
line-height		: 1.5;
margin-bottom	: 15px;
}

.executiveBox .executive_his:last-of-type {
margin-bottom	: 0;
}


.executiveBox .executive_his dd {
margin			: -1.5em 0 10px 6em;
}

.executiveBox .executive_his dd:last-of-type {
margin-bottom	: 0;
}



































