/*
	会長メッセージ
******************************************************/

.president {
    width: 1136px;
    margin: 0 auto 30px;
}
.president .section-block h4 {
    font-size: 20px;
    margin: 35px 0 0;
    border-bottom: 1px solid #ccc;
    background: url(/common/img/bg_h4.gif) no-repeat left center;
    padding: 10px 15px;
}

.president .section-block h5 {
	background: none;
	font-size: 16px;
	font-weight: 700;
	color: #052667;
	border-bottom:#ccc 1px solid;
	padding: 0 0 10px;
	margin: 30px 0 0;
}

.president .section-block p {
    font-size: 14px;
}

.president .select_year {
	padding:  10px;
	background: #052667;
	width:560px;
    margin: 0 auto;
}

.president .select_year h5{
	text-align:center;
	margin-top:5px;
	color:#fff;
}


.cp_ipselect {
	overflow: hidden;
	width: 50%;
	margin: 1em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}




#president-area {
	background: url(/about_jfa/president/img/bg_president.png) repeat-x center top;
	padding: 20px 0 10px 0;
}
.container-president-area {
	background: #e4e4e4;
	padding: 30px 0;
}
.container-president {
	background: #e4e4e4;
	width: 1136px;
	margin: 0 auto 30px;
}
#container-president_pc .section-block h4 {
				font-size: 20px;
				margin: 35px 0 0;
				border-bottom: 1px solid #ccc;
				background: url(/common/img/bg_h4.gif) no-repeat left center;
				padding: 10px 15px;
}
#container-president_sp {
				width: 100%;
				margin: 0 auto 30px;
}
#container-president_sp .section-block {
				margin: 0 3%;
}
#container-president_sp .section-block h4 {
				font-size: 14px;
				border-bottom: 1px solid #ccc;
				border-left: 4px solid #1c2f51;
				padding: 5px;
				margin: 10px 0;
}
.photo_box_l {
				display: block;
				float: left;
				padding: 0 20px 20px 0;
}

.photo_box_lll {
				display: block;
				float: left;
				padding: 0 20px 40px 0;
}

.margin_sp {
				margin: 0 3%;
}

a {
	color: #0b8fba;	
}