﻿html {
    margin: 0.25rem;
    padding: 0.25rem;
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "モトヤLシータ゛3等幅", MotoyaLCedar, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa !important;
}

h2 {
    /*
    background: linear-gradient(to bottom, #7058a3, rgba(208,208,208,1));
    border-top: 0.5px solid gray;
    border-left: 0.5px solid gray;
    border-right: 4px solid gray;
    border-bottom: 4px solid gray;
    */
    background: #7058a3;
    color: white;
    margin-top: 2rem;
    padding: 0.25rem 0 0 1rem;
    border-radius: 0.5rem;
    font-size: clamp(1.5rem, calc(1.25vw + 1rem), 3.2rem);
}

h4 {
    background: #7058a3;
    color: white;
    padding: 0.5rem;
    border-radius: 0.25rem;
    font-size: clamp(1rem, calc(1vw + 0.5rem), 2rem);
}

h6 {
    background-color: orange;
    color: black;
    font-weight: bold;
    border: 1px solid black;
    border-radius: 5px;
    padding: 0.5rem;
    margin-right: 0.5em;
}

footer {
    margin: 0.5rem;
    font-size: small;
}

fieldset legend {
    font-size: medium;
    width: inherit;
    padding: 0 10px;
    border-bottom: none;
}


/* IE11対策 */
fieldset[disabled] {
    pointer-events: none;
}

    /* IE11対策 */
    fieldset[disabled] input,
    fieldset[disabled] select,
    fieldset[disabled] textarea {
        background-color: #eeeeee;
    }

/* IE11対策 */
input:-ms-input-placeholder.form-control,
select:-ms-input-placeholder.form-control,
textarea:-ms-input-placeholder.form-control {
    color: #aaa;
}

.buttonUnimplemented {
    background-color: #aaaaaa;
}

button:disabled {
    cursor: default;
    color: lightcoral;
    opacity: 0.6;
}

.footerButtonWrapper {
    margin: 0.5rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
    border: 2px solid black;
    background-color: #ffffff;
}

#divFooterSitemapHeader {
    font-size: medium;
    font-weight: bold;
    margin: 0.5rem;
    cursor: pointer;
}

#divFooterSitemap {
    padding: 0.25rem;
    margin: 0.25rem;
    display: flex;
    flex-wrap: wrap;
}

.divFooterSitemapBlock {
    margin: 0.25rem 0.25rem 0.25rem 1rem;
}

.divFooterSitemapBlockInner {
    border-radius: 0.25rem;
    border: 1px solid black;
    padding: 0.25rem;
}

.divFooterSitemapOwner {
    padding: 0.5rem;
    font-weight: bold;
    cursor: pointer;
}

    .divFooterSitemapOwner ul {
        padding-left: 1rem;
    }

.liFooterSitemapParent {
    list-style-type: none;
    margin-left: -1.25rem;
}

    .liFooterSitemapParent:before {
        content: "▽";
    }

.liFooterSitemapChild {
    list-style-type: square;
}

.divFooterLogo {
    padding: 0.75rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    background: linear-gradient(to top, #f2a0a1, #f8f9fa);
}

@media screen and (max-width:360px) {
    h2 {
        font-size: 1rem;
    }

    h5 {
        font-size: 0.75rem;
    }
}

@media screen and (min-width:361px) and (max-width:767px) {
    h5 {
        font-size: 1rem;
    }
}

@media screen and (min-width:768px) {
    h5 {
        font-size: 1.25rem;
    }
}

input::placeholder {
    font-size: small;
}

.header {
    height: 70px;
    width: 100%;
    /* background-image: url("../images/jpoint_logo.gif"); */
    background: linear-gradient(to Bottom, #f2a0a1, #f8f9fa);
    background-repeat: no-repeat;
    background-position: 0 50%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .header img {
        margin-top: 5px;
        margin-left: 10px;
    }

.tooltip {
    pointer-events: none;
}

.tooltip-inner {
    text-align: left;
}

#content {
    margin: 0 1rem 1rem 1rem;
}

#divV3CommonErrorDialog .modal-header {
    background-color: #FF9090;
}

.divInputValidateErrorMessage {
    color: red;
    font-weight: bold;
    font-size: small;
}

.divInputValidateErrorItem {
    border: 1px solid red;
    background-color: #ffcccc;
}

.divInputdisabledItem {
    border: 1px solid #888888;
    background-color: #eeeeee;
}

.divV3CommonLogicErrorMessage {
    color: red;
    font-weight: bold;
    font-size: small;
}

#divV3CommonInfoDialog .modal-header {
    background-color: #90ff90;
}

