@charset "utf-8";
/* CSS Document */

/*----------*----------*----------*----------*----------*/
/* 会長挨拶ページ */
/*----------*----------*----------*----------*----------*/


/*----------*----------*----------*----------*----------*/
/* テーブル 会長挨拶ページ */
.grt_tbl {
	display: table;
	text-align: left ;
	margin-bottom: 20px ;
	/* width: 90%; */
}
	.grt_tbl td {
		vertical-align: bottom ;
	}


.grt_box{
	display: block ;
	/* overflow: hidden ;*/ /* heightを戻す */
	margin-top: 20px ;
	margin-bottom: 20px ;
	text-align: justify ;
}
	.grt_box p{
		text-indent: 1em ;
	}



.grt_box_flex {
	display: flex ;
	align-items: flex-end ;
	justify-content: flex-end ; /* 行末から子要素を配置。右揃え。 */
	margin-bottom: 15px ;
}
	.grt_box_flex img.item {
		vertical-align: baseline ; /* ★画像とテキストの下揃え時のベースラインを揃える */
	}



.grt_content{
	display: block ;
	margin: 50px 15px 35px 15px ;
}


/* 斜体 */
.grt_italic_text{font-style: italic;}
