

h1 {
    margin-bottom: 10px;
    font-size: 22px;
}

@media screen and (max-width: 760px) {
h1 {
    font-size: 17px;
}
}

table{
    table-layout:fixed;
}

    
th {
    font-size: 14px;
    }

tr {
   height: 30px;
   }

td
	{
	vertical-align:middle;
    border-style:solid;
    border-width:1px;
	font-size: 14px;
	height:30px;
	background: #fff;
    text-align:center;
    box-sizing: border-box;
	}

.datatables{
    margin-top: 80px;
    width: 100%;
    }
    
@media screen and (max-width: 760px) {
.datatables{
    width: 100%!important;
    padding-right:6px;
    }
}

.closing {
    text-align: center;
    background-color: #909090;
    }
    
.yellow {
    text-align: center;
    background-color: #FDD000;
    color: #000;
    }
    
.title {
    background-color: #FDD000;
    color: #000;
    }
    

.prefectures {
    width: 100px !important;}

.cities {
    width: 120px !important;
    word-break: break-all;
    }    
    
.addres {
    width: 300px !important;
    }
    
.subth .addres {
    background-color: #FDD000;
    }

.center-code {
    width: 65px !important;
    }
    
    
.subth .center-code {
    background-color: #FDD000;
    }
    
.center-name {
    width: 280px !important;
    }

.subth .center-name {
    background-color: #FDD000;
    }

.tg-nrix {
    width: 300px;
    }
    
    
.tg-nrix.days {
    width: 400px;
    }
    
.tg-baqh {
    width: 66px;
    }
.tg-0lax.change {
    width: 50px;
    }

/* table seach */

.form-control {
    font-size: 18px;
    padding: 5px;
    width: 300px;
    margin-bottom: 20px;
    border: 1px solid #999;
    }


tbody tr td:nth-child(-n+2) {

  background-color: #eee;
  text-align: left;
}
tbody tr td:nth-child(-n+5) {
text-align: left;
}


.subth .day {
    background-color: #FDD000;
    color: #000;
}

.subth .day.min {
    font-size: 12px;
}


.center-code.around {
top: -1px;
white-space: nowrap;
margin-left: 1em;
z-index: 0;
}

/* boeder */

.b_both {
    border-left: none!important;
    border-right: none!important;
    }
    
.b_right {
    border-right: none!important;
    }
    
.b_left {
    border-left: none!important;
    }

    
.s_addres2 {
    border-top: none!important;
    position: absolute;
    top: -75px;
    left: 250px;
    }

.s_addres2 select{
    width: 250px;
    height: 2em;
    font-size: 17px;
    }
    
.s_addres {
    border-top: none!important;
    position: absolute;
    top: -75px;
    left: -16px;
    }

.s_addres select{
    width: 250px;
    height: 2em;
    font-size: 17px;
    }

.s_office {
    display: none;
    }
    
input {
    font-size: 16px;
    }

.dataTables_filter {
    display: none;
    }



/* -- add 210426 -- */
.black {
    text-align: center;
    background: #141414;
    color: #FFF;
    }
