/*全スタッフ紹介*/
table.Dept{
        width: 90%;
	margin-left: 5%;
}
.Dept th{
        height: 30px;
        border-bottom:ridge;

}
.Dept td{
        height: 50px;
        border-bottom:dotted 1px #E8E3E5;
        padding-left:1em;
}

.term{
        text-align:center;
        font-size: 90%;
        width: 150px;
}

table.Loffice{
        width: 85%;
	margin-left: 5%;
}
.Loffice-term{
        padding-left:1em;
        font-size: 95%;
        text-align: center;
        width: 170px;
}
.Loffice th{
        height: 30px;
        border-bottom:ridge;
        width:25%;

}
.Loffice td{
        height: 50px;
        border-bottom:dotted 1px #E8E3E5;
        text-align: center;
}

table.dept-line-2{
        width: 60%;
	margin-left: 5%;
}
.dept-line-2 th{
        height: 30px;
        border-bottom:ridge;
}
.dept-line-2 td{
        height: 50px;
        border-bottom:dotted 1px #E8E3E5;
        text-align: center;
}
table.dept-line-3{
        width: 90%;
	margin-left: 5%;
}
.dept-line-3 th{
        height: 30px;
        border-bottom:ridge;
}
.dept-line-3 td{
        height: 50px;
        border-bottom:dotted 1px #E8E3E5;
        text-align: center;
}
