@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;
}

.section_note {
    font-size: 12px;
}


.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;
}


.th_note {
    font-size: 10px;
    font-weight: normal;
}

.txtAreaStyle {
    width: 500px;
    height: 100px;
    max-width: 500px;
}

.annotation {
    color: #ff0000;
    font-weight: normal;
    text-indent: -1em;
    padding-left: 1em;
}