﻿@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', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Osaka-Mono', 'メイリオ', 'Meiryo UI', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
    background: #e9e9e9 url("../img/_back.png") repeat;
    /* Background pattern from Toptal Subtle Patterns (https://www.toptal.com/designers/subtlepatterns/) */
    padding: 0;
}

.font-serif {
    /* 游明朝体をウロコ付きフォントのデフォルトとする */
    font-family: YuMincho, 'Yu Mincho', serif;
}

.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;
}

div>.container, div>.container-xl {
    background-color: rgba( 255, 255, 255, 1.0);
    min-height: 100vh;
}

.container-fluid {
    /* background-color: rgba( 255, 255, 255, 0.975) !important; */
    min-height: 100vh;
}

nav > .container, nav > .container-lg {
    background-color: transparent;
    min-height: 0;
}

.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;
}

.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);
}

span.checkbox input[type=checkbox] {
    margin: 0 0 0 0.25em;
}
span.checkbox input[type=checkbox] + label {
    padding-left: 0.6em;
    vertical-align: middle;
}

span.radiobutton input[type=radio] {
    margin: 0 0 0 0.25em;
}
span.radiobutton input[type=radio] + label {
    padding-left: 0.6em;
    vertical-align: middle;
}

table.checkboxlist td,
table.radiobuttonlist td
{
    padding: 0 0.5em;
}

table.checkboxlist td input[type=checkbox], 
table.radiobuttonlist td input[type=radio]
{
    margin-right:0.3em;
}

.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;
}

h1.h_title, h2.h_title {
    display: block;
    background: #666;
    color: #f8f9fa;
    font-size: 1.25em;
    font-weight: bold;
    padding: 0.5em 0.75em;
    font-family: 'Noto', sans-serif;
    margin: 0.75em 0 1.5em 0;
    border-radius: 0.2em;
}

.form-control.bg-danger, .custom-file-label.bg-danger {
    border-color: #f5c6cb !important;
    background-color: #f8d7da !important;
}

/* 
h2.download {
    font-size: 1.75em;
    margin: 0.25em 0;
    padding: 0.3em 0.5em;
    border-left: 0.5em solid #333;
    background: #fcfcfc;
    box-sizing: border-box;
}

h3.download {
    font-size: 1.125em;
    margin: 0.25em 0;
    padding: 0.3em 0.4em;
    font-weight: bold;
    border: 1px solid #eee;
    border-left: 0.3em solid #333;
    background-color: transparent !important;
    box-sizing: border-box;
}

.red h2, .red h3 {
    border-left-color: #e33;
    background: #fff8f8;
}

img.img_thumb {
    display: block;
    max-width: 100%;
    max-height: 12.5em;
    margin: 0 auto;
    background-color: #f8f8f8;
}

div.notice-box {
    color: #000;
    margin: 0;
    padding: 1.25em;
    width: 100%;
    height: 20em;
    background: #fcfcfc;
    border: 1px #ddd solid;
    overflow-y: scroll;
}


@media screen and (max-width: 991.98px) {
    div.notice-box {
        height: 22em;
    }
}

@media screen and (max-width: 767.98px) {
    div.notice-box {
        height: 24em;
    }
}

@media screen and (max-width: 575.98px) {
    div.notice-box {
        height: 25em;
    }
}


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;
}

img.product{
    max-width: 300px;
}
@media screen and (max-width: 991.98px) {
    img.product {
        max-width: 250px;
    }
}
@media screen and (max-width: 767.98px) {
    img.product {
        max-width: 80%;
    }
}

.text-orange {
    color: #f08060;
}

.bg-orange {
    background-color: #f08060;
}

.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;
    }
}

    */
