@charset "UTF-8";
#sys-main {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 800px;
  position: relative;
}

#sys-main a:visited {
  color: blue;
}

#sys-main a:hover {
  color: red;
}

#sys-menu {
  background-color: #e5f0fe;
  width: 185px;
  height: 100%;
  padding-left: 5px;
  float: left;
}

#sys-cont {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
  width: 570px;
  float: left;
}

/* タイトルh2 */
#sys-cont h2 {
  margin: 18px 0px 0px 13px;
  padding: 10px 10px 0px 14px;
  width: 483px;
  height: 35px;
  font-size: 14px;
  color: #1f507e;
  background: url("/assets/common/ban02-0aeef6cb.gif") no-repeat;
}

/* メッセージ表示（ファイル送信完了など） */
#err-sys {
  margin: 20px 0px 15px 0px;
  padding: 10px;
  border-color: #fe8080;
  border-width: 1px;
  border-style: solid;
  width: 500px;
  background-color: #ffe0e0;
  text-align: center;
  color: red;
  font-weight: bold;
  font-size: 14px;
}

#hint-sys {
  margin: 20px 0px 15px 0px;
  padding: 10px;
  border-color: #388e03;
  border-width: 1px;
  border-style: solid;
  width: 500px;
  background-color: #b9fe8f;
  text-align: center;
  color: #116501;
  font-weight: bold;
  font-size: 14px;
}

/* テーブル枠 */
.table-sys-a {
  margin: 0px 0px 0px 15px;
  float: left;
  width: 540px;
  border-right: 0px;
  border-bottom: 1px dotted #c0c0c0;
  border-left: 0px;
  color: #000;
  font-size: 13px;
  background-color: #e5f0fe;
}

.table-sys-a .item-top {
  float: left;
  width: 180px;
  padding: 8px;
  background-color: #e5f0fe;
}

.table-sys-a .input-top {
  float: left;
  width: 318px;
  padding: 8px;
  background-color: #ffffff;
}

.table-sys-a .item-mid {
  float: left;
  clear: both;
  width: 210px;
  min-height: 100%;
  padding: 8px;
  border-top: 1px dotted #cccccc;
  background-color: #e5f0fe;
}

.table-sys-a .input-mid {
  float: left;
  width: 298px;
  height: auto;
  margin-left: 0px;
  border-top: 1px dotted #cccccc;
  background-color: #ffffff;
  padding: 8px;
}

.table-sys-a .input-mid-2-r {
  float: left;
  width: 100px;
  height: 100%;
  margin-left: 0px;
  border-top: 1px dotted #cccccc;
  background-color: #e5f0fe;
  padding: 8px;
}

.table-sys-a .input-mid-2-l {
  float: left;
  width: 408px;
  min-height: 100%;
  margin-left: 0px;
  border-top: 1px dotted #cccccc;
  background-color: #ffffff;
  padding: 8px;
}

.table-sys-a .input-mid-2-c {
  float: left;
  width: 182px;
  min-height: 100%;
  margin-left: 0px;
  border-top: 1px dotted #cccccc;
  background-color: #ffffff;
  padding: 8px;
}

.table-sys-a .input-mid-2-r {
  float: left;
  width: 100px;
  height: 100%;
  margin-left: 0px;
  border-top: 1px dotted #cccccc;
  background-color: #ffffff;
  padding: 8px;
}

.table-sys-a .item-mid2 {
  float: left;
  clear: both;
  width: 120px;
  min-height: 100%;
  padding: 8px;
  border-top: 1px dotted #cccccc;
  background-color: #e5f0fe;
}

.table-sys-a .input-mid2 {
  float: left;
  width: 388px;
  height: auto;
  margin-left: 0px;
  border-top: 1px dotted #cccccc;
  background-color: #ffffff;
  padding: 8px;
}

.table-sys-a .item-mid3-1 {
  float: left;
  width: 120px;
  height: 100%;
  min-height: 100%;
  margin-left: 0px;
  padding: 8px;
  border-top: 1px dotted #cccccc;
  background-color: #e5f0fe;
}

.table-sys-a .item-mid3-2 {
  float: left;
  width: 270px;
  min-height: 100%;
  margin-left: 0px;
  padding: 8px;
  border-top: 1px dotted #cccccc;
  border-right: 1px dotted #cccccc;
  border-left: 1px dotted #cccccc;
  background-color: #e5f0fe;
}

