@charset "utf-8";
body{
  margin: 0 auto;
  padding: 0;
  line-height: 1.5;
  font-family: Verdana, Geneva, Helvetica, Arial, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

html { 
  font-size: 10px; /* 2020/02/23 */
}


/* ---------------------------------------------------------
  カスタマイズ
---------------------------------------------------------*/
table .bg-secondary{
  background-color: #999 !important;
}
table .reserve_list_btn{
  position: relative;
  text-align: center;
}
table .reserve_list_btn button{
  width: 7em;
  padding: 5px 0;
  margin-left: 10px;
}
table .reserve_list_btn button.btn-outline-success{
  margin-left: 0;
}
table .bg-secondary .reserve_list_btn span.cancel_card{
  display: block;
  margin-top: 10px;
  padding: 8px 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #F00;
  background: #FFF;
  border-radius: .2rem;
}

/* ---------------------------------------------------------*/

header {
	height: 60px;
}
.navbar {
  background-size: cover;
  height: 60px !important;
  padding: 5px 20px !important;
  /* background: #FF2200 !important; */
  background: black !important;
}
.navbar-brand {
	font-size: 21px;
  font-weight: bold;
  font-family: Verdana, Geneva, Helvetica, Arial, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	color: #FFF !important;
	display: inline-block;
	/* margin-top: 0 !important; */
	/* padding-top: 0 !important; */
}
.navbar-brand-desc{
	font-size: 16px;
	display: inline-block;
  font-family: Verdana, Geneva, Helvetica, Arial, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	color: #FFF !important;
}
@media screen and (max-width: 600px) {
	.navbar-brand-desc{ display: none; }
}

.navbar-toggler{
  border-color: rgba(245,245,245,.9) !important;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-nav {
	/* background-color: rgb(255, 255, 255, 0.95); */
}
.navbar-nav li{
	padding: 0px 10px 0px 12px;
	margin: 0px 6px 0px 6px;
}
a.navbar-link{
	color: white !important;
	display: block;
	padding: .5rem 0rem;
}

a.navbar-link:hover {
	color: yellow !important;
}
a.nav-link{
	color: white !important;
}
a.nav-link:hover {
	color: yellow !important;
	text-decoration: underline !important;
}
.nav-link a{
	font-size: 14px !important;
}
a.dropdown-item:hover {
	background-color: rgb(255, 215, 0, 0.3); /* gold */
}


.navbar-nav .nav-link {
	padding-left: 8px;
}

.nav-item.active{
	background-color: rgb(255, 255, 255, 0.6);
}
a:hover{
	/* color:red!important; */
	/* text-decoration: underline!important; */
}
.navbar-text {
	color: rgb(0,0,0,1) !important;
}

.simple-form {
	max-width: 600px !important;
}
.middle-form {
	max-width: 840px !important;
}

.navbar-right {
	margin-left: auto;
	margin-right: 0px;
}


.h1 {
	font-size:1.8em;
	/*font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;*/
}
h3 {
	/* line-height:2.5em; */ /* 2020/02/23 */
	margin-bottom: 0; /* 2020/02/23 */
	font-size:1.5em;
	background: url(login_bg.png) no-repeat scroll right bottom rgb(255, 255, 255);
}
.container-fluid {
	background-color: rgb(255, 255, 255);

}
.btn-danger {
	/* background: url(th_bg.gif) repeat-x scroll left bottom; */
}
footer {
  padding: 5px 0;
  border-top: 1px solid #CCC;
  font-size: 12px;
	background-color: #F5F5F5;
}
.my-gold {color: gold}
.breadcrumb {
	background-color: rgb(255, 255, 255) !important;
	margin: 5px 0;
	padding: 0;
}
.breadcrumb-item + .breadcrumb-item::before
{
    content: url(./acid_framework/img/arrow.gif) !important;
    display: inline-block !important;
    vertical-align: middle !important;
}
.container-fluid .h3{
	margin: 0pt;
	padding: 0pt;
	background: url(h2_bg_01.gif) no-repeat scroll left top transparent;
	font-weight: bold;
	font-size: 1rem;
	color: rgb(0, 0, 0);
	padding-left: 42px;
	display: block !important;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
 	margin-inline-end: 0px;
	width: 100%;
}
.h2T{
	padding: 14px 7px 10px 0px;
	display: block;
	background: url(h2_bg_02.gif) no-repeat scroll right top transparent;
}
.main-bg {
	background-color: rgb(245, 245, 245);
	margin: 0px 15px;
}
.col-bg {
	background-color: rgb(245, 245, 245);
}

.page-contents {
	margin: 10px;
	background-color: rgb(255, 255, 255);
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
 	margin-inline-end: 0px;
}
.breadcrumb {
	margin: 10px 0 10px 5px;
}
.breadcrumb-item a{
	text-decoration: underline;
	/* text-decoration: none; */
	/* color: #6c757d; */
}

#textBox {
	margin: 15px;
	padding: 15px;
	background-color: rgb(255, 255, 255);
}

.textBox {
	margin: 15px;
	padding: 15px;
	background-color: rgb(255, 255, 255);
}

.textBox2 {
	margin: 15px;
	padding: 15px;
	background-color: rgb(255, 255, 255);
}

.table-responsive {
	/* overflow:scroll!important; */
	/* max-height: 800px; */
	/* max-width: 98%; */
}

.button_sep{
  display: inline-block;
  width: 0.3em;
}

.condition_group {
  margin: 5px auto;
}
.condition_group .form-check {
  margin-right: 8px;
  display:inline-block!important;
}
.condition-header {
  margin-right: 8px;
}
@media screen and (max-width: 600px) {
  .condition-header{
	margin-top:10px;
	margin-bottom:5px;
	display:block;
  }
}


@media screen and (max-width: 600px) {
  .col-bg{
	padding: 0;
  }
  #textBox {
     margin: 15px 0;
     padding: 15px 0;
	background-color: rgb(255, 255, 255);
  }
  .textBox {
     margin: 15px 0;
     padding: 15px 0;
	background-color: rgb(255, 255, 255);
  }
  .textBox2 {
     margin: 15px 0;
     padding: 15px 0;
	background-color: rgb(255, 255, 255);
  }
  .button_list input{
    display: block!important;
  }
  .button_sep{
   display: block;
   height: 0.3em;
  }
  table.tb02 thead {
    display: none;
  }
  table.tb02 tr {
    border-bottom: 3px solid #ddd;
    display: block;
  }
  table.tb02 td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
  }
  table.tb02 td:before {
    content: attr(aria-label);
    float: left;
  }
}

