@charset "UTF-8";

/*---import CSS-----------------------------------*/
@import "common_setting.css";
@import "base_layout.css";
/*---import CSS-----------------------------------*/

/*
======== table of content. ===============

summary : 「財団について」設定

- content
  - section about

==========================================
*/

/*----------------------------------------
content
------------------------------------------*/

/*--- section about -----------------------------------*/

#aboutBox {
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
}

#aboutBox tbody {
	display: block;
	overflow: hidden;
}

#aboutBox tr {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 40px;
	display: flex;
	overflow: hidden;
}

#aboutBox tr:last-child {
	padding-bottom: 0;
}

#aboutBox tr th {
	width: 20%;
	margin: 0px;
	padding: 0px 10px;
}

#aboutBox tr th h3 {
	margin: 0;
	color: #009e00;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#aboutBox tr td {
	width: 80%;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	text-align: left;
	border-left: 2px solid #ff6e00;
}

#mapBox {
	width: 100%;
	height: 400px;
	margin: 20px 0px 0px 0px;
	display: block;
	overflow: hidden;
}

#yakuinBox {
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
}

#yakuinBox tbody {
	display: block;
	overflow: hidden;
}

#yakuinBox tr {
	padding: 0 0 10px 0;
	align-items: baseline;
}

#yakuinBox tr:last-child {
	padding-bottom: 0;
}

#yakuinBox tr th {
	width: 20%;
}

#yakuinBox tr th p {
	width: 100%;
	margin: 0px;
	padding: 3px 7px;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	background: #857c5f;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#yakuinBox tr td {
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: none;
}

#yakuinBox tr td.name {
	width: 30%;
	padding-left: 10px;
}

#yakuinBox tr td.sub {
	width: 50%;
}

/*----------------------------------------
520px以下
------------------------------------------*/
@media screen and (max-width: 520px) {
	/* BODY --------------------------- */
	/*テーブル*/
	#aboutBox tr {
		flex-direction: column;
	}
	#aboutBox tr th,
	#aboutBox tr td,
	#yakuinBox tr td.sub {
		width: 100%;
	}
	#aboutBox tr th {
		padding: 0 0 0 0 ;
	}
	#aboutBox tr th h3 {
		margin-bottom: 15px;
		padding-bottom: 3px;
		border-bottom: 2px solid #ff6e00;
	}
	#aboutBox tr td {
		padding: 0;
		border: none;
	}
	#yakuinBox tr th {
		margin-bottom: 15px;
	}
	#yakuinBox tr td.name {
		padding-left: 0;
	}
	#yakuinBox tr td.sub {
		padding-left: 10px;
	}
	.th-empty {
		display: none;	/*空の役員名TH*/
	}
}