<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input.inline {
    display: inline;
}
select.inline {
    display: inline;
}

/* 蠢��医�繝ｼ繧ｯ */
.form-group label &gt; span.badge {
    background-color: #900;
    margin-right: 4px;
}

input[name=login_id] {
    width: 200px;
}
input[name=password] {
    width: 200px;
    ime-mode: disabled;
}
input[name=password_confirm] {
    width: 200px;
}
input[name$=zip_code] {
    width: 120px;
}
input[name$=tel] {
    width: 150px;
}
input[name$=_date] {
    width: 120px;
}
</pre></body></html>