table {
	margin-top: 10px;
}

table th{
	background-color: #212529;
    text-align: center;
    color: rgb(255, 255, 255);
}
table {
	width: 100%;
}

.badge {
	margin-left:10px;
	line-height:1.2em;
}

pre {
  padding: 1em;
  border: 1px solid #000;
  width: auto;
  _width: 90%;
  overflow: auto;
  _overflow: scroll;
  color: #000;
  background-color: #f6f6f6;
  /*font-family: 'MS Gothic', monospace;*/
}
.pre {
  display:block !important;
  font-size: 1em !important;
  padding: 1em !important;
  margin-bottom: 1em;
  border: 1px solid #000 !important;
  width: 100%;
  _width: 90%;
  line-height:1.8em;
  height:3.8em;
  overflow-x: hidden;
  overflow-y: hidden;
  _overflow: scroll;
  color: #000;
  background-color: #f6f6f6;
  /*font-family:*/ 'MS Gothic', monospace;
}
pre.white{
  border: 0px solid #000 !important;
  background-color: #ffffff;
}
span.white{
  padding: 1em !important;
  margin-bottom: 1em;
  line-height:1.8em;
  height:3.8em;
}
input[type="radio"]:disabled {
  /* color: blue; */
  /* cursor: not-allowed; */
}
input[type="checkbox"]:disabled {
  /* color: inherit; */
  /* cursor: not-allowed; */
}

