@charset "utf-8";

h2.title {
	background-color: #724598;
}

/* contents
---------------------------------------- */
.logoImage {
	margin-bottom: 44px;
}

#text01 {
	margin-bottom:60px;
}

#text02 {
	width:640px;
/*	text-align:right;*/
	margin-bottom:30px;
}

.img01 {
	display:table-cell;
	vertical-align:bottom;
	padding-left:35px;
	height:130px;
}

/* table
---------------------------------------- */
#contents table {
	width:640px;
	margin-bottom:40px;
}

#contents table th,
#contents table td {
	line-height:18px;
	padding:15px 0;
	vertical-align:top;
	border-bottom:#000 1px dotted;
}

#contents table th {
	width:110px;
	font-weight:bold;
	padding-left:15px;
	background:url(../../images/tef/icon01.gif) no-repeat left 18px;
}

#contents table tr:last-child th,
#contents table tr:last-child td {
	border-bottom:none;
}

#contents table td.officerBox {
	display: flex;
	gap: 2em;
}
#contents table td.officerBox .name {
	flex-grow: 1;
}
#contents table td.officerBox .officer span,
#contents table td.officerBox .name span {
	display: block;
}
.text01 {
	padding-left:1em;
}
