﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: nowrap;
    text-align: center;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    font-feature-settings: "palt" 1;
    font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.centercontainer {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #004781;
}

.unselectable {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@font-face {
    font-family: "StcLogo";
    src: url("/font/stclogo.woff2") format('woff2'), url("/font/stclogo.woff") format('woff');
}

.stclogo {
    display: inline-block;
    font-family: "StcLogo";
    transform: scale( 0.85, 1.258 );
}

.bluebutton {
    border: solid #0366d6 1px;
    background-color: #6495ed;
    color: #fff;
}

.redbutton {
    border: solid #800 1px;
    background-color: #f00;
    color: white;
}

:root {
    --Calendar-Saturday-Color: #00f;
    --Calendar-Saturday-BGColor: #bdd7ee;
    --Calendar-Sunday-Color: #f00;
    --Calendar-Sunday-BGColor: #f8cbad;
    --Calendar-Holiday-Color: #f00;
    --Calendar-Holiday-BGColor: #f8cbad;
}

.center {
    text-align: center;
}
.right {
    text-align: right;
}

.numeric {
    text-align: right;
    padding-right: 0.5em;
}

#MonthTitle {
    font-size: 16pt;
}

.dayname {
    width: 6em;
    max-width: 6em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

.holiday > .dayname {
    color: #f00;
}

.stickh {
    position: sticky;
    left: 0
}

.stickv {
    position: sticky;
    top: 0
}

th, td {
    line-height: 100%;
}

th {
    text-align: center !important;
}

.gybk {
    background-color: lightgray;
}

span.iblock {
    display: inline-block;
}

.weekday {
    text-align: center;
    border-left: none;
}

tr.w0 {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    background-color: var(--Calendar-Sunday-BGColor) !important;
}
    tr.w0.workday {
        background-color: transparent !important;
    }

tr.w1 {
}

tr.w2 {
}

tr.w3 {
}

tr.w4 {
}

tr.w5 {
}

tr.w6 {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    background-color: var(--Calendar-Saturday-BGColor) !important;
}
    tr.w6.workday {
        background-color: transparent !important;
    }

tr.holiday {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    background-color: var(--Calendar-Holiday-BGColor) !important;
}

.day {
    text-align: center;
    border-right: none;
}

.holiday > .day,
.holiday > .weekday {
    color: var(--Calendar-Holiday-Color);
}

.w0 > .day,
.w0 > .weekday {
    color: var(--Calendar-Sunday-Color);
}

.w0.workday > .day,
.w0.workday > .weekday {
    color: #000 !important;
}

.w1 > .day,
.w1 > .weekday {
}

.w2 > .day,
.w2 > .weekday {
}

.w3 > .day,
.w3 > .weekday {
}

.w4 > .day,
.w4 > .weekday {
}

.w5 > .day,
.w5 > .weekday {
}

.w6 > .day,
.w6 > .weekday {
    color: var(--Calendar-Saturday-Color);
}

.w6.workday > .day,
.w6.workday > .weekday {
    color: #000 !important;
}


tr.w0 .weekday:after {
    content: "日";
}

tr.w1 .weekday:after {
    content: "月";
}

tr.w2 .weekday:after {
    content: "火";
}

tr.w3 .weekday:after {
    content: "水";
}

tr.w4 .weekday:after {
    content: "木";
}

tr.w5 .weekday:after {
    content: "金";
}

tr.w6 .weekday:after {
    content: "土";
}

.topFloat {
}


@media (min-width: 992px) {
/*.container {
    max-width: none;
}
*/
}

