﻿@font-face {
    font-family: "Noto";
    font-style: normal;
    font-weight: 300;
    src: local('NotoSansJP-Light.otf'), url(./webfonts/NotoSansJP-Light.woff2) format("woff2"), url(./webfonts/NotoSansJP-Light.woff) format("woff"), url(./webfonts/NotoSansJP-Light.otf) format("otf");
}

@font-face {
    font-family: "Noto";
    font-style: normal;
    font-weight: 400;
    src: local('NotoSansJP-DemiLight.otf'), url(./webfonts/NotoSansJP-DemiLight.woff2) format("woff2"), url(./webfonts/NotoSansJP-DemiLight.woff) format("woff"), url(./webfonts/NotoSansJP-DemiLight.otf) format("otf");
}

@font-face {
    font-family: "Noto";
    font-style: normal;
    font-weight: 700;
    src: local('NotoSansJP-Bold.otf'), url(./webfonts/NotoSansJP-Bold.woff2) format("woff2"), url(./webfonts/NotoSansJP-Bold.woff) format("woff"), url(./webfonts/NotoSansJP-Bold.otf) format("otf");
}

html {
    font-size: 15px;
}

body {
    font-family: 
        'Noto Sans JP', 'Noto Sans JP', 
        'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Osaka-Mono', 'メイリオ', 'Meiryo UI', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
    /*
    background: url("../img/back.png") repeat;
    */

    background-image: url("../img/back.png");
    background-repeat: repeat;
    background-color: rgba(255,255,255,0.80);
    background-blend-mode: color-burn;

    /*
    background-color: rgba(224,255,224,0.5);
    */
    /*
    background-image: url("../img/_back.png");
    background-repeat: repeat;
    background-color: rgba(255,255,255,0.333);
    background-blend-mode: lighten;
    */
    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 {
    background: #0066cc;
}

nav > .container {
    background-color: transparent;
    min-height: 0;
}

nav ul li.nav-item a.nav-link {
    color: rgba(255,255,255,0.8) !important;
}
nav ul li.nav-item a.nav-link:hover {
    color: rgba(255,255,255,0.95) !important;
}

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: auto;
    }
}

@media screen and (min-width: 1199.98px) {
    nav .li_user {
        text-align: right;
        width: 12em;
    }
}

.w-loginwindow {
    width: 75%;
}

@media screen and (max-width: 1199.98px) {
    .w-loginwindow {
        width: 100%;
        max-width: none;
    }
}

.p-nav {
    padding-top: 3.5em !important;
    min-height: calc(100vh - 2em) !important;
}

.pt-nav {
    padding-top: 4em !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;
}

h2.title{
    font-size: 1.8em;
    line-height: 1.5em;
    border-left: 0.33em solid #3399cc;
    padding-left: 0.25em;
}