﻿/* 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;
}

/* 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: 550px;
  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-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;
}
.tblAdmin {
  border: 1px solid #999999;
}
.tblAdmin th, .tblAdmin td {
  border: 1px solid #999999;
}
.tblAdmin th {
  vertical-align: top;
  padding: 6px 5px;
  border: 1px solid #999999;
  background-color: #eeefb3b3;
}
.tblAdmin td {
  padding: 2px 5px;
}

/* 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;
}

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

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

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: 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-lblue {
  background-color: #00B0F0;
}
.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: 70px;
  height: 20px;
  line-height: 20px;
  background-position: right center;
}
.fileclear {
  width: 10em;
  height:3em;
}

/* 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;
}

/* lstConfirmation */
.lstConfirmation > li {
  margin-bottom: 10px;
}

/* 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;
  cursor: pointer;
}

.topbtn-disabled {
  background-color: #cccccc;
  cursor: default;
}

.topbtn_end {
  background-color:red;
  color:white;
  width:240px;
  height:40px;
  border-color:white;
  line-height: 40px;
  margin-right: auto;
  margin-left: auto;
}

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

.btn-ulfile {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.lbl-ulfile {
  width: 84px;
  padding: 5px 25px;
  background-color: #00f;
  color: #fff;
  display: inline-block;
  cursor: pointer;
}

label[class='ul-file'] {
  padding: 10px 25px;
  margin: 10px 0 10px;
  background:	#00f;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}

.text-counter {
  color: #FF0000;
}

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