label.required {
    color: #E00;
}

label.required:after {
    content: " *";
    color: #E00;
}

.red {
    color: red;
    font-weight: normal;
}

.white {
    color: white;
    font-weight: normal;
}

div.control-div {
    padding-top: 5px;
    margin-bottom: 0px; 
}

/* control-group内の文字列用 */
div.control-group div.texts {
    margin-bottom: 0;
    padding-top: 5px;
    margin-left: 180px;
}