﻿@charset "UTF-8";

/* ============================================================ base style */

* {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    vertical-align: baseline;
}

html {
    overflow-y: scroll;
}

body {
    background: #f8eded;
    color: #453433;
    font-family: IBM Plex Sans JP, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 90%;
}

header,
section,
table,
table a,
div,
div a,
input,
select,
textarea,
footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #0066a9;
    -webkit-tap-highlight-color: #990000;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a:focus {
        /*\*/
        overflow: hidden;
        /**/
    }

.clearBoth {
    clear: both;
}

.spVis {
    display: none;
}


/* ============================================================ headerArea */

header {
    width: 100%;
    height: 50px;
    background: #ffffff;
    text-align: center;
}


/* ============================================================ contentArea */

#contentArea {
}

#contentBox {
    width: 650px;
    margin: 0 auto;
    padding: 30px 0;
}

#spMenu {
    display: none;
}


/* ---------- input ---------- */

input {
    margin: 0 0 5px;
    padding: 5px;
    border: 1px solid #666666;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

    input[type=checkbox] {
        margin: 0 0 5px;
        border: 1px solid #666666;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
    }

select {
    margin: 0 0 5px;
    padding: 2px 5px 4px;
    border: 1px solid #666666;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #666666;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    font-size: 120%;
}

input[type=submit] {
    width: 150px;
    margin: 0 auto;
    padding: 5px 0;
    background: #ff8f8f;
    border: solid 2px #ff8f8f;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

    input[type=submit]:hover,
    input[type=submit]:active {
        background: #ffffff;
        border: solid 2px #ff8f8f;
        color: #ff8f8f;
    }


/* ---------- logIn ---------- */

#logIn {
    width: 400px;
    margin: 0 auto;
}

    #logIn th {
        color: #453433;
        text-align: left;
    }

.idForm th {
    width: 140px;
    text-align: left;
}

.idForm td {
    padding: 0 0 10px;
}

.idForm .w40 {
    width: 40px;
}

.idForm .w80 {
    width: 80px;
}

.idForm .w140 {
    width: 140px;
}

.idForm .w45 {
    width: 45%;
}

.idForm .w100 {
    width: 100%;
}


/* ---------- hoMe ---------- */

#hoMe {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
}

    #hoMe th,
    #hoMe td {
        padding: 3px 10px;
        background: #ffffff;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        color: #453433;
        text-align: left;
    }

    #hoMe th {
        width: 80px;
    }

/* ---------- nav ---------- */

nav li {
    display: inline-block;
    position: relative;
    width: 24%;
    height: 10px;
    margin: 0 1px 15px 0;
    padding: 2% 0;
}

    nav li a:link,
    nav li a:visited {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 9px 0 0;
        background: #ff8f8f;
        border: solid 2px #ff8f8f;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        font-size: 80%;
        color: #ffffff;
        text-align: center;
        cursor: pointer;
    }

    nav li a:hover,
    nav li a:active,
    nav li a.on {
        background: #ffffff;
        border: solid 2px #ff8f8f;
        color: #ff8f8f;
        text-decoration: none;
    }


/* ---------- rirekiTable ---------- */

table.rirekiTable {
    width: 100%;
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
}

    table.rirekiTable th,
    table.rirekiTable td {
        border-right: 1px solid #666666;
        border-bottom: 1px solid #666666;
        text-align: center;
    }

    table.rirekiTable th {
        background: #ff8f8f;
        color: #ffffff;
    }

    table.rirekiTable td {
        padding: 5px 0 2px;
        background: #ffffff;
    }


/* ---------- del ---------- */

.del {
    display: table-cell;
    vertical-align: middle;
    padding: 2px;
    white-space: nowrap;
}

    .del a:link,
    .del a:visited {
        width: 100%;
        height: 100%;
        padding: 2px 13px 0px;
        background: #ff8f8f;
        border: solid 2px #ff8f8f;
        border-radius: 18px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        font-size: 80%;
        color: #ffffff;
        text-align: center;
        cursor: pointer;
    }

    .del a:hover,
    .del a:active {
        background: #ffffff;
        border: solid 2px #ff8f8f;
        color: #ff8f8f;
        text-decoration: none;
    }


