@charset "utf-8";

.section-box p{
	float: left;
	width: 400px;	
}

.section-box img{
	display: block;
	float: right;
	width: 300px;	
	margin-bottom:  25px;
}

.section-box img:last-child{
	margin-bottom:  0;
}

.staff-voice p{
	float: left;
	width: 450px;
}

.staff-voice figure{
	float: right;
	width: 230px;
}

.staff-voice figcaption{
	font-size: 80%;
}