.table-sys-a .item-mid3-3 {
  float: left;
  width: 100px;
  min-height: 100%;
  margin-left: 0px;
  padding: 8px;
  border-top: 1px dotted #cccccc;
  background-color: #e5f0fe;
}

.table-sys-a .input-mid3-1 {
  float: left;
  width: 120px;
  height: auto;
  margin-left: 0px;
  border-top: 1px dotted #cccccc;
  background-color: #ffffff;
  padding: 8px;
  white-space: normal;
}

.table-sys-a .input-mid3-2 {
  float: left;
  width: 270px;
  height: auto;
  margin-left: 0px;
  border-top: 1px dotted #cccccc;
  border-right: 1px dotted #cccccc;
  border-left: 1px dotted #cccccc;
  background-color: #ffffff;
  padding: 8px;
}

.table-sys-a .input-mid3-3 {
  float: left;
  width: 100px;
  height: auto;
  margin-left: 0px;
  border-top: 1px dotted #cccccc;
  background-color: #ffffff;
  padding: 8px;
}

.table-sys-a .item-bot {
  float: left;
  clear: both;
  width: 200px;
  padding: 8px;
  border-top: 1px dotted #cccccc;
  background-color: #e5f0fe;
}

.table-sys-a .input-bot {
  float: left;
  width: 458px;
  margin-left: 0px;
  border-top: 1px dotted #cccccc;
  padding: 8px;
  background-color: #ffffff;
}

.table-sys-a .input-mid3-1.no_show {
  background-color: #D6D6D6;
}

.table-sys-a .input-mid3-2.no_show {
  background-color: #D6D6D6;
}

.table-sys-a .input-mid3-3.no_show {
  background-color: #D6D6D6;
}

/* テーブル枠 */
.table-sys-a1 {
  margin: 0px 0px 0px 15px;
  float: left;
  min-width: 540px;
  border-right: 0px;
  border-bottom: 1px dotted #c0c0c0;
  border-left: 0px;
  color: #000;
  font-size: 13px;
  display: table;
}

.table-sys-a2 {
  margin: 0px;
  float: left;
  min-width: 540px;
  border: 0px;
  color: #000;
  font-size: 13px;
  display: table;
}

.table-sys-a1 .item-head,
.table-sys-a2 .item-head {
  width: 100%;
  display: table-header-group;
}

.table-sys-a1 .item-body,
.table-sys-a2 .item-body {
  width: 100%;
  display: table-row-group;
}

.table-sys-a1 .item-head .item-tr,
.table-sys-a1 .item-body .item-tr,
.table-sys-a2 .item-head .item-tr,
.table-sys-a2 .item-body .item-tr {
  width: 100%;
  display: table-row;
}

.table-sys-a1 .item-head .item-tr .item-top,
.table-sys-a1 .item-body .item-tr .item-top,
.table-sys-a2 .item-head .item-tr .item-top,
.table-sys-a2 .item-body .item-tr .item-top {
  min-width: 180px;
  text-align: left;
  vertical-align: top;
  padding: 8px;
  background-color: #e5f0fe;
  display: table-cell;
}

.table-sys-a1 .item-head .item-tr .input-top,
.table-sys-a1 .item-body .item-tr .input-top,
.table-sys-a2 .item-head .item-tr .input-top,
.table-sys-a2 .item-body .item-tr .input-top {
  min-width: 318px;
  text-align: left;
  vertical-align: top;
  padding: 8px;
  background-color: #ffffff;
  display: table-cell;
}

.table-sys-a1 .item-head .item-tr .item-mid,
.table-sys-a1 .item-body .item-tr .item-mid,
.table-sys-a2 .item-head .item-tr .item-mid,
.table-sys-a2 .item-body .item-tr .item-mid {
  clear: both;
  min-width: 210px;
  text-align: left;
  vertical-align: top;
  padding: 8px;
  border-top: 1px dotted #cccccc;
  background-color: #e5f0fe;
  display: table-cell;
}