/* ---------- box ---------- */

.textCenter {
    width: 400px;
    margin: 0 auto;
}

.boxCenter {
    display: block;
    margin: 0 auto;
    padding: 8px 0 4px;
    font-size: 110%;
    text-align: center;
}

.boxLeft {
    float: left;
    width: 70px;
    margin: 8px 0;
    text-align: left;
}

.boxRight {
    float: right;
    width: 70px;
    margin: 8px 0;
    text-align: right;
}

    .boxLeft a:link,
    .boxLeft a:visited,
    .boxRight a:link,
    .boxRight a:visited {
        width: 100%;
        height: 100%;
        padding: 3px 13px 1px;
        background: #ff8f8f;
        border: solid 2px #ff8f8f;
        border-radius: 18px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        font-size: 90%;
        color: #ffffff;
        text-align: center;
        cursor: pointer;
    }

    .boxLeft a:hover,
    .boxLeft a:active,
    .boxRight a:hover,
    .boxRight a:active {
        background: #ffffff;
        border: solid 2px #ff8f8f;
        color: #ff8f8f;
        text-decoration: none;
    }


/* ---------- subMit ---------- */

.subMit {
    text-align: center;
}

    .subMit li {
        display: inline-block;
        position: relative;
        width: 25%;
        height: 1px;
        padding: 2% 0;
    }

        .subMit li a:link,
        .subMit li a:visited {
            position: absolute;
            width: 100%;
            height: 100%;
            margin: -10px 0 0 -65px;
            padding: 9px 0 0;
            background: #ff8f8f;
            border: solid 2px #ff8f8f;
            border-radius: 18px;
            -webkit-border-radius: 18px;
            -moz-border-radius: 18px;
            font-size: 80%;
            color: #ffffff;
            text-align: center;
            cursor: pointer;
        }

        .subMit li a:hover,
        .subMit li a:active {
            background: #ffffff;
            border: solid 2px #ff8f8f;
            color: #ff8f8f;
            text-decoration: none;
        }


/* ---------- yoyaku ---------- */

.yoyaku {
    padding: 2px;
    white-space: nowrap;
}

    .yoyaku a:link,
    .yoyaku a:visited {
        width: 100%;
        height: 100%;
        padding: 1px 15px 0px;
        background: #ff8f8f;
        border: solid 2px #ff8f8f;
        border-radius: 18px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        font-size: 80%;
        color: #ffffff;
        text-align: center;
        cursor: pointer;
    }

    .yoyaku a:hover,
    .yoyaku a:active {
        background: #ffffff;
        border: solid 2px #ff8f8f;
        color: #ff8f8f;
        text-decoration: none;
    }


/* ---------- gairaiTable ---------- */

table.gairaiTable {
    width: 100%;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}

    table.gairaiTable th,
    table.gairaiTable td {
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        text-align: center;
    }

    table.gairaiTable th {
        padding: 2px;
        background: #ff8f8f;
        font-size: 80%;
        color: #ffffff;
    }

    table.gairaiTable td {
        padding: 5px 0 2px;
        background: #ffffff;
    }

        table.gairaiTable td a:link,
        table.gairaiTable td a:visited {
            display: block;
            width: 100%;
            height: 100%;
            padding: 4px;
            color: #333333;
            cursor: pointer;
        }

        table.gairaiTable td a:hover,
        table.gairaiTable td a:active,
        table.gairaiTable td a.on {
            background: #ff8f8f;
            color: #ffffff;
            text-decoration: none;
        }

        table.gairaiTable td.gray {
            padding: 4px;
            background: #cccccc;
        }

        table.gairaiTable td.on {
            background: #0055a4;
            color: #ffffff;
        }


