﻿/* base
================================================== */
body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-size: 12px;
}

a:hover {
  opacity: 0.8;
}

.contents {
  min-height: 400px;
  min-width: 980px;
  margin: 0 20px 20px 20px;
}

.footer {
  margin-top: 50px;
  padding: 20px;
  text-align: center;
  border-top: 5px solid #B52615;
}

.titPage {
  color: #FF0000;
  font-size: 24px;
  font-weight: bold;
  background: url(/common/img/bg_tit_page.png) repeat-x left bottom;
}

.titRecruit {
  color: #FF0000;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 3px solid #69b1f5;
}

.titSub{
  padding: 5px 15px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #333333;
  background: url(/common/img/icon_tit_sub.png) no-repeat left center;
}

.boxContents {
  margin-right: 10px;
  margin-left: 10px;
}

.cmdBorder {
  border-top: 1px solid #333333;
}

.caution {
  color: #ff0000;
  font-weight: bold;
}

.dnTmp {
  display: none;
}

.flex {
  display: flex;
}

.flex > div{
  margin-right: 100px;
}

.jfc {
  display: flex;
  justify-content: space-between;
}

/* header
================================================== */
.header {
  min-width: 980px;
  border-top: 5px solid #B52615;
  border-bottom: 2px solid #B52615;
}
.header-time {
  margin-top: 5px;
  margin-right: 10px;
}
.header-userName {
  font-weight: bold;
  margin: 0 10px;
}
.header-logout {
  display: inline-block;
  height: 30px;
  width: 120px;
  line-height: 30px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  color: #C40018;
  font-weight: bold;
  text-decoration: none;
  background: #FFEAED;
  border:1px solid #FFC1C9;
  border-radius: 1px;
}


/* message
================================================== */
/* messageErr */
.messageErr {
  padding: 10px;
  margin: 10px;
  border: 1px dotted #ff0000;
  background: #ffe6e6;
  color: #ff0000;
}
.messageErr li {
  list-style: disc;
  list-style-position: inside;
}

/* messageFadeBox */
.messageFadeBox {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  padding: 30px;
  width: 200px;
  text-align: center;
  background: #eeeeee;
  border: 1px solid #999;
  border-radius: 2px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
}

