@charset "UTF-8";

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", Hiragino Kaku Gothic ProN, Arial, "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  padding-top: 50px;
}

h3 {
  position: relative;
  padding: .35em 1em .35em 2em;
  border: 1px solid #ccc;
  border-top: 3px solid #3498db;
  background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}
h3::after {
  position: absolute;
  top: .55em;
  left: .70em;
  z-index: 2;
  content: '';
  width: 15px;
  height: 15px;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.td_vertical_align_middle.td_vertical_align_middle {
  vertical-align: middle;
}
/* 202006 ADD start*/
#over_work_check_detail {
  display: none;
}
table.over-work {
  display: none;
  margin-bottom: 0px !important;
}
table.over-work-detail {
  display: none;
}
table.over-work td,
table.over-work-detail td {
  border: none !important;
  line-height: 1 !important;
}
table.over-work tr td:first-child,
table.over-work-detail tr td:first-child {
  width: 500px;
}
table.over-work tr td:nth-child(2),
table.over-work-detail tr td:nth-child(2) {
  width: 60px;
  text-align: right;
}
table.over-work-detail tr td:nth-child(3) {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/* 202006 ADD end*/