@charset "UTF-8";

.loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  opacity: 0.5;
  z-index: 2040;
}

.loader-base {
  position: relative;
  height: 100%;
}

.modal-dialog {
  padding-top: 20%;
}

.modal-button {
  width: 70px;
}

.input-group-addon {
  cursor: pointer;
}

.header-title {

}

.header-child-title {
  width: 760px;
}

.list-table tr:nth-child(even) td {
  background-color: #fffacd !important;
}

.page-symbol {
  width: 40px;
}

.page-page {
  width: 60px;
}

.header-menu-nav {
  text-align: center;
}

.header-menu-table {
  display: inline-block;
}

.header-menu-ul {
  padding-left: 0px;
}

.input-sm {
    height: 28px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 14px;
    border-radius: 3px !important;
}

.form-control {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 6px;
    font-size: 12px;
    height: 20px !important;
}
.form-controlarea{
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 6px;
  font-size: 12px;
  height: 64px;
  width:100%;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

[disabled].form-controlarea {
  background-color: #eee;
  opacity: 1;
  cursor: not-allowed;
}

.table-base {
  display: table;
}

.table-cell {
  display: table-cell;
}

.main-top {
  margin-top: 4px !important;
}

.floating-bottom {
  z-index: 10;
  position: fixed;
  display: table;
  bottom: 4px;
  right: 10px;
}

.floating-bottom > div {
  padding-left: 2px;
  padding-right: 2px;
  display: table-cell;
}

.floating-top {
  z-index: 1040;
  position: fixed;
  display: table;
  top: 41px;
  right: 10px;
}

.floating-top > div {
  padding-left: 2px;
  padding-right: 2px;
  display: table-cell;
}



.loader {
  top: 50%;
  transform: translateY(-50%);
  margin: 0px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
}

/* header styles
-------------------------------------------------- */
.navbar{
  margin-bottom:15px;
}

.navbar-toggle {
  z-index: 2;
}

.header{
  background-color:#22A99B;
  color:white;
}

/* footer styles
-------------------------------------------------- */
.footer{

}

/* site styles
-------------------------------------------------- */
body {
  font-family: 'MS PGothic', Osaka, arial, helvetica, sans-serif;
  font-size: 12px;
}
.container{
  padding:0 5px;
}

.w-100{
  width:100%;
}
@-ms-viewport {
  width: auto;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  cursor: default;
  color:#fff;
  background-color: #0f7672;
  border: 1px solid #0f7672;
  border-bottom-color: transparent;
}

.nav-tabs > li > a {
  border: 1px solid #0f7672;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li {
  margin-bottom: -3px;
}
.nav-tabs > li > a:hover {
  background-color: #71CFBD;
  border-color:#71CFBD #71CFBD #0f7672;
}
label{
  margin:0px;
  padding:0px;
}
a,a:hover,a:active,a:visited,a:focus{
  text-decoration: none;
}
/*@media all and (min-width:768px)*/
.form-inline .input-txt {
  width: 85%;
}
.form-inline .input-txt-2{
  width: 38.5%;
}
.input-date{
  width: 40%;
}
/*@media all and (min-width:768px)*/
.form-inline .input-money {
  width: 18%;
}
.form-inline .input-gd-money {
  width: 40%;
}
.m-space{
  margin-left:10px;
  margin-right:10px;
}

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


/* table styles
-------------------------------------------------- */
.table{
  border:none;
}
.panel-caption{
  color:#000;
  font-size: 14px;
  padding-top:0;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #0f7672;/*左線*/
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > thead > tr > th{
  vertical-align: middle;
  border:solid 1px #d7d7d7;;
}
th{
  background-color: #71CFBD;
}

/* panel styles
-------------------------------------------------- */
.panel-title{
  font-size:14px;
  font-weight: 700;
}
.panel-primary{
  border-color: #0f7672;
}
.panel-primary .panel-heading {
  color: #fff;
  background-color: #0f7672;
  border-color: #0f7672;
  padding:5px 15px;
}
.panel-default .panel-heading {
  padding:5px 15px;
}
.panel-body{
  padding:0 15px;
}
.panel-memo{
  margin:10px 0;
}
.padding-topbotom{
  padding-top:5px;
  padding-bottom:5px;
}

.group-caption{
  font-size: 12px;
  font-weight: 700;
  padding: 0.5em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  background: #eaf3ff;/*背景色*/
}

/* button styles
-------------------------------------------------- */
.btn-primary{
  margin-top:5px !important;
  margin-bottom:5px !important;
}

/* checkbox styles
-------------------------------------------------- */
.chkbox,.radio{
  box-sizing: border-box;
  margin: 0px;
  padding:0px;
}
.chkbox input[type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.chkbox input[type="checkbox"]:focus + input[type="hidden"] + label:before,
.chkbox input[type="checkbox"]:hover + input[type="hidden"] + label:before{
  border-color: #4F8196;
  background-color: #f2f2f2;
}
.chkbox input[type="checkbox"]:active + input[type="hidden"] + label:before {
  transition-duration: 0s;
}
.chkbox input[type="checkbox"] + input[type="hidden"] + label {
  position: relative;
  padding: 2px 5px 2px 20px;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  margin:0px;
}
.chkbox input[type="checkbox"] + input[type="hidden"] + label:before{
  box-sizing: content-box;
  content: '';
  color: #4F8196;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -9px;
  border: 1px solid #4F8196;
  text-align: center;
  transition: all 0.4s ease;
}
.chkbox input[type="checkbox"] + input[type="hidden"] + label:after {
  box-sizing: content-box;
  content: '';
  position: absolute;
  background-color: transparent;
  top: 50%;
  left: 3px;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  border-style: solid;
  border-color: #ffffff;
  border-width:  2px;
  border-top:none;
  border-right:none;
  border-image: none;
  transform: rotate(-45deg) scale(0);
}
.chkbox input[type="checkbox"]:disabled + input[type="hidden"] + label:before {
  border-color: #cccccc;
}
.chkbox input[type="checkbox"]:disabled:focus + input[type="hidden"] + label:before,
.chkbox input[type="checkbox"]:disabled:hover + input[type="hidden"] + label:before{
  background-color: inherit;
}
.chkbox input[type="checkbox"]:disabled:checked + input[type="hidden"] + label:before{
  background-color: #cccccc;
}

.chkbox input[type="checkbox"]:checked + input[type="hidden"] + label:after{
  content: '';
  transform: rotate(-45deg) scale(1);
  transition: transform 200ms ease-out;
}

.chkbox input[type="checkbox"]:checked + input[type="hidden"] + label:before {
  animation: borderscale 200ms ease-in;
  background: #4F8196;
}
.chkbox.chkbox-inline,
.radio-inline.radio{
  display: inline-block;
}

/* radio styles
-------------------------------------------------- */
input[type=radio] {
  display: none;
}
.radio input[type=radio] +label{
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 2px 0px 2px 25px;
  position: relative;
  width: auto;
}
.radio input[type=radio] +label::before {
  background: #fff;
  border: 1px solid #4F8196;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 0px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.radio input[type=radio] +label::after {
  background: #4F8196;
  border-radius: 50%;
  border-color:#ed7a9c;
  content: '';
  display: block;
  height: 10px;
  left: 3px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
}
input[type=radio]:checked + label::after {
  opacity: 1;
}

/* paging styles
-------------------------------------------------- */
.page-line{
 display: flex;
 justify-content: flex-end;
 align-items: center;
 margin-bottom:1px;
}
.page-symbol{
  max-width:40px;
  margin:0 5px;
}
.page-symbol input{
  padding:1px;
  height:25px;
}
.page-mark{
  background:#4F8196;
  color:#FFF;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 3px;
  padding-top:2px;
}

/* error styles
-------------------------------------------------- */
.has-error{
  color: #a94442;
  background-color: #f2dede;
  border-color:1px solid  #a94442;
}

/* calender styles
-------------------------------------------------- */
.datepicker td, .datepicker th{
  width:35px;
}
.datepicker th{
  border-radius:0px;
  background-color: #6EB4DB;
}
.datepicker table tr td.active, .datepicker table tr td.disabled.active, .datepicker table tr td.disabled.active:hover, .datepicker table tr td.active:hover{
  background-color:#467D9C;
  background-image:none;
}
.datepicker table tr td.active.active, .datepicker table tr td.disabled.active, .datepicker table tr td.active.disabled.active,
.datepicker table tr td.disabled.disabled.active, .datepicker table tr td.disabled.active:active, .datepicker table tr td.disabled.active:hover,
.datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.disabled.disabled.active:hover, .datepicker table tr td.disabled.active:hover:active,
.datepicker table tr td.disabled.active:hover, .datepicker table tr td[disabled].disabled.active:hover, .datepicker table tr td[disabled].disabled.active,
.datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active.active:hover,
.datepicker table tr td.disabled.active:hover, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover,
.datepicker table tr td[disabled].active:hover, .datepicker table tr td[disabled].active{
  background-color:#467D9C;
}
@media print{

input[type=radio] {
  display: inline;
  margin-left: 0px !important;
}
.radio input[type=radio] +label{
    display: inline;
}
.radio input[type=radio] +label::before {
  display: inline;
    background: #fff;
  border: 1px solid #fff;
 }
.radio input[type=radio] +label::after {
  display: inline;
 }
input[type=radio]:checked + label::after {
  opacity: 1;
}
}
