@charset "UTF-8";
/* ----------------------------------------
 	組織図
 ---------------------------------------- */

/* body
------------------------------ */
.table {
	border-collapse: collapse;
    border-spacing: 0;
    width: 100%;    
}
.table tr td {
	border: 1px solid #ebeced;
	padding: 28px 20px 24px;
	line-height: 22px;
	vertical-align: middle;
}
.table tr td:first-child {
	background-color: #f6f7f8;
	width: 24%;
	min-width: 164px;
}
.pull-left {
	float: left;
}
.table .pull-left {
	margin-right: 20px;
}