#divV3CommonInfoDialog .modal-body table {
    margin: 1rem;
    border: 2px black solid;
    border-collapse: collapse;
}

    #divV3CommonInfoDialog .modal-body table tbody tr th {
        background-color: #90ff90;
        text-align: right;
        padding: 0.25rem;
        min-width: 5rem;
        border: 1px black solid;
        border-collapse: collapse;
    }

    #divV3CommonInfoDialog .modal-body table tbody tr td {
        padding: 0.25rem;
        min-width: 5rem;
        text-align: center;
        border: 1px black solid;
        border-collapse: collapse;
    }

#divV3CommonConfirmDialog .modal-header {
    background-color: #9090ff;
}


#divV3CommonLoadingOverlay {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.3;
}

    #divV3CommonLoadingOverlay .divV3CommonLoadingMessage {
        color: white;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding-top: 140px;
        background: url("loading.gif") center no-repeat;
    }

.V3VueDatePickerStyle {
    padding-top: 2px;
    padding-right: 1rem;
}

    .V3VueDatePickerStyle input {
        width: 8rem;
    }

.formDetailWrapper {
    background-color: #d2ddd2;
    border: 2px solid black;
    border-radius: 10px;
    margin: 1em;
    padding: 0.5em;
}

.formDetail {
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    margin: 0.5em;
    padding: 0.5em;
}

.divFormInlineWrapper {
    padding: 0.25rem;
    border: 1px solid black;
    border-radius: 10px;
}

.CorporateColorLINE {
    color: white !important;
    background-color: #00B900 !important;
}

.divNavigationSubMenu {
    display: flex;
    width: 100%;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
}

    .divNavigationSubMenu ::-webkit-scrollbar {
        display: none;
    }

.divContentSubMenu {
    white-space: nowrap;
    background-color: #eeeeee;
    overflow-x: auto;
    position: relative;
}

    .divContentSubMenu > button {
        margin: 0.25rem 0.5rem 0.25rem 0.5rem;
        padding: 0.25rem;
        font-size: small;
        font-weight: bold;
        width: 15rem;
        text-align: center;
    }

        .divContentSubMenu > button > img {
            width: 2rem;
            height: 2rem;
        }

.buttonNavigationSubMenuSlide {
    width: 1.5rem;
}

.tableNameInputColWrapper {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}

    .tableNameInputColWrapper tbody th {
        width: 8rem;
        border: none;
    }

    .tableNameInputColWrapper tbody th label {
        margin:0;
    }

    .tableNameInputColWrapper tbody td {
        border: none;
    }


img.imgFormControlHeaderHelp {
    width: 1.5rem;
    height: 1.5rem;
    text-align: left;
    float: left;
}

    img.imgFormControlHeaderHelp + span {
        text-align: right;
    }

.divDialogHeaderHelp {
    background-color: aquamarine;
    padding: 0.25rem;
    justify-content: flex-start;
}

    .divDialogHeaderHelp img {
        width: 2rem;
        height: 2rem;
    }

    .divDialogHeaderHelp > div {
        font-size: large;
        font-weight: bold;
        display: inline-block;
        margin: 0.25rem 0 0 1rem;
    }

.divInputNoSubmitMessage {
    margin: 0.5rem;
    padding: 0.25rem 0.5rem 0.25rem 0.5rem;
    background-color: #ffcccc;
    color: red;
    font-weight: bold;
    font-size: small;
    border: 2px solid #ffcccc;
    border-radius: 10px;
}

.imgButtonViewOrder {
    width: 2rem;
    height: 2rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    cursor: pointer;
}
