﻿html {
    font-size: 15px;
    color: #333;
}

body.main {
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN', 'Yu Gothic UI', 'Osaka-Mono', 'メイリオ', 'Meiryo UI', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
    background: #f3f3f2;
}

body {
    /*
    background-image: url("../img/search_back.png");
    background-size: 84px 84px;
    */
}

.font-serif {
    /* 游明朝体をウロコ付きフォントのデフォルトとする */
    font-family: YuMincho, 'Yu Mincho', serif;
}

.big {
    font-size: 1.125em;
    font-weight: 500;
}

.little {
    font-size: 0.875em;
}

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-lg {
    background-color: rgba( 255, 255, 255, 1.0);
    min-height: 100vh;
}

.container-fluid {
    min-height: 100vh;
}

nav {
    /* background-color: #b40001; */
    /* background-color: #c9171e !important; */
    background-color: #9a0000 !important;
}

nav > .container, nav > .container-lg {
    background-color: transparent;
    min-height: 0;
}

nav.navbar-dark {
    /* background-color: #101010 !important; */
}

nav.navbar-dark a.nav-link:link {
    /* color: #c0c0c0; */
    color: rgba( 255, 255, 255, 0.95);
}

nav.navbar-dark a.nav-link:hover {
    /* color: #c0c0c0; */
    color: rgba( 255, 255, 255, 1.0);
}

nav.navbar-dark .navbar-text {
    /* color: #bbb; */
    color: #fff;
}

nav.navbar-dark .dropdown-divider {
    /* border-color: #aaa; */
}

.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: 3.5em !important;
}

.footer {
    height: 2em;
    line-height: 2em;
    background: #fff;
}

div.bottom {
    position: fixed;
    cursor: wait;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: auto;
}

div.bottom .btn {
    padding: 0.25em 0.75em;
}

.big input[type=checkbox] {
    margin-top: 0.55em;
    margin-right: 0.8em;
    -ms-transform: scale(1.25, 1.25);
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
}

#div_pagetop {
    position: fixed;
    bottom: 0;
    right: 1.5em;
    display: none;
    z-index: 100;
}

@media screen and (max-width: 991.98px) {
    #div_pagetop {
        right: 0.75em;
    }
}

@media screen and (max-width: 767.98px) {
    #div_pagetop {
        right: 0.5em;
    }
}

#div_pagetop a {
    background: #333;
    color: #f8f9fa;
    font-size: 1.5em;
    text-align: center;
    text-decoration: none;
    padding: 0.25em 0.5em;
    display: block;
}

#div_pagetop a:hover {
    opacity: 0.8;
    text-decoration: none;
}

table.checkboxlist td{
    padding: 0.2em 0.5em;
}

table.checkboxlist tr:first-child td{
    padding-top: 0;
}

table.checkboxlist td input[type=checkbox]{
    margin: 0;
    margin-right:0.25em;
}

table.checkboxlist td label {
    margin: 0;
    padding-bottom: 0;
}

.notice {
    margin-left: 1.25em;
    text-indent: -1.25em;
}

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-control.bg-danger, .custom-file-label.bg-danger {
    border-color: #f5c6cb !important;
    background-color: #f8d7da !important;
}

div.notice-box {
    color: #000;
    margin: 0;
    padding: 1.25em;
    width: 100%;
    height: 15em;
    background: #fcfcfc;
    border: 1px #ddd solid;
    overflow-y: scroll;
}

div.notice-box h2 {
    font-size: 1.5em;
    font-weight: bold;
}

div.notice-box p {
    font-size: 0.95em;
    font-weight: 500;
    line-height: 1.675em;
}

.text-orange {
    color: #ff8866;
}

.bg-orange {
    background-color: #ff8866;
}

.li_user{
    max-width: 20em;
    white-space: nowrap;
    text-wrap: none;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 1199.98px) {
    .li_user {
        max-width: 11.75em;
        font-size: 0.95em;
    }
}
@media screen and (max-width: 991.98px) {
    .li_user {
        max-width: inherit;
        font-size: 1em;
    }
}

