body {
  font-size: 14px;
  color: #002657;
}

h1 {
  text-align: center;
  font-size: 60px;
  font-weight: normal;
  margin: 0;
}
h2 {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  margin: 0;
}
h1.systitle {
  font-size: 67px;
  font-weight: bold;
}

#container {
  width: 1200px;
  margin: 0 auto;
}
#loginform {
  width: 507px;
  padding: 10px;
  margin: 0 auto;
}
#loginform dt {
  margin-bottom: 7px;
  font-weight: bold;
  color: #707070;
}
#loginform label span {
  color: red;
  margin-left: 20px;
}
#loginform dd {
  margin: 0;
  margin-bottom: 35px;
}
#loginform dl {
  margin-bottom: 137px;
}
.cont-center {
  text-align: center;
}
.title-wrapper {
  margin: 80px 0 60px;
}
.updown_wrapper {
  width: 820px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 137px;
}
.updown_wrapper .one_box {
  width: 297px;
}
.updown_wrapper .one_box img {
  width: 100%;
  box-shadow: 6px 5px 1px 0px rgba(10, 10, 10, 0.18);
}
.updown_wrapper .one_box img:hover {
  transform: translateY(2px);
  transform: translateX(2px);
  box-shadow: 4px 3px 1px 0px rgba(10, 10, 10, 0.18);
}

input {
  width: 100%;
  padding: 10px;
  font-size: 20px;
  border: 1px solid #707070;
  border-radius: 4px;
  box-sizing: border-box;
}
.btn {
  background: #2286de;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  padding: 7px 50px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 6px 5px 1px 0px rgba(10, 10, 10, 0.18);
}
.btn.back {
  font-weight: normal;
}
.btn:hover {
  transform: translateY(2px);
  transform: translateX(2px);
  box-shadow: 4px 3px 1px 0px rgba(10, 10, 10, 0.18);
}
.logout_wrap {
  text-align: right;
  padding: 10px 18px;
}
.file_wrapper {
  width: 887px;
  margin: 0 auto 100px;
  border: 1px solid #707070;
  padding: 30px;
  background: #f5faff;
}
.upload-wrap input[type="file"] {
  display: none;
}
/* .upload-wrap label {
  background: #39f;
  color: white;
  font-size: 0.8rem;
  padding: 6px 12px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
} */
/* .upload-wrap label:hover {
  opacity: 0.7;
  transition: 0.3s ease-out;
} */
.upload-wrap .file_name {
  height: 48px;
  max-width: 536px;
  border: 1px solid #707070;
  box-sizing: border-box;
  padding: 12px;
  margin: 20px auto;
  background: #fff;
}
.file_select_wrap {
  text-align: center;
  margin: 40px auto 10px;
  display: flex;
  justify-content: center;
}
.file_select_wrap .btn {
  width: 40%;
  box-sizing: border-box;
  margin: 0 20px;
}
.btn-area {
  display: flex;
}
.file_select_wrap.download {
  margin: 15px auto 10px;
}
.file_select_wrap.download .btn {
  width: auto;
  font-size: 18px;
}
.fin_msg {
  text-align: center;
  color: #ff0000;
  margin: 0;
}

/*----------------------------------------------------------*/
/*	Datatable
/*----------------------------------------------------------*/
.list {
  width: 100%;
}
.list table.dataTable {
  border-collapse: collapse;
  font-size: 0.85em;
  font-size: 14px;
}
.list table.dataTable.no-footer {
  /* border-bottom: none; */
}
.list table.dataTable th {
  border: 1px solid #707070; /* 枠線指定 */
  font-weight: normal;
  border-bottom: none;
}
.list .dataTables_scrollBody {
  border: 1px solid #707070; /* 枠線指定 */
}
.list table.dataTable td {
  border: none; /* 枠線指定 */
  cursor: pointer;
}
.t_right {
  text-align: right;
}
.list table.dataTable td:first-child {
  border-left: none;
}
.list table.dataTable td:last-child {
  border-right: none;
}
.list table.dataTable tr:last-child td {
  border-bottom: none;
}
/* .list table.dataTable tr.odd {
  background-color: #eee;
} */
/*.dataTable .select-checkbox {
	cursor: pointer;
  }*/
.list table.dataTable tbody > tr.selected {
  background: #d2f5ff;
}
.list .dataTable tbody tr:hover {
  background: #00c4ff;
}
.list .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #000;
  color: #fff !important;
  border: 2px solid #000;
}
.list .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #000;
  color: #fff !important;
  border: 2px solid #000;
}
.list .dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 2px solid #000;
}
.list .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #fff100;
  color: #000 !important;
  border: 2px solid #000;
}
