@charset "UTF-8";

/*UTF-8のドキュメント*/

input[type="text"].exdate {
    width: 20%;
}

select.extime {
    width: 20%;
    padding-top: 0.22em;
    padding-bottom: 0.25em;
    margin-left: 0.4em;
}

@media screen and (max-width: 767px) {
    input[type="text"].exdate {
        width: 45%;
    }
    select.extime {
        width: 45%;
    }
}

.label {
    display: inline-block;
    float: left;
    height: 100%;
    width: 25%;
}

.element_wrap {
    clear: both;
}

div.div-pre {
    white-space: pre;
    float: left;
}

input[type="submit"] {
    cursor: pointer;
}
