@charset "UTF-8";

/********************************************

 企業情報 役員一覧（officer）

********************************************/
#officer {
	
}

.sub_title.mar-top{
	margin-top: 40px;
}

.sub_title h4{
	display: flex;
	justify-content: space-between;
    color: #063a95;
    font-size: 120%;
    margin: 0 0 20px;
}

.block table {
	width: 100%;
}
.block table th ,
.block table td {
	padding: 15px;
}
.block table th {
	/*width: 33.33%;*/
}

.block table th.post {
	width: 14em;
}
.block table th.work {
	
}
.block table th.name {
	width: 8.5em;
}

.notes {
	text-align: right;
	padding: 0.5em 0.5em 0;
}

.block table td span{
	font-size: 10px;
}



#officer .link {
	padding: 0.5em 0 0;
}

