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


/*
 * Main_account
 */
input[name=jemca_id] {
    width: 200px;
}
input[name=login_id] {
    width: 200px;
}
input[name$=password] {
    width: 200px;
}
input[name=password_confirm] {
    width: 200px;
}
input[name=new_password] {
    width: 200px;
}
input[name=new_password_confirm] {
    width: 200px;
}
input[name=name1] {
}
input[name=name2] {
}
input[name=kana1] {
}
input[name=kana2] {
}
input[name$=zip_code] {
    width: 100px;
}
select[name$=pref_code] {
    width: 120px;
}
input[name$=city] {
    width: 160px;
}
input[name$=address1] {
}
input[name$=address2] {
}
input[name$=tel] {
    width: 130px;
}
input[name$=fax] {
    width: 130px;
}
input[name=web_url] {
}
input[name$=manager_name] {
}
input[name$=manager_kana] {
}
input[name$=manager_mail_address] {
}
input[name=note] {
}

/*
 * Sub_account
 */
input[name=manager_branch] {
}
input[name=send_zip_code] {
    width: 120px;
}
input[name=send_address1] {
}
input[name=send_address2] {
}
input[name=send_name] {
}
input[name=send_tel] {
    width: 130px;
}


select[name=limit_type] {
    width: 120px;
}
input[name$=_date] {
    width: 120px;
}

select[name=show_type] {
    width: auto;
}
</pre></body></html>