﻿/* 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;
}

.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;
}

.jfc {
  display: flex;
  justify-content: space-between;
}

/* header
================================================== */
.header {
  min-width: 1200px;
  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;
}
.sprt2 {
  display: block;
  background-image: url(/common/img/sprt_common2.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: center;
  text-align: center;
  padding: 6px 5px;
  border: 1px solid #999999;
  background-color: #bae67c;
}
.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-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;
}
.tblPannel th {
  min-width: 100px;
}

/* 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;
}

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 

/* button
================================================== */
.btn {
  display: inline-block;
  height: 40px;
  width: 100px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  border: solid 1px #999999;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 2px #999999;
  background-repeat: no-repeat;
  user-select: none;
}
.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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;
}
.btn-margin {
  margin: 100px;
  /*text-align: 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;
}

.topbtn {
  background-color:cornflowerblue;
  color:white;
  width:220px;
  height:40px;
  border-color:white;
}

.topbtn_end {
  background-color:red;
  color:white;
  width:240px;
  height:40px;
  border-color:white;
  text-align:center;
  line-height:40px;
  margin-top:auto;
  margin-bottom:auto;  
}

.finishMessage {
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
}

/* mailbody
================================================== */
.mailbody {
  resize: none;
}

/* original
================================================== */
.txt_gray{
  width: 100px;
  background-color: lightsteelblue;
  width: 1px;
}

.txt_unchg {
  background-color:lightsteelblue;
  border: 1px solid #999999;
}

.txt_input {
  background-color:moccasin;
  border: 1px solid #999999;
}
.txt_input_num {
  text-align: right;
  ime-mode: disabled;
  background-color:moccasin;
  border: 1px solid #999999;
}
.txt_input_w {
  background-color:white;
  border: 1px solid #999999;
}
.txt_view_num {
  text-align: right;
}
.txt_txtarea {
  width: 610px;
  height: 400px;
  resize: none;
  ime-mode: active;
  word-break : break-all;
  overflow: hidden;
  ime-mode: active;
}

.txt_border{
  border: 1px solid #999999;
}
.txt_mandatory {
  color:red;
  display:inline-block;
}
.txt_light{
  text-align:right;
  display:inline-block;
}
.txt_sinno_wid{
  width: 100px;
}
.txt_mailaddr_wid{
  width: 255px;
}
.txt_jigyo{
  width: 600px;
  height: 25px;
  overflow-wrap: anywhere;
}
.txt_date_wid{
  width: 100px;
}
.txt_date_wid2{
  width: 80px;
}
.tbl-td-blue {
  padding: 2px 5px;
  background-color: lightblue;
}
