@charset "UTF-8";

#bodyDivision .pageLeadBoundary .example {
    min-height: 91px;
    background-image: url("https://www.kanazawa-it.ac.jp/h1s/images/contents/nyusi/situmon/situmon-cut.gif");
    background-position: 100% 5px;
    background-repeat: no-repeat;
}

#bodyDivision div.formBox table td ul.radioList li {
    display: inline;
    margin: 0 1em 0 0;
    line-height: 1.428;
    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.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 [name="school"] + input {
    min-width: 4em;
    padding: 3px 4px;
    box-sizing: border-box;
}

#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;
    }
}

@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 .pageLeadBoundary .example {
        background-position: 10px 5px;
        background-image: url("https://www.kanazawa-it.ac.jp/h1s/images/contents/nyusi/situmon/situmon-cut_sp.gif");
        padding-left: 80px;
    }
    
    #bodyDivision div.formBox table {
    }
    
    #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 input[type="radio"],
    #bodyDivision div.formBox table td input[type="checkbox"] {
        vertical-align: -2.5px;
    }
    
    #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 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;
    }

}