@charset "utf-8";
/* CSS Document */

/* ページスタイル
----------------------------------------------------------- */
main figure .figure_img.photo_president {
	max-width: 116px;
}



@media screen and (max-width: 1199px) {	/* PC固定幅からのブレイクポイント */
	
}

@media screen and (max-width: 959px) {	/* タブレットからのブレイクポイント */
	
}

@media screen and (max-width: 479px) {	/* スマートフォンからのブレイクポイント */
	
}