.table-sys-a1 .item-head .item-tr .input-mid,
.table-sys-a1 .item-body .item-tr .input-mid,
.table-sys-a2 .item-head .item-tr .input-mid,
.table-sys-a2 .item-body .item-tr .input-mid {
  min-width: 298px;
  text-align: left;
  vertical-align: top;
  border-top: 1px dotted #cccccc;
  background-color: #ffffff;
  padding: 8px;
  display: table-cell;
}

.table-sys-a1 .item-head .item-tr .input-mid-2-r,
.table-sys-a1 .item-body .item-tr .input-mid-2-r,
.table-sys-a2 .item-head .item-tr .input-mid-2-r,
.table-sys-a2 .item-body .item-tr .input-mid-2-r {
  min-width: 100px;
  height: 100%;
  border-top: 1px dotted #cccccc;
  background-color: #e5f0fe;
  padding: 8px;
  display: table-cell;
}

.table-sys-a1 .item-head .item-tr .input-mid-2-l,
.table-sys-a1 .item-body .item-tr .input-mid-2-l,
.table-sys-a2 .item-head .item-tr .input-mid-2-l,
.table-sys-a2 .item-body .item-tr .input-mid-2-l {
  min-width: 408px;
  min-height: 100%;
  border-top: 1px dotted #cccccc;
  background-color: #ffffff;
  padding: 8px;
}

.table-sys-a1 .item-head .item-tr .input-mid-2-c,
.table-sys-a1 .item-body .item-tr .input-mid-2-c,
.table-sys-a2 .item-head .item-tr .input-mid-2-c,
.table-sys-a2 .item-body .item-tr .input-mid-2-c {
  min-width: 182px;
  min-height: 100%;
  border-top: 1px dotted #cccccc;
  background-color: #ffffff;
  padding: 8px;
  display: table-cell;
}

.table-sys-a1 .item-head .item-tr .input-mid-2-r,
.table-sys-a1 .item-body .item-tr .input-mid-2-r,
.table-sys-a2 .item-head .item-tr .input-mid-2-r,
.table-sys-a2 .item-body .item-tr .input-mid-2-r {
  min-width: 100px;
  border-top: 1px dotted #cccccc;
  background-color: #ffffff;
  padding: 8px;
  display: table-cell;
}

.table-sys-a1 .item-head .item-tr .item-mid2,
.table-sys-a1 .item-body .item-tr .item-mid2,
.table-sys-a2 .item-head .item-tr .item-mid2,
.table-sys-a2 .item-body .item-tr .item-mid2 {
  clear: both;
  text-align: left;
  vertical-align: top;
  min-width: 120px;
  padding: 8px;
  border-top: 1px dotted #cccccc;
  background-color: #e5f0fe;
  display: table-cell;
}

.table-sys-a1 .item-head .item-tr .input-mid2,
.table-sys-a1 .item-body .item-tr .input-mid2,
.table-sys-a2 .item-head .item-tr .input-mid2,
.table-sys-a2 .item-body .item-tr .input-mid2 {
  min-width: 388px;
  text-align: left;
  vertical-align: top;
  border-top: 1px dotted #cccccc;
  background-color: #ffffff;
  padding: 8px;
  display: table-cell;
}

.table-sys-a1 .item-head .item-tr .input-mid.input-mid-button,
.table-sys-a1 .item-body .item-tr .input-mid.input-mid-button,
.table-sys-a1 .item-head .item-tr .input-mid2.input-mid2-button,
.table-sys-a1 .item-body .item-tr .input-mid2.input-mid2-button,
.table-sys-a2 .item-head .item-tr .input-mid.input-mid-button,
.table-sys-a2 .item-body .item-tr .input-mid.input-mid-button,
.table-sys-a2 .item-head .item-tr .input-mid2.input-mid2-button,
.table-sys-a2 .item-body .item-tr .input-mid2.input-mid2-button {
  text-align: center;
}

.table-sys-a1 .item-head .item-tr .item-mid3-1,
.table-sys-a2 .item-head .item-tr .item-mid3-1 {
  min-width: 120px;
  min-height: 100%;
  padding: 8px;
  border-top: 1px dotted #cccccc;
  background-color: #e5f0fe;
  display: table-cell;
}

.table-sys-a1 .item-head .item-tr .item-mid3-2,
.table-sys-a2 .item-head .item-tr .item-mid3-2 {
  min-width: 270px;
  padding: 8px;
  border-top: 1px dotted #cccccc;
  border-right: 1px dotted #cccccc;
  border-left: 1px dotted #cccccc;
  background-color: #e5f0fe;
  display: table-cell;
}

