﻿@charset "utf-8";

.staff {
  /* width: 515px; */
  width: 100%;
  margin: 0 15px 15px 15px;
  border-collapse: collapse;
  border: solid 2px #999999;
}

.staff th {
  background-color: #f9f7f0;
  padding: 5px 2px;
  border: solid 1px #cccccc;
}

.staff td {
  padding: 5px 2px;
  border: solid 1px #cccccc;
  line-height: 1.2em;
  text-align: center;
}
.t_left {
  text-align: left;
  padding: 5px 2px;
}

.table_staff {
  /* width: 540px; */
  width: 100%;
  /*margin: 0 15px 15px 25px;*/
  border-collapse: collapse;
  border: solid 2px #999999;
  color: #464646;
}

.table_staff th {
  width: 25%;
  background-color: #f9f7f0;
  border: solid 1px #cccccc;
}

.table_staff td {
  width: 70%;
  border: solid 1px #cccccc;
}

.table_staff th,
.table_staff td {
  padding: 8px 10px;
}

.table_staff td dl:not(:first-child) {
  margin-top: 20px;
}

.table_staff td dl dt {
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: #ccc dotted 1px;
}

.table_staff td dl dd {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.salary_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

.salary_table th {
  font-size: 90%;
}
.salary_table th:first-child {
  width: 5em;
}
.salary_table td:nth-child(2) {
  width: 5em;
}
.salary_table td:last-child,
.salary_table th:last-child {
  width: auto;
  min-width: 200px;
}
