﻿body {}

#content {
  width: 70%;
}

h1 {
  text-align: center;
  padding-bottom: 5px;
  padding-top: 10px;
  padding-left: 15px;
}

#l_requirement:before {
  content: url("../img/ico-search.png");
  position: relative;
  bottom: -7px;
  margin-right: 7px;
}

#requirement_area {
  margin-top: 35px;
  border-radius: 10px;
  padding: 0px 20px 20px 20px;
  background: white;
}

#requirement {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

#login_area1 {
  margin-top: 35px;
  border-radius: 10px;
  padding: 0px 20px 20px 20px;
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.login_title {
  display: block;
  width: 100%;
  font-weight: bold;
  margin-top: 10px;
}

#login_area {
  margin-top: 35px;
  border-radius: 10px;
  padding: 0px 20px 20px 20px;
  width: 50%;
  margin: auto;
}

.login_input {
  margin-left: 35px;
}


.cell_1 {
  width: 100%;
}

.cell_2 {
  height: 60px;
}

.cell_2 * {
  display: inline-block;
  vertical-align: middle;
}

.cell_2>div {
  padding: 5px;
  background-color: #F0F2F5;
}

select {
  height: 46px;
}

.cell_3 {
  display: table-cell;
  width: 33%;
}

.inspect_time * {
  display: inline-block;
}

.inspect_time select {
  width: 50px;
}

label.item_title {
  display: block;
  font-weight: bold;
  width: 100%;
}

.cell_1 input[type="text"],
textarea {
  border: solid 1px #CCC;
  outline: solid 4px #F0F2F5;
  margin: 2px 0px 0px 5px;
  width: 90%;
  font-size: 16px;
}

.cell_1 input[type="password"],
textarea {
  border: solid 1px #CCC;
  outline: solid 4px #F0F2F5;
  margin: 2px 0px 0px 5px;
  width: 90%;
  font-size: 16px;
}

input[type="text"] {
  height: 40px;
  padding: 1px 2px;
}

input[type="password"] {
  height: 40px;
  padding: 1px 2px;
}

textarea {
  height: 120px;
  resize: none;
  overflow: auto;
}

table,
table td,
table th {
  border-collapse: collapse;
  border: 1px solid #F0F2F5;
  max-height: 60px;
}


table,
table td,
table th {
  border-collapse: collapse;
  border: 1px solid #0b0b0b;
  max-height: 60px;
}

table {
  width: 90%;
  height: 100%;
  border: 3px solid #0b0b0b;
  table-layout: fixed;
  margin: auto;
}

div #separator {
  background-color: #3C4046;
  height: 10px;
}

div.tooltip {
  display: inline-block;
  /* インライン要素化 */
}


/* ツールチップ部分を隠す */

div.tooltip span {
  display: none;
}


/* マウスオーバー */

div.tooltip:hover {
  position: relative;
  color: #333;
}


/* マウスオーバー時にツールチップを表示 */

div.tooltip:hover span {
  /* ボックス要素にする */
  display: block;
  /* relativeからの絶対位置 */
  position: absolute;
  top: 25px;
  font-size: 120%;
  color: white;
  background-color: #4F5358;
  width: 205px;
  padding: 5px;
  border-radius: 3px;
  z-index: 100;
  border: 1px solid #F0F2F5;
}


/* アイコンカラー */
.fa-green:before {
  color: #A4C639;
}

.fa-red:before {
  color: #7C0A02;
}

.fa-blue:before {
  color: #73C2FB;
}


.bt {
  margin-top: 20px;
  margin-bottom: 50px;
  width: 160px;
  height: 55px;
  font-size: 20px;
  background-color: #666A6F;
  border-style: none;
  border-radius: 10px;
  box-shadow: 0px 5px 0px #5C6065;
  font-weight: bold;
  color: white;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  display: inline;
}

.bt:hover {
  background-color: #A3A6A9;
  box-shadow: 0px 5px 0px #9DA0A3;
}

.bt:disabled {
  background-color: #A3A6A9;
  box-shadow: 0px 5px 0px #9DA0A3;
  cursor: default;
}

#btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Req {
  color: red;
}

#bt:hover {
  background-color: #A3A6A9;
  box-shadow: 0px 5px 0px #9DA0A3;
}

tbody td:nth-child(odd) {
  background-color: rgb(70, 70, 70);
  color: white;
}

tbody td:nth-child(even) {
  background-color: #f0f2f5;
}

table,
table td,
table th {
  border-collapse: collapse;
  border: 1px solid #0b0b0b;
  max-height: 60px;
}

table {
  width: 90%;
  height: 100%;
  border: 3px solid #0b0b0b;
  table-layout: fixed;
  margin: auto;
}