.table-sys-a1 .item-head .item-tr .item-mid3-3,
.table-sys-a2 .item-head .item-tr .item-mid3-3 {
  min-width: 100px;
  padding: 8px;
  border-top: 1px dotted #cccccc;
  background-color: #e5f0fe;
  display: table-cell;
}

.table-sys-a1 .item-body .item-tr .input-mid3-1,
.table-sys-a2 .item-body .item-tr .input-mid3-1 {
  min-width: 120px;
  border-top: 1px dotted #cccccc;
  background-color: #ffffff;
  padding: 8px;
  white-space: normal;
  display: table-cell;
}

.table-sys-a1 .item-body .item-tr .input-mid3-2,
.table-sys-a2 .item-body .item-tr .input-mid3-2 {
  min-width: 270px;
  border-top: 1px dotted #cccccc;
  border-right: 1px dotted #cccccc;
  border-left: 1px dotted #cccccc;
  background-color: #ffffff;
  padding: 8px;
  display: table-cell;
}

.table-sys-a1 .item-body .item-tr .input-mid3-3,
.table-sys-a2 .item-body .item-tr .input-mid3-3 {
  min-width: 100px;
  border-top: 1px dotted #cccccc;
  background-color: #ffffff;
  padding: 8px;
  display: table-cell;
}

.table-sys-a1 .item-body .item-tr .item-bot,
.table-sys-a2 .item-body .item-tr .item-bot {
  clear: both;
  min-width: 200px;
  padding: 8px;
  border-top: 1px dotted #cccccc;
  background-color: #e5f0fe;
  display: table-cell;
}

.table-sys-a1 .item-body .item-tr .input-bot,
.table-sys-a2 .item-body .item-tr .input-bot {
  min-width: 458px;
  margin-left: 0px;
  border-top: 1px dotted #cccccc;
  padding: 8px;
  background-color: #ffffff;
  display: table-cell;
}

.table-sys-a1 .item-body .item-tr .input-mid3-1.no_show {
  background-color: #D6D6D6;
}

.table-sys-a1 .item-body .item-tr .input-mid3-2.no_show {
  background-color: #D6D6D6;
}

.table-sys-a1 .item-body .item-tr .input-mid3-3.no_show {
  background-color: #D6D6D6;
}

.w40 {
  float: left;
  width: 40px;
  display: inline;
}

table.system-content {
  margin: 0px 0px 0px 15px;
  float: left;
  width: 100%;
  border: 1px solid #c0c0c0;
  border-right: 0px;
  border-bottom: 1px solid #c0c0c0;
  border-left: 0px;
  border-spacing: 0;
  color: #000;
  font-size: 13px;
  background-color: #e5f0fe;
}

table.system-content th {
  border: 1px dotted #cccccc;
  height: auto;
  margin-left: 0px;
  border-top: 0px dotted #cccccc;
  border-right: 0px dotted #cccccc;
  border-left: 1px dotted #cccccc;
  border-bottom: 0px dotted #cccccc;
  padding: 8px;
  font-weight: normal;
  background-color: #e5f0fe;
}

table.system-content th.c1 {
  border: 1px dotted #cccccc;
  height: auto;
  margin-left: 0px;
  border-top: 0px dotted #cccccc;
  border-right: 0px dotted #cccccc;
  border-left: 0px dotted #cccccc;
  border-bottom: 0px dotted #cccccc;
  padding: 8px;
  font-weight: normal;
  background-color: #e5f0fe;
}

table.system-content td {
  border: 1px dotted #cccccc;
  height: auto;
  margin-left: 0px;
  border-top: 1px dotted #cccccc;
  border-right: 0px dotted #cccccc;
  border-left: 1px dotted #cccccc;
  border-bottom: 0px dotted #cccccc;
  padding: 8px;
  background-color: #ffffff;
}

table.system-content td.c1 {
  border: 1px dotted #cccccc;
  height: auto;
  margin-left: 0px;
  border-top: 1px dotted #cccccc;
  border-right: 0px dotted #cccccc;
  border-left: 0px dotted #cccccc;
  border-bottom: 0px dotted #cccccc;
  padding: 8px;
  background-color: #ffffff;
}
