@CHARSET "UTF-8";
/* MemberRegister CSS */
.required_condition:after {
    content: "どちらか必須";
    background: #317dcb;
    color: #fff;
    padding: 0 10px;
    margin: 0 0 0 5px;
    font-weight: normal;
    font-size: 0.9em;
    border-radius: 3px;
    float: right;
    min-width: 2em;
    text-align: center;
}

#loginIdSuffixLabel, #passwordSuffixLabel, #officeSuffixLabel {
	color: red;
}

