@charset "UTF-8";

/********************************************

 ガバナンス・マネジメント（planning）

********************************************/
#governance {
	
}


/*** cont_box ***/
.cont_box {
	margin: 0 0 40px;
}

.cont_box .label {
	font-weight: bold;
	margin: 0 0 6px;
}
.cont_box .image {
	
}
.cont_box .text {
	
}


/*** anchor_box ***/
.anchor_box {
	margin: 0 0 20px;
}

/* .anchor_nav (over write) */
.anchor_box .anchor_nav {
	display: inline-block;
	width: 280px;
}
.anchor_box .anchor_nav.wide {
	width: 350px;
}
.anchor_box .anchor_nav.narrow {
	width: 140px;
}
.anchor_box .anchor_nav.narrow li {
	margin: 0 0 10px 15px;
}

.anchor_box .anchor_nav .label {
	width: 75%;
	font-size: 92%;
	font-weight: bold;
	text-align: center;
	margin: 0 0 6px;
}


/*** profile_box ***/
.profile_box {
	margin: 0 0 60px;
}
.profile_box:last-child {
	margin: 0;
}

.profile_box .name {
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 20px;
}

.profile_box .label {
	margin: 0 0 6px;
}

.profile_box .desc {
	font-size: 92%;
}

/* career */
.profile_box table.career {
	width: 100%;
	margin: 0 0 20px;
}
.profile_box table.career th,
.profile_box table.career td {
	font-size: 92%;
	padding: 0 0 4px;
	vertical-align: top;
}
.profile_box table.career th {
	width: 9em;
}








