﻿html {
    font-size: 15px;
}

body {
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN', 'Yu Gothic UI', 'Osaka-Mono', 'メイリオ', 'Meiryo UI', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
    /*
    background: url("../img/back.png") repeat;
    */
    padding: 0;
}

.big {
    font-size: 1.125em;
    /* font-weight: 500; */
}

.little {
    font-size: 0.95em;
}

input[type="text"].datepicker,
input[type="text"].ime-mode_disabled,
input[type="text"].number_only,
input[type="text"].value_only,
input[type="text"].decimal_only {
    ime-mode: disabled;
}

.ui-datepicker {
    z-index: 2147483647 !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    box-sizing: content-box;
}

.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
    font-weight: normal;
    font-size: 1.4em;
    line-height: 1.3em;
    position: absolute;
    display: block;
}

.ui-datepicker a:hover {
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-prev:after {
    left: 0.3em;
    content: "<";
}

.ui-datepicker .ui-datepicker-next:after {
    left: 0.4em;
    content: ">";
}

textarea {
    resize: none;
}

.container, .container-xl, .container-fluid {
    background-color: rgba( 255, 255, 255, 0.99);
    min-height: 100vh;
}

.bg-transparent {
    background-color: transparent !important;
}

nav > .container {
    background-color: transparent;
    min-height: 0;
}

nav .nav_search {
    box-sizing: border-box;
    min-width: initial;
}

nav .li_user {
    overflow: hidden;
    white-space: nowrap;
    text-wrap: none;
    text-overflow: ellipsis;
}

@media screen and (min-width: 991.98px) {
    nav .li_user {
        width: 10em;
        text-align: right;
    }
}

@media screen and (min-width: 1199.98px) {
    nav .li_user {
        width: 12em;
    }
}

.p-nav {
    padding-top: 3.5em !important;
    min-height: calc(100vh - 2em) !important;
}

.pt-nav {
    padding-top: 4.25em !important;
}

.navbar {
    /* background: #6c3 !important; */
    /* background: #c03 !important; */
}


.nav-link {
    /* color: rgba(255,255,255,0.9) !important; */
}

.nav-link:focus, .nav-link:hover {
    /* color: rgba(255,255,255,0.95) !important; */
}

.form-control.bg-danger, .custom-file-label.bg-danger {
    border-color: #f5c6cb !important;
    background-color: #f8d7da !important;
}

.img-icon {
    max-width: 100%;
    height: 20em;
    object-fit: cover !important;
}

@media screen and (max-width: 767.98px) {
    .img-icon {
        height: auto !important;
    }
}

@media screen and (max-width: 991.98px) {
    .img-icon {
        height: 16em;
    }
}

a.card-link {
    position: relative;
    text-decoration: none;
    color: #333 !important;
}

a.card-link:hover:before {
    content: "";
    position: absolute;
    z-index: 999;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.25;
}

.form-check-label{
    margin-top: 0.2em;
    margin-left: 0.25em;
}

div.notice-box {
    color: #000;
    margin: 0;
    padding: 0.5em 0.75em;
    width: 100%;
    height: 8em;
    background: #fcfcfc;
    border: 1px #ddd solid;
    overflow-y: scroll;
}

.overflow-ellipsis {
    border: none;
    text-wrap: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overflow-ellipsis-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.checklist-2 {
    height: 4.75em;
}

table.checklist-3 {
    height: 6.75em;
}

.checklist td {
    text-wrap: none;
    white-space: nowrap;
    padding-left: 1em;
}

.checklist td:first-child{
    padding-left: 0;
}
.checklist td label{
    margin-top: 2px;
    padding: 0 0.25em;
    vertical-align: middle;
}


/* 日曜日のカラー設定 */
td.ui-datepicker-week-end:first-child a.ui-state-default {
    background-color: #ffecec; /* 背景色を設定 */
    color: #f00 !important; /* 文字色を設定 */
}
