<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#bodyDivision div.formBox table td ul.normalList li {
    line-height: 1.6;
}

#bodyDivision div.formBox table td ul.radioList li {
    display: inline;
    margin: 0 1em 0 0;
    line-height: 1.6;
    white-space: nowrap;
}

#bodyDivision div.formBox table td textarea.sizeL {
    width: 525px;
    height: 225px;
    padding: 4px;
    border: 1px solid #bebebe;
    display: block;
    line-height: 1.5;
}

#bodyDivision div.formBox table td textarea.sizeM {
    width: 525px;
    height: 100px;
    padding: 4px;
    border: 1px solid #bebebe;
    display: block;
    line-height: 1.5;
}

#bodyDivision div.formBox table td.letter {
    width: 100%;
    padding: 8px 13px;
    border: 1px solid #ffffff;
    background-color: #e6e6d1;
}

#bodyDivision div.formBox table td dl.formDef dt {
    float: left;
    min-width: 5em;
    margin-top: 5px;
    margin-right: 10px;
    white-space: nowrap;
}

#bodyDivision div.formBox table td input.wideLL {
    width: 525px;
    padding: 4px;
    border: 1px solid #bebebe;
}


#bodyDivision div.formBox table td input.wideSSS {
    width: 42px;
    padding: 4px;
    border: 1px solid #bebebe;
}

#bodyDivision div.formBox table td hr.underline {
    height: 1px;
    margin: 20px 9px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
}

#bodyDivision div.formBox table th.moushikomi {
    padding-right: 0;
}
#bodyDivision div.formBox table td.moushikomi p {
    line-height: 2em;
}

#bodyDivision div.formBox table td.moushikomi input.money {
    letter-spacing: 2px;
    text-align:right;
}

#bodyDivision div.formBox table td.moushikomi input.date {
    text-align:center;
}

#bodyDivision div.formBox table td.moushikomi span.yen {
    padding-left: 2px;
    padding-right: 2px;
    vertical-align: middle;
    letter-spacing: 2px;
}

#bodyDivision div.formBox table td.moushikomi .totalOuter {
    font-weight: bold;
    color: white;
    background-color: #1C6A79;
    text-indent: 1em;
    text-align: center;
    padding: 5px;
}

#bodyDivision div.formBox input[type="submit"] {
    display: block;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    background-color: #00447e;
    border: none;
    width: 280px;
    cursor: pointer;
    margin: 0 auto;
    outline: none;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    box-sizing: border-box;
}

#bodyDivision div.formBox input[type="submit"]:hover {
    background-color: #266091;
}

@media all and (-ms-high-contrast:none){
    #bodyDivision div.formBox table td input[type="text"],
    #bodyDivision div.formBox table td input[type="button"] {
        padding: 7px 6px;
    }
}

#bodyDivision .thanks {
    color: #84b0bb;
}

#bodyDivision div.bankBox {
    border: 5px solid #e2e0dc;
    position: relative;
}
#bodyDivision div.bankBox:before{
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    top: -15px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e2e0dc;
    border-left: 10px solid transparent;
    margin-left: -10px;
}

#bodyDivision div.bankBox div.bank {
    padding: 15px 30px;
    border-bottom: 5px solid #f5f4f2;
}

#bodyDivision div.bankBox div.mail {
    padding: 15px 30px;
}

#bodyDivision .formButton {
    text-align: center;
}

#bodyDivision .formButton .printButton a {
    display: inline-block;
    margin-right: 10px;
}

