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

	部署

///////////////////////////////*/

.offices {
/*	margin-left: 40px;
	margin-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid 1px;	*/
}

/*------------------------------
	部署タイトル
------------------------------*/
.offices .frame-top-left {
}
.offices .frame-top-right {
	margin-left: 12px;
	border-left: double 10px yellow;
}
.offices .frame-top {
	padding: 4px 0px 0px 7px;	/* top right bottom left */
	height: 19px;
	color: white;
	font-size: 90%;
	font-weight: bold;
}
.offices .frame-middle-left {
}
.offices .frame-middle-right {
}
.offices .frame-bottom-left {
}
.offices .frame-bottom-right {
}
.offices .frame-bottom {
}

/*------------------------------
	部署ボックス
------------------------------*/
.offices .offices-box {
	margin-top: 2px;
	padding: 3px;
	border: solid 1px gray;
}
.offices .office-unit-frame {
	padding: 2px;	/* top right bottom left */
}
.offices .office-unit {
	width: 222px;
}
.offices .office-division {
	background-color: #9acd32;
	border-left: solid 10px green;
	padding: 3px 3px 3px 5px;	/* top right bottom left */
	font-weight: bold;
}
.offices .office-section ul {
	border: dashed 1px gray;
	margin: 2px 0px 2px 0px;	/* top right bottom left */
	padding: 6px 6px 6px 22px;	/* top right bottom left */
	font-size: 80%;
}
