/* 会長挨拶エリア */
#sec1 p{
	line-height:150%;
	width:98%;
}

#sec1 .name{
	font-size:18px;	
	text-align:right;	
	width:98%;
}

#sec1 .date{
	text-align:right;	
	width:98%;
	margin-bottom:10px;
}

#sec1 .list{
	width:98%;
	margin:20px;
    line-height: 150%;
}

/* 役員名簿エリア */
#sec3-1{
	margin-bottom:30px;
}

#sec3-1 .sec-inner{
	margin:20px 0 0 0;
	padding:0;
}	

#sec3-1 .sec-inner .officer {
	width:470px;
	float:left;
	margin:5px;
	border-bottom:1px solid #CCC;
	min-height: 100px;
}

#sec3-1 .sec-inner .officer .left {
	float:left;
}

#sec3-1 .sec-inner .officer .right {
	float:left;
	margin-left:5px;
}

#sec3-1 .sec-inner .officer h3 {
	border-left: 3px solid #E27802;
	padding: 8px 12px;
	font-size: 17px;
	font-weight:bold;
	line-height:150%;
	margin: 0;
	position: relative;
}

#sec3-1 .sec-inner .officer .name {
	font-size: 17px;
	font-weight:normal;
}

#sec3-1 .sec-inner .officer .hosp_name {
	border-left:3px solid #CCC;
	padding: 8px 12px;
	min-height: 1em;
}

#sec3-1 .sec-inner img {
	margin-bottom:20px;
}



@media screen and (max-width:768px){
	#sec1 .sec-inner .img-col{
		width:100%;	
		float:none;
	}
	
	#sec1 .sec-inner .img-col .image{
		width:100%;
		margin:0 auto;
		text-align:center;
	}
	
	#sec1 .sec-inner .txt-col{
		width:100%;
		float:none;
		margin:3% 0;
	}

	#sec1 .text{
		width:100%;
		margin:2% auto;
		text-align:center;
		padding:0;
	}
	
	#sec3-1{
	margin-bottom:5%;
	}
	
	#sec3-1 .sec-inner{
		margin:20px 0 0 0;
		padding:0;
	}	
	
	#sec3-1 .sec-inner .officer {
		width:100%;
		float:left;
		margin:5px;
		border-bottom:1px solid #CCC;
	}
	
	#sec3-1 .sec-inner .officer .left {
		float:left;
	}

	#sec3-1 .sec-inner .officer .left img {
		width:80%;
	}
	
	#sec3-1 .sec-inner .officer .right {
		float:left;
		margin-left:2px;
	}
	
	#sec3-1 .sec-inner .officer h3 {
		border-left: 3px solid #E2DFA2;
		padding: 8px 12px;
		font-size: 17px;
		font-weight:bold;
		line-height:150%;
		margin: 0;
		position: relative;
	}
	
	#sec3-1 .sec-inner .officer .name {
		font-size: 17px;
		font-weight:normal;
	}
	
	#sec3-1 .sec-inner .officer .hosp_name {
		border-left:3px solid #CCC;
		padding: 8px 12px;
	}
	
	#sec3-1 .sec-inner img {
		margin-bottom:20px;
	}
}