@charset "UTF-8";


input[type=radio], input[type=checkbox] {
    vertical-align: -0.1em;
}

div.txt_note {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
}

div.txt_note_indent {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-left: 1em;
}

div.txt_note_indent p {
    text-indent:-1em;
}

span.txt_note {
    font-size: 84%;
    font-weight: normal;
    margin: 0 !important;
    padding: 2px 0 0;
}

.txtPurpose {
    height: 100px;
    max-width: 500px;
    width: 500px;
}

.ui-datepicker-trigger {
    vertical-align: middle;
    margin-left: 2px;
    cursor: pointer;
}

.holiday > .ui-state-default {
    background: #FFCCCC !important;
    color: red !important;
}
.sunday > .ui-state-default {
    background: #FFCCCC !important;
    color: red !important;
}
.saturday > .ui-state-default {
    background: #CCCCFF !important;
    color: blue !important;
}