/* ---------- detailTable ---------- */

table.detailTable {
    width: 400px;
    margin: 0 auto;
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
}

    table.detailTable th,
    table.detailTable td {
        border-right: 1px solid #666666;
        border-bottom: 1px solid #666666;
        text-align: center;
    }

    table.detailTable th {
        padding: 2px;
        background: #ff8f8f;
        font-size: 80%;
        color: #ffffff;
    }

    table.detailTable td {
        padding: 4px;
        background: #ffffff;
    }

        table.detailTable td.gray {
            background: #cccccc;
        }

        table.detailTable td.on {
            background: #0055a4;
            color: #ffffff;
        }


/* ---------- weekTable ---------- */

table.weekTable {
    width: 100%;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}

    table.weekTable th,
    table.weekTable td {
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        text-align: center;
        vertical-align: middle;
    }

    table.weekTable th {
        padding: 2px;
        background: #ff8f8f;
        font-size: 80%;
        color: #ffffff;
    }

    table.weekTable td {
        background: #ffffff;
        font-size: 120%;
    }

        table.weekTable td:first-child {
            font-size: 85%;
        }

        table.weekTable td a:link,
        table.weekTable td a:visited {
            display: block;
            width: 100%;
            height: 100%;
            padding: 4px;
            color: #ff8f8f;
            cursor: pointer;
        }

        table.weekTable td a:hover,
        table.weekTable td a:active {
            background: #ff8f8f;
            color: #ffffff;
            text-decoration: none;
        }


/* ---------- eventTable ---------- */

table.eventTable {
    width: 100%;
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
}

    table.eventTable th,
    table.eventTable td {
        border-right: 1px solid #666666;
        border-bottom: 1px solid #666666;
        text-align: center;
    }

    table.eventTable th {
        padding: 2px;
        background: #ff8f8f;
        font-size: 80%;
        color: #ffffff;
    }

    table.eventTable td {
        padding: 4px;
        background: #ffffff;
    }


/* ---------- newsArea useArea ---------- */

#newsArea {
    width: 650px;
    margin: 0 0 30px;
}

    #newsArea dt {
        float: left;
    }

    #newsArea dd {
        margin: 0 0 0.5em 1em;
    }

#useArea {
    width: 650px;
    margin: 0 0 30px;
}

    #useArea li {
        margin: 0 0 0.5em;
    }


/* ---------- common ---------- */

h2 {
    display: inline-block;
    margin: 0 0 3px;
    background-image: linear-gradient(rgba(0,0,0,0) 80%, rgb(255,143,143) 80%, rgb(255,143,143) 95%, rgba(0,0,0,0) 95%);
    font-size: 120%;
    font-weight: bold;
    color: #ff8f8f;
}

.w100 {
    width: 100%;
}

.text70 {
    font-size: 70%;
}

.text80 {
    font-size: 80%;
}

.text90 {
    font-size: 90%;
}

.text110 {
    font-size: 110%;
}

.text120 {
    font-size: 120%;
}

.text140 {
    font-size: 140%;
}

.textBold {
    font-weight: bold;
}

.textRed {
    color: #990000;
}

.textBrown {
    color: #975d29;
}

.textBlue {
    color: #346db2;
}


/* ============================================================ footerArea */

footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

    footer #backtoHP {
        padding: 20px 0;
        /*background: #f9f7ef;*/
    }

    footer #copyRight {
        padding: 5px 0;
        font-size: 75%;
    }

/* ============================================================ customize */
.fieldvalidation-error, .field-validation-error {
    color: #ff0000 !important;
}

select[disabled] {
    background: #dddddd;
}

.disabled {
    background: #9c9c9c !important;
    cursor: default !important;
}

.temp-disabled {
    background: #cccccc !important;
    cursor: default !important;
}

.vertical-center-header {
    height: 90%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
