@charset "utf-8";
/* id設定 */
#office-staff {
	width: 100%;
	margin: 10px 0px 10px 0px;
}
/* class設定 */
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-small {
	font-size: x-small;
}
.onime {
	ime-style: active;
}
.offime {
	ime-style: inactive;
}
.M0 {
	margin: 0px;
}
.float-clear {
	padding: 0;
	margin: 0;
	clear: both;
}
.office-staff-detail {
	width: 100%;
	position: relative;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 5px 0px;
	border-style: dotted;
	border-color: #000000;
	border-width: 0px 0px 1px 0px;
}
.office-staff-detail-img {
	float: left;
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 20%;
}
.office-staff-detail-text {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 80%;
}
.office-staff-detail-title {
	font-weight: bold;
}