#bodyDivision .formButton .backButton a {
    display: inline-block;
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    #bodyDivision .formBox dd select {
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 1px solid #b1b1b1;
        background: url(https://www.kanazawa-it.ac.jp/h1s/images/common/icons_bullets/formbox_select_down_sp.png) right 50% no-repeat;
        background-size: 18px 6px;
        height: 30px;
        padding: 0 30px 0 10px;
        margin: 0;
    }
    #bodyDivision .formBox dd select::-ms-expand {
        display: none;
    }


    #bodyDivision div.formBox table tr {
        display: block;
    }

    #bodyDivision div.formBox table tr th {
        display: block;
        width: auto;
        padding: 8px 10px;
        font-weight: bold;
    }

    #bodyDivision div.formBox table tr td {
        display: block;
        width: auto;
    }

    #bodyDivision div.formBox table td p,
    #bodyDivision div.formBox table td dl,
    #bodyDivision div.formBox table td ul {
        margin: 0 4px;
    }

    #bodyDivision div.formBox table td textarea.sizeL {
        max-width: 525px;
        width: 100%;
        height: 225px;
        box-sizing: border-box;
    }
    
    #bodyDivision div.formBox table td textarea.sizeM {
        max-width: 525px;
        width: 100%;
        height: 65px;
        box-sizing: border-box;
    }
    
    #bodyDivision div.formBox table td input.wideLL {
        max-width: 525px;
        width: 100%;
        box-sizing: border-box;
    }

    #bodyDivision div.formBox table td input[type="radio"],
    #bodyDivision div.formBox table td input[type="checkbox"] {
        vertical-align: -2.5px;
    }
    
    #bodyDivision div.formBox table td.moushikomi input.money {
        width: 55px;
    }
    
    #bodyDivision div.formBox table td.moushikomi input.moneyTotal {
        width: 95px;
    }
    
    #bodyDivision div.formBox table td.moushikomi input#year,
    #bodyDivision div.formBox table td.moushikomi input#month,
    #bodyDivision div.formBox table td.moushikomi input#day {
        width: 2em;
    }

    #bodyDivision div.formBox table td .name {
        display: block;
        overflow: hidden;
    }
    #bodyDivision div.formBox table td .name .nameCell {
        display: block;
        width: 50%;
        float: left;
        position: relative;
        box-sizing: border-box;
    }
    #bodyDivision div.formBox table td .name .nameCell:nth-child(1) {
        padding-right: 5px;
    }
    #bodyDivision div.formBox table td .name .nameCell:nth-child(2) {
        padding-left: 5px;
    }
    #bodyDivision div.formBox table td .name .nameCell label {
        width: 2em;
        float: left;
        line-height: 30px;
    }
    #bodyDivision div.formBox table td .name .nameCell .nameField {
        display: block;
        box-sizing: border-box;
        padding-left: 2em;
    }

    #bodyDivision div.formBox table td input[name="name1"],
    #bodyDivision div.formBox table td input[name="name2"],
    #bodyDivision div.formBox table td input[name="kana1"],
    #bodyDivision div.formBox table td input[name="kana2"] {
        box-sizing: border-box;
        display: block;
        position: relative;
        width: 100%;
    }

    #bodyDivision div.formBox table td input[name="address1"],
    #bodyDivision div.formBox table td input[name="address2"],
    #bodyDivision div.formBox table td input[name="address3"],
    #bodyDivision div.formBox table td input[name="address4"] {
        width: 100%;
        box-sizing: border-box;

    }

    #bodyDivision div.formBox table td input[name="tel1"],
    #bodyDivision div.formBox table td input[name="tel2"],
    #bodyDivision div.formBox table td input[name="tel3"] {
        width: 45px;
    }

    #bodyDivision div.formBox table td.letter {
        width: auto;
    }

    #bodyDivision div.formBox table span.exp {
        font-size: 10px;
    }

    #bodyDivision div.formBox table td ul.radioList li {
        display: block;
        margin: 0;
        line-height: 2.1;
        white-space: nowrap;
    }

    #bodyDivision div.formBox table td ul.radioList li .radioListNote {
        display: block;
        white-space: normal;
        line-height: 1.7;
    }

    #bodyDivision div.formBox table td input[name="email"] {
        width: 100%;
        box-sizing: border-box;
    }

    #bodyDivision div.formBox table td input[name="school"] {
        width: 200px;
    }

    #bodyDivision div.formBox input[type="submit"] {
        line-height: 40px;
    }

    #bodyDivision div.formBox table td dl.formDef.fullWidth {
        display: table;
        width: 100%;
    }

    #bodyDivision div.formBox table td dl.formDef.fullWidth dt {
        display: table-cell;
        float: none;
        width: 7em;
    }

    #bodyDivision div.formBox table td dl.formDef.fullWidth dd {
        display: table-cell;
        float: none;
    }

    #bodyDivision div.formBox table td hr.underline {
        margin: 10px 5px;
    }
    
    #bodyDivision div.bankBox div.bank {
        padding: 10px;
        border-bottom: 5px solid #f5f4f2;
    }

    #bodyDivision div.bankBox div.mail {
        padding: 10px;
    }
    
    #bodyDivision .formButton .printButton a {
        display: block;
        margin-right: 0;
    }

    #bodyDivision .formButton .backButton a {
        display: block;
        margin-left: 0;
    }
}



</pre></body></html>