﻿/* 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;
}

/* 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: 800px;
  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: 6px 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 {
  padding: 3px;
  border: 1px solid #CCCCCC;
}

.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;
}
.btn-narrow {
  width: 70px;
}
.btn-wide {
  width: 180px;
}
.btn-red {
  background-color: #FF0000;
}
.btn-blue {
  background-color: #330099;
}
.btn-black {
  background-color: #666666;
}
.btn-disabled {
  background-color: #cccccc;
  cursor: default;
}
.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 {
  float: left;
  margin-right: 20px;
}
.lstMenu a {
  display: block;
  position: relative;
  height: 50px;
  width: 230px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  background: linear-gradient(#ffffff, #cccccc);
  border: 1px solid #999999;
  border-radius: 4px;
}
.lstMenu a:after {
  display: inline-block;
  position: absolute;
  height: 50px;
  width: 18px;
  right: 10px;
  content: ' ';
  background: url(/common/img/icon_circle_arrow.png) no-repeat right center;
}

/* 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;
}

/* mailbody
================================================== */
.mailbody {
  resize: none;
}