/* tag */
html {
    font-size: 62.5%;
}

/* 10px */
body {
    /*font-size: 14px;-------------custom
    font-size: 1.4rem;*/
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "MS PGothic", "Osaka", arial, helvetica, clean, sans-serif;
}

label {
    margin-bottom: 0;
}

input, textarea, select {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

select {
    padding: 2px 0 3px 0;
    vertical-align: middle;
}

input[type=file] {
    display: inline;
}

/*h1 {-------------------custom
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    line-height: 42px;
    text-align: center;
}
*/
/*h2 {-------------------custom
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #DDE8F9;
    padding: 10px;
    text-align: center;
}
*/
h3 {
    font-size: 14px;
    font-size: 1.4rem;
}

h4, h5, h6 {
    font-size: 14px;
    font-size: 1.4rem;
}

/*p {---------------------custom
    font-size: 13px;
    font-size: 1.3rem;
}*/

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

dl {
    overflow: auto;
    height: 200px;
    margin-bottom: 0;
}

dt {
    margin-bottom: 5px;
}

dd {
    padding-bottom: 5px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 10px;
}


a:hover {
    text-decoration: underline;
}

/* bootstrap class */
.popover {
    max-width: 700px;
}

.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
    border-bottom: solid 1px #c00;
}

.navbar .navbar-brand {

}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #c00;
}

.navbar-inverse .navbar-nav > li > a {
    color: #7d7d7d;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #666;
}

.jumbotron {
    padding: 10px;
    margin-bottom: 10px;
}

.jumbotron table {
    background-color: #fff;
}

.pagination {
    margin: 0 0 2px 0;
}

.table {
    margin-bottom: 10px;
}

.table > tbody > tr > td, .table > tfoot > tr > td, .table > thead > tr > td {
    padding: 2px 4px;
    vertical-align: middle;
    border: 1px solid #ddd;

    height: 30px;
}

.table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > th {
    padding: 4px 4px;
    vertical-align: middle;
    border: 1px solid #ddd;
    /*position: relative;*/
}

table.th-fill tr th {
    background-color: #ccc;
    font-size: 103%;
    color: #333;
    padding: 8px;
}

table.list tr th {
    text-align: center;
}

.fieldset-bordered {
    padding: 0 5px 5px 5px;
    border: 1px solid #999;
    margin-bottom: 15px;
}

.fieldset-bordered legend {
    border: none;
    margin: 0;
    width: auto;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

.fieldset-navi {
    margin: -5px 0 5px 0;
    text-align: right;
}

.label {
    font-weight: normal;
    font-size: 100%;
    padding: 0.1em 0.5em;
}

/*.btn-default {-----------------custom
    background-color: #f6f6f6;
}*/

.panel-warning > .panel-heading {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #faebcc;
}

.badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
    padding-right: 9px;
    padding-left: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.badge:empty {
    display: none;
}

a.badge:hover, a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}