input[type="radio"].readonly{
	pointer-events: none;
	opacity:0.7;
	cursor: not-allowed;
}
input[type="checkbox"].readonly{
	pointer-events: none;
	opacity:0.7;
	cursor: not-allowed;
}


@media screen and (max-width: 600px) {
  .pre {
    overflow-x: scroll;
  }
}

.form-check {
	/* font-size:1.2em; */
}

input[type=radio] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
input[type=file] {
	height: 45px;

}
.help-block {
	color : red;
}
.with-errors li {
	color: red;
	font-weight:bold;
}


.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.h6 {
	display: block;
	margin: 18px auto 8px auto;
}


.checkpanel .checkbox {
  /* width: 100px; */
  width: 80px;
  margin: 5px;
  /* margin: 50px auto 0; */
  /* background-color:red; */
}

.checkpanel label {
  position: relative;
  display: block;
  width: 100%;
  /* height: 48px; */
  height: 36px;
  box-sizing: border-box;
  padding: 4px;
  /* border-radius: 48px; */
  border-radius: 36px;
  /* background-color: #ebebeb; */
  background-color: #8c745c;
}
.checkpanel label::after {
  display: inline-block;
  content: "OFF";
  width: 100%;
  text-align: left;
  color: #a8a8a8;
  box-sizing: border-box;
  /* padding: 10px 8px 0; */
  padding: 4px 8px 0;
}
.checkpanel label > span {
  position: absolute;
  right: 4px;
  top: 4px;
  display: block;
  /* width: 40px; */
  /* height: 40px; */
  width: 30px;
  height: 30px;
  font-size: 14px;
  /* line-height: 40px; */
  line-height: 30px;
  border-radius: 50%;
  text-align:center;
  letter-spacing:normal;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
}

.checkpanel input[type="checkbox"] {
  display: none;
}
.checkpanel input[type="checkbox"]:checked + label {
  /* background-color: #1aba9a; */
  background-color: #ffcc66;
}
.checkpanel input[type="checkbox"]:checked + label::after {
  content: "ON";
  text-align: right;
  color: #fff;
}
.checkpanel input[type="checkbox"]:checked + label > span {
  /* right: 56px; */
  right: 42px;
}



.bg_black {
	background-color:rgba(18,0,0,.65);
}
th.bg_black{
	font-size:0.9em;
	padding : 6px inherit;
}

.textarea_Std {
	background-color: #F5F5F5;
	border:1px solid #ccc;
	padding:5px;
	font-size:0.9em;
	/* max-width: 800px; */
	/* overflow:visible; */
	overflow:scroll;
	width:100%;
	height: 15em;
}

a:link {
 /* color: #A78A6D !important; */
}
a:visited {
  /*  color: #A78A6D !important; */
}
a:-webkit-any-link {
 /* color: -webkit-link; */
 /* cursor: pointer; */
 /* text-decoration: underline; */
}
a.white {
	color:#fffff!important;
}
.text-gray {
	color:rgba(0,0,0,0.5);
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	/* background-color: #007bff; */
 	/* border-color: #007bff; */
	background-color: rgb(245, 245, 245);
	/* border-color: rgb(245, 245, 245); */
	text-decoration: none;
}

.disabled a.page-link{
	text-decoration: none;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fffff!important;
    opacity: 1;
}


.multi-select-col{
 width: 98% !important;
 height: 35px;
 padding-left: 10px !important;
 border: 0px;
 padding: 0px;
 line-height: 35px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
 /* background-color: #e4e4e4; */
 background-color: paleturquoise!important;
 border: 1px solid #aaa;
 border-radius: 4px;
 cursor: default;
 float: left;
 margin-right: 5px;
 margin-top: 5px;
 padding: 0 5px;
}

.reserve-entry-hr {
  border-top: 3px solid paleturquoise!important;
}

input[readonly] {
 color: #000000;
 background-color: #fff!important;
}
.no-padding {
 padding-left: 0px!important;
}

#table3 th {
  background-color: orange;

}


