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


.organization table {
	width: 100%;
}

.organization table, td, th {
	background: #F4FCDC;
	border: 1px solid #D2DA8B;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	line-height: 3.0;
}

.organization th {
	font-weight: normal;
	width: 120px;
}

.post {
	width: 160px;
}

