@charset "UTF-8";
/* CSS Document */
#wrapper {
  width: 100%;
  position: relative;
}
.inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}
.inner.slim {
  text-align: center;
  max-width: 740px;
}
#content {
  position: relative;
  min-height: 400px;
  padding: 30px 0;
}
#content.notoppad {
  padding-top: 0;
}
#content.nobottompad {
  padding-bottom: 0;
}
#content.homepage {
  position: relative;
  padding: 0 0;
}

.warning {
  color: red;
  font-size: 15px;
}
.number {
  text-align: right;
}
.output {
  border: 0px;
  background: transparent;
}
main.employee-cost {
  font-size: 16px;
}
.cost-wrap {
  background-color: #EEE;
  padding: 20px 0;
  border-bottom: 1px solid #CCC;
}
.cost-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.cost-right {
  float: right;
  width: 400px;
}
.cost-left {
  float: left;
  width: calc(100% - 400px);
}
.employee-cost table th {}
table.employee-cost-table {
  border: 1px solid #ccc;
  margin: 20px auto;
  width: 100%;
  border-collapse: collapse;
}
table.employee-cost-table td, table.employee-cost-table th {
  padding: 10px;
  font-size: 14px;
  /*border-left:1px dotted #ccc;*/
}
table.employee-cost-table tr {
  border-top: 1px dotted #CCC;
}
table.employee-cost-table tr:first-child {
  border-top: none;
}
table.employee-cost-table tr:hover {
  background-color: #e5eaeb;
}
table.employee-cost-table tr.top-row th {
  background-color: #283891;
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.2;
}
table.employee-cost-table td input {
  width: 100%;
  text-align: center;
  border-radius: 4px;
}
table.employee-cost-table td:first-child {
  width: 200px;
}
table.employee-cost-table.summary td:first-child {
  width: auto;
}
table.employee-cost-table tr.total-row {
  background-color: #eee;
  border-top: 1px solid #CCC;
}
table.employee-cost-table tr.total-row td, table.employee-cost-table tr.total-row th {
  font-size: 18px;
  font-weight: bold;
}
table.employee-cost-table.summary th {
  font-size: 18px;
  color: rgba(37, 170, 225, 1);
  line-height: 1.2;
}
table.employee-cost-table.summary td, table.employee-cost-table.summary td input {
  font-size: 20px;
  font-weight: bold;
  color: #666;
  text-align: right;
}
table.employee-cost-table.summary th span {
  font-size: 16px;
  font-weight: normal;
  color: #666;
}
@media(max-width:980px) {
  table.employee-intro-table {}
  table.employee-intro-table > tbody > tr > td, table.employee-intro-table > tbody > tr > th {
    display: block !important;
    width: 100% !important;
  }
  table.employee-intro-table > tbody > tr > td:after {
    content: "";
    display: table;
    clear: both;
  }
  table.employee-intro-table input {
    width: 100%;
    text-align: left;
  }
}
@media (max-width:900px) {
  table.employee-cost-table.summary th {
    font-size: 16px;
  }
  table.employee-cost-table.summary td, table.employee-cost-table.summary td input {
    font-size: 16px;
  }
  table.employee-cost-table.summary th span {
    font-size: 13px;
  }
}
@media(max-width:700px) {
  .cost-right {
    width: calc(100% - 300px);
  }
  .cost-right {
    width: 275px;
  }
  table.employee-cost-table.summary > tbody > tr > td, table.employee-cost-table.summary > tbody > tr > th {
    display: block !important;
    width: 100% !important;
    text-align: left;
  }
  table.employee-cost-table.summary td input {
    text-align: left;
    font-size: 25px;
  }
}
@media(max-width:640px) {
  .cost-left {
    width: auto;
    float: none;
  }
  .cost-right {
    max-width: 400px;
    width: auto;
    margin: 0 auto 20px;
    float: none;
  }
  table.employee-cost-table tr.top-row th {
    font-size: 12px;
  }
  table.employee-cost-table td, table.employee-cost-table th {
    font-size: 12px;
  }
  table.employee-cost-table tr.total-row td, table.employee-cost-table tr.total-row th {
    font-size: 14px;
  }
  table.employee-intro-table {
    width: 100%;
  }
}
@media (max-width:520px) {
  table.employee-cost-table tr.top-row th {
    font-size: 10px;
  }
  table.employee-cost-table td, table.employee-cost-table th {
    font-size: 10px;
  }
  table.employee-cost-table tr.total-row td, table.employee-cost-table tr.total-row th {
    font-size: 12px;
  }
}