

/* 会長挨拶
--------------------------*/
.presidentBox {
	margin:0 auto;
	padding:10px 15px;
	position:relative;
	border-bottom:1px solid #ccc;
}
.presidentBox img{
	width:150px;
	float:right;
}
.presidentBox p {
	text-align:right;
	position:absolute;
	top:92px;
	right:185px;
}
.mainTxt02 {
	line-height:180%;
	margin:1em auto;
	text-indent:1em;
}

@media screen and (max-width: 640px){
	
	.presidentBox img{
		float:none;
		margin:10px auto;
	}
	.presidentBox p {
		position:static;
		text-align:center;
	}	
	
}