/* sprite
================================================== */
.sprt {
  display: block;
  background-image: url(/common/img/sprt_common.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.sprt-logo {
  float: left;
  height: 50px;
  width: 600px;
  margin: 10px;
  background-position: 0 0;
}
.sprt-getAdobe {
  height: 39px;
  width: 158px;
  background-position: 0 -60px;
}

/* a
================================================== */
.aPdf {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding-left: 40px;
  background: url(/common/img/icon_pdf.png) no-repeat left center;
}

.aDotArrow {
  padding-left: 10px;
  background: url(/common/img/icon_dot_arrow.png) no-repeat left center;
}

/* table
================================================== */
.tbl {
  border: 1px solid #999999;
}
.tbl th, .tbl td {
  border: 1px solid #999999;
}
.tbl th {
  vertical-align: top;
  padding: 6px 5px;
  border: 1px solid #999999;
  background-color: #F3F3F3;
}
.tbl td {
  padding: 2px 5px;
}
.tbl .tbl-require {
  padding-right: 50px;
  background-image: url(/common/img/icon_require.png);
  background-repeat: no-repeat;
  background-position: right 3px;
}
.tbl .tbl-label {
  width: 280px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.tbl .tbl-label-wide {
  width: 350px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.tbl .tbl-label-wide2 {
  width: 370px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.tbl .tbl-jigyosya {
  font-weight: bold;
  background: #FFE0C1;
}
.tbl .tbl-footer td {
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #F3F3F3;
}
.tbl .tbl-kekka {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.tbl .tbl-kekka input[type="text"] {
  width: 40px;
  text-align: center;
  ime-mode: disabled;
}
.tbl .tbl-comment {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}
.tbl .tbl-comment input[type="text"] {
  width: 600px;
  text-align: left;
}
.tbl .tbl-recruit {
  background-color: #ADDFFF
}
.tbl-recruit-input {
  background-color: #FFDFDD
}
.tbl .tbl-recruit-no {
  ime-mode: disabled;
}
.tbl-kekkacount {
  border: 1px solid #999999;
}
.tbl-kekkacount th {
  padding: 6px 5px;
  border: 1px solid #999999;
}
.tblPannel th {
  min-width: 100px;
}
.tblCustom th, .tblCustom td {
  min-width: 100px;
}
.tblCustom th {
  vertical-align: top;
  padding: 6px 5px;
  border: 1px solid #999999;
  background-color: #F3F3F3;
}
.tblCustom td {
  padding: 2px 5px;
}
.tblCustom .borderYes {
  border: 1px solid #999999;
}
.tblCustom .borderNo {
  border: none;
}
.tblCustom .tbl-require {
  padding-right: 50px;
  background-image: url(/common/img/icon_require.png);
  background-repeat: no-repeat;
  background-position: right 3px;
}

/* grid
================================================== */
.grd {
  border: 1px solid #999999;
}
.grd tr:nth-child(2n) {
  background: #C8FFFF;
}
.grd th, .grd td {
  border: 1px solid #999999;
}
.grd th {
  padding: 2px 5px;
  border: 1px solid #999999;
  background-color: #F3F3F3;
}
.grd td {
  padding: 2px 5px;
}

/* grid pager */
.grd-pager {
}
.grd-pager-label {
  float: left;
  padding-top: 2px;
  padding-bottom: 2px;
}
.grd-pager-index {
  float: left;
  margin: 0 20px;
}
.grd-pager-size {
  float: left;
}
.grd-pager-index li,
.grd-pager-size li {
  float: left;
  border-left: 1px solid #999;
}
.grd-pager-index a,
.grd-pager-size a ,
.grd-pager-index span ,
.grd-pager-size span {
  display: block;
  padding: 2px 10px;
}
.grd-pager-index li:last-child,
.grd-pager-size li:last-child
{
  border-right: 1px solid #999;
}
.grd-pager .active {
  font-weight: bold;
}
.grd-pager .disabled {
  color: #cccccc;
}



/* form
================================================== */
.txt, .slt, .dt {
  padding: 3px;
  border: 1px solid #CCCCCC;
}

.txtarea {
  padding: 3px;
  border: 1px solid #CCCCCC;
  resize: none;
}

.txt-end {
  height: 40px;
  width: 300px;
  line-height: 40px;
  border: none;
  text-align: center;
  color: #ffffff;
  background-color: #FF0000;
}

.txt-readonly {
  border: none;
  background-color: #ffffff;
}

/* button
================================================== */
.btn {
  display: inline-block;
  height: 40px;
  width: 100px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 2px #999999;
  background-repeat: no-repeat;
}
.btn:hover {
  opacity: 0.8;
}
.btn2 {
  display: inline-block;
  height: 40px;
  width: 120px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 2px #999999;
  background-repeat: no-repeat;
}
.btn2:hover {
  opacity: 0.8;
}
.btn-narrow {
  width: 70px;
}
.btn-wide {
  width: 180px;
}
.btn-amber {
  background-color: #f6cd03;
}
.btn-green {
  background-color: #05c32b;
}
.btn-red {
  background-color: #FF0000;
}
.btn-blue {
  background-color: #330099;
}
.btn-black {
  background-color: #666666;
}
.btn-disabled {
  background-color: #cccccc;
  cursor: default;
}
.btn-lightblue {
  background-color: #00b0f0;
}
.btn-disabled:hover {
  opacity: 1;
}
.btn-icon-begin, .btn-icon-previous {
  width: 50px;
  padding-left: 20px;
  background-position: 5px center;
}
.btn-icon-end, .btn-icon-next {
  width: 50px;
  padding-right: 20px;
  background-position: right center;
}
.btn-icon-begin {
  background-image: url(/common/img/icon_nav_begin.png);
}
.btn-icon-end {
  background-image: url(/common/img/icon_nav_end.png);
}
.btn-icon-previous {
  background-image: url(/common/img/icon_nav_previous.png);
}
.btn-icon-next {
  background-image: url(/common/img/icon_nav_next.png);
}
.btn-icon-resetinfo {
  width: 55px;
  height: 20px;
  line-height: 20px;
  background-position: right center;
}

/* ul, ol, dl
================================================== */
/* pankz */
.lstPankz {
  margin-top: 5px;
}
.lstPankz li {
  display: inline;
}

.lstPankz li:after {
  margin-left: 8px;
  content: '>';
}
.lstPankz li:last-child:after {
  content: '';
}

/* lstHorizon */
.lstHorizon li {
  float: left;
  margin-left: 10px;
}
.lstHorizon li:first-child {
  margin-left: 0;
}

/* lstMenu */
.lstMenu li {
  margin-top: 10px;
}
.lstMenu a {
  display: block;
  position: relative;
  height: 50px;
  width: 400px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 24px;
  /* font-weight: bold; */
  text-align: center;
  /* color: #333333; */
  color: #ffffff;
  text-decoration: none;
  /* background: linear-gradient(#ffffff, #cccccc); */
  background-color: #ed7d31;
  border: 1px solid #999999;
  border-radius: 4px;
}
.lstMenu a.disabled {
  pointer-events: none;
  opacity: 0.5;
  background-color: #ccc;
  /* color: #666; */
  cursor: default;
}

/* lstGaido */
.lstGaido {
  padding: 10px;
  background: #FFFFEC;
  border: 1px solid #CCCCCC;
}
.lstGaido dt {
  font-weight: bold;
}
.lstGaido dt:not(:first-child) {
  margin-top: 20px;
}

/* lst-autoComplete */
.lst-autoComplete {
  position: absolute;
  margin-top: 5px;
  padding: 10px 20px 10px 10px;
  border: 1px solid #cccccc;
  background: #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* modal
================================================== */
.modalBg {
  z-index: 1;
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0,0,0, 0.75);
}
.modalBody {
  z-index: 2;
  position: relative;
  top: -450px;
  width: 700px;
  padding: 20px;
  margin: auto;
  border: 10px solid #cccccc;
  background: #ffffff;
}

/* else
================================================== */
.navRedirect {
  border-left: 2px solid #272822;
}

.finishMessage {
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
}

.lbl-w40 {
  display: inline-block;
  width: 40px;
  text-align: right;
}

/* mailbody
================================================== */
.mailbody {
  resize: none;
}

/* tab
================================================== */
.tab-nav {
  padding: 0;
  display: flex;
  border-bottom: 2px solid #999999;
  white-space: nowrap;
  word-break: keep-all;
}

.tab-nav a, .tab-nav span {
  padding: 5px 10px;
  border: 1px solid #999999;
  border-bottom: none;
  color: inherit;
  text-decoration: none;
}

.tab-nav span.active {
  background-color: #fff;
  border-top: 2px solid #007bff;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}

.tab-nav .tab-disabled {
  color: #ccc;
  cursor: not-allowed;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
}

.tab-content {
  padding: 20px;
  border: 1px solid #999999;
  border-top: none;
}

/* detail
================================================== */
.dtl-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: sans-serif;
}

.dtl-pager-button {
  display: inline-block;
  padding: 4px;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  width: 20px;
  text-align: center;
}

.dtl-pager-button.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.dtl-pager-info {
  margin-left: 5px;
  font-size: 14px;
}

.dtl-container {
  background-color: #f0cce7;
  border: 1px solid #aaa;
  overflow-y: auto;
}

.dtl-container2 {
  border: 1px solid #aaa;
  max-height: 700px;
  overflow-y: auto;
}

.dtl-title {
  font-weight: bold;
  margin-right: 10px;
  margin-left: 10px;
}

.dtl-content-box {
  background: white;
  border-radius: 10px;
  padding: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

.dtl-content-box th {
  font-weight: bold;
}

.dtl-content-box td {
  min-width: 100px;
}

.dtl-content-box td.diff {
  background-color: #ff0000;
}

.dtl-head {
  width: 100%;
  border: none;
}

.dtl-head td {
  border: none;
  font-weight: bold;
}

.dtl-none th {
  border-bottom: none;
}

.dtl-none2 th {
  border-top: none;
}

.dtl-dotted1 th {
  border-top: 1px dotted #999999;
  border-bottom: 1px dotted #999999;
}

.dtl-dotted1 td {
  border-bottom: 1px dotted #999999;
}

.dtl-dotted2 th, .dtl-dotted2 td {
  border-top: 1px dotted #999999;
  border-bottom: 1px dotted #999999;
}