.badge-important {background-color: #c12e2a;}
.badge-important[href] {background-color: #953b39;}
.badge-warning {background-color: #f89406;}
.badge-warning[href] {background-color: #c67605;}
.badge-success {background-color: #468847;}
.badge-success[href] {background-color: #356635;}
.badge-info {background-color: #3a87ad;}
.badge-info[href] {background-color: #2d6987;}
.badge-inverse {background-color: #333333;}
.badge-inverse[href] {background-color: #1a1a1a;}
.badge-primary {background-color: #2b669a;}


.modal-body {
    overflow: auto;
    /*max-height: 300px;-----------custom*/
}

/* CakePHP class */
.prev {display: none;}

.next {display: none;}

.form-error {background-color: #FFD7EB;}

/* ui-datepicker */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    margin-top: -6px;
}

/* original common */
.fs-m {
    font-size: 12px;
    font-size: 1.2rem;
}

.fs-sl {
    font-size: 14px;
    font-size: 1.4rem;
}

.fs-ml {
    font-size: 16px;
    font-size: 1.6rem;
}

.fs-xl {
    font-size: 20px!important;
    font-size: 2rem!important;
}

.hide-text {
    width: 0px!important;
    height: 0px!important;
    background-color: #337ab7;
}
.w10 {width: 10px!important;}
.w15 {width: 15px!important;}
.w20 {width: 20px!important;}
.w25 {width: 25px!important;}
.w30 {width: 30px!important;}
.w35 {width: 35px!important;}
.w40 {width: 40px!important;}
.w45 {width: 45px!important;}
.w50 {width: 50px!important;}
.w55 {width: 55px!important;}
.w60 {width: 60px!important;}
.w65 {width: 65px!important;}
.w70 {width: 70px!important;}
.w75 {width: 75px!important;}
.w80 {width: 80px!important;}
.w85 {width: 85px!important;}
.w90 {width: 90px!important;}
.w95 {width: 95px!important;}
.w100 {width: 100px!important;}
.w105 {width: 105px!important;}
.w110 {width: 110px!important;}
.w120 {width: 120px!important;}
.w125 {width: 125px!important;}
.w130 {width: 130px!important;}
.w135 {width: 135px!important;}
.w140 {width: 140px!important;}
.w150 {width: 150px!important;}
.w160 {width: 160px!important;}
.w165 {width: 165px!important;}
.w170 {width: 170px!important;}
.w175 {width: 175px!important;}
.w180 {width: 180px!important;}
.w190 {width: 190px!important;}
.w200 {width: 200px!important;}
.w202 {width: 202px!important;}
.w210 {width: 210px!important;}
.w215 {width: 215px!important;}
.w220 {width: 220px!important;}
.w225 {width: 225px!important;}
.w230 {width: 230px!important;}
.w235 {width: 235px!important;}
.w250 {width: 250px!important;}
.w270 {width: 270px!important;}
.w275 {width: 275px!important;}
.w280 {width: 280px!important;}
.w300 {width: 300px!important;}
.w350 {width: 350px!important;}
.w380 {width: 380px!important;}
.w400 {width: 400px!important;}
.w450 {width: 450px!important;}
.w500 {width: 500px!important;}
.w525 {width: 525px!important;}
.w550 {width: 550px!important;}
.w600 {width: 600px!important;}
.w650 {width: 650px!important;}
.w700 {width: 700px!important;}
.w750 {width: 750px!important;}
.w800 {width: 800px!important;}
.w850 {width: 850px!important;}
.w900 {width: 900px!important;}
.w20p {width: 20%;}
.w25p {width: 25%;}
.w80p {width: 80%;}

.h5 {height: 5px;}
.h10 {height: 10px;}
.h20 {height: 20px;}
.h30 {height: 30px;}
.h50 {height: 50px;}
.h100 {height: 100px!important;}
.h350 {height: 350px;}
.h400 {height: 400px;}

.l_button_1 {
    height: 90px!important;
    padding-top: 25px !important;
}
.l_button_2 {
    height: 100px!important;
    padding-top: 20px !important;
}
.l_button_3 {
    height: 100px!important;
    padding-top: 35px !important;
}
.l_button_4 {
    height: 80px!important;
    padding-top: 10px !important;
}

.left {text-align: left !important;}
.center {text-align: center !important;}
.right {text-align: right !important;}
.vt {vertical-align: top !important;}
.vm {vertical-align: middle !important;}
.vb {vertical-align: bottom !important;}
.nowrap {white-space: nowrap;}
.fl {float: left;}
.fr {float: right;}
.clear {clear: both;}
.v_hidden {visibility: hidden!important;}


.mla {margin-left: auto !important;}
.mra {margin-right: auto !important;}
.mt0 {margin-top: 0 !important;}
.ml0 {margin-left: 0 !important;}
.mb0 {margin-bottom: 0 !important;}
.mr0 {margin-right: 0 !important;}
.m0 {margin: 0 !important;}
.mt5 {margin-top: 5px !important;}
.ml5 {margin-left: 5px !important;}
.mb5 {margin-bottom: 5px !important;}
.mr5 {margin-right: 5px !important;}
.m5 {margin: 5px !important;}
.mt10 {margin-top: 10px !important;}
.ml10 {margin-left: 10px !important;}
.mb10 {margin-bottom: 10px !important;}
.mr10 {margin-right: 10px !important;}
.m10 {margin: 10px !important;}
.mt20 {margin-top: 20px !important;}
.ml20 {margin-left: 20px !important;}
.mb20 {margin-bottom: 20px !important;}
.mr20 {margin-right: 20px !important;}
.m20 {margin: 20px !important;}
.mt30 {margin-top: 30px !important;}
.ml30 {margin-left: 30px !important;}
.mb30 {margin-bottom: 30px !important;}
.mr30 {margin-right: 30px !important;}
.m30 {margin: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb100 {margin-bottom: 100px !important;}
.mr110 {margin-right: 110px !important;}
.ml160 {margin-left: 160px !important;}

.mbns {margin-top: -75px !important}


.pt0 {padding-top: 0 !important;}
.pl0 {padding-left: 0 !important;}
.pb0 {padding-bottom: 0 !important;}
.pr0 {padding-right: 0 !important;}
.p0 {padding: 0 !important;}
.pt5 {padding-top: 5px !important;}
.pl5 {padding-left: 5px !important;}
.pb5 {padding-bottom: 5px !important;}
.pr5 {padding-right: 5px !important;}
.p5 {padding: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pl10 {padding-left: 10px !important;}
.pb10 {padding-bottom: 10px !important;}
.pr10 {padding-right: 10px !important;}
.p10 {padding: 10px !important;}
.pt20 {padding-top: 20px !important;}
.pl20 {padding-left: 20px !important;}
.pb20 {padding-bottom: 20px !important;}
.pr20 {padding-right: 20px !important;}
.p20 {padding: 20px !important;}
.pt30 {padding-top: 30px !important;}
.pb60 {padding-bottom: 60px!important;}


.h5 {height: 5px;}
.h10 {height: 10px;}
.h30 {height: 30px;}
.h50 {height: 50px;}
.h100 {height: 100px;}
.h150 {height: 150px;}
.h200 {height: 200px;}


.bt-none {border-top: none !important;}
.br-none {border-right: none !important;}
.bb-none {border-bottom: none !important;}
.bl-none {border-left: none !important;}
.b-none {border: none !important;}


.bg-black {background-color: #333333;}
.bg-blackss {background-color: #888;}
.bg-Lgray {background-color: #DDDDDD;}
.bg-gray {background-color: #929292;}
.bg-green {background-color: #d6e9c6;}
.bg-pink {background-color: #f2dede;}
.bg-orange {background-color: #FDE288;}
.bg-sky {background-color: #D7EBFB;}
.bg-beige {background-color: #F8FACF;}
.bg-pink {background-color: #FFCEFE;}
.bg-white {background-color: #ffffff;}
.bg-white-im {background-color: #ffffff !important;}


.font-bold {font-weight: bold!important;}
.font-black {color: #333333!important;}
.font-yellow {color: #FFFF99;}
.font-red {color: #CA0000;}
.font-orenge {color: #FF6600;}
.font-sky {color: #029ce2;}
.font-green {color: #008000;}
.font-green3 {color: #004000;}
.font-gray {color: #888888;}
.font-white {color: #ffffff;}
.dis-block {display: block;}
.dis-inline {display: inline;}
.dis-inline-block {display: inline-block;}

/* original custom */
.contents {
    padding: 0px 5px 20px 5px;
//max-width: 1100px;

    width: 100%;

    margin: 0 auto 20px auto;
    position: relative;
    overflow:hidden;
}

.main {width: 100%;}

/*.required:after {*/
/*content: "必須";*/
/*position: absolute;*/
/*right: 5px;*/
/*font-weight: normal;*/
/*padding: 0.1em 0.5em;*/
/*background-color: #d9534f;*/
/*width: 40px;*/
/*color: #fff;*/
/*text-align: center;*/
/*white-space: nowrap;*/
/*vertical-align: baseline;*/
/*border-radius: .25em;*/
/*}*/

.label-datetime {
    position: absolute;
    top: 6px;
    right: 5px;
    font-weight: normal;
    padding: 2px;
    background-color: #f0ad4e;
    width: 100px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.header-block {
    margin-bottom: 20px;
    background-color: #333;
    position: fixed !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.header-block-padding {
    max-width: 768px;
    margin: 0 auto;
}

.header-block .left {
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 5px;
}

.header-block .left a {
    width: 55px;
    padding: 5px 10px;
}

.header-block .center {
    padding: 0;
}

.header-block .center h1 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    line-height: 42px;
    color: #fff;
    height: 42px;
}

.header-block .right {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
}

.header-block .right a {
    width: 55px;
    padding: 5px 10px;
}

.bg-start {background-color: #6C6 !important;}
.bg-out {background-color: #d6e9c6 !important;}
.bg-in {background-color: #FC9 !important;}
.bg-end {background-color: #FC0 !important;}
.bg-comment {background-color: #C8A7E0 !important;}

.kintai-btn-area .col-xs-4 {
    margin-bottom: 5px;
    padding: 0 5px;
}

.btn-success-2 {
    background-color: #fff;
    color: #449d44;
    border-color: #398439;
}

.btn-warning-2 {
    background-color: #fff;
    color: #eea236;
    border-color: #eea236;
}

.form-group {
    margin-bottom: 10px;
}

.cal-table td {
    padding: 1px;
}

.cal-table td .btn {
    padding: 6px 9px;
}

.cal-table td .sun {
    color: #c00;
}

.cal-table td .sat {
    color: #06F;
}

.cal-table td .btn:hover {
    background-color: #c00;
    color: #fff;
}

.cal-input-table td {
    padding: 2px;
}

.cal-input-table td input {
    padding: 2px !important;
    height: 28px;
    width: 60px;
}

.red-border {
    border: solid 2px #C00 !important;
}
.gray-border {
    border: solid 2px #878787 !important;
}

.jumbotron {
    padding: 20px;
    border: solid 1px #C00 !important;
    background-color: #fff;
    max-width: 600px;
    margin: 0 auto;
}

.jumbotron h1 {
    font-size: 28px;
    margin-bottom: 15px;
}

.jumbotron p {
    font-size: 14px;
}

.bg-row-title-week td {
    background-color: #c9302c !important;
    color: #fff;
}

.bg-row-title-day td {
    background-color: #fff !important;
}

.panel-danger > .panel-heading {
    background-color: #d9534f;
    color: #fff;
}

.panel-danger > .panel-heading .un-line {
    text-decoration: underline;
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #000;
    }
}
@media print{
    a[href]:after {
        content: "" !important;
    }
    .no-print {
        display:none;
    }
}
#page-break {
    page-break-before: always;
}

.select-belong {
    display:none;
}
/*------------------------------------------------------------------------------------
  form
------------------------------------------------------------------------------------*/
iframe{
    border: none;
    overflow: hidden;
}

iframe.modal-iframe{
    width: 100%;
    height: 35vh;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.v-align-table{
    height:100%;
}

.kakomi-dashed{
    border: 1px dashed #999;
    width:fit-content;
}
