/*
取引事業者
*/
dl.dl_transaction {
    width: 130px;
    float: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
dl.dl_transaction dt {
    background: none;
    padding: 0px;
    background-color: #eee;
    line-height: 31px;
}
dl.dl_transaction span {
    padding: 0px !important;
    margin-bottom: 0px !important;
    line-height: 36px !important;
}

dl.dl_no {
    width: 130px;
    float: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
dl.dl_no dt {
    background: none;
    padding: 0px;
    background-color: #eee;
    line-height: 31px;
}
dl.dl_no dd {
    line-height: 31px;
}


dl.dl_subcontractor_name {
    width: 400px;
    float: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
dl.dl_subcontractor_name dt {
    background: none;
    padding: 0px;
    background-color: #eee;
    line-height: 31px;
}
dl.dl_subcontractor_name dd {
    line-height: 31px;
}

dl.dl_capital {
    width: 100px;
    float: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
dl.dl_capital dt {
    background: none;
    padding: 0px;
    background-color: #eee;
    line-height: 31px;
}
dl.dl_capital dd {
    line-height: 31px;
}

dl.dl_zip_code {
    width: 100px;
    clear: both;
    float: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
dl.dl_zip_code dt {
    background: none;
    padding: 0px;
    background-color: #eee;
    line-height: 31px;
}
dl.dl_zip_code dd {
    line-height: 31px;
}

dl.dl_address {
    width: 400px;
    float: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
dl.dl_address dt {
    background: none;
    padding: 0px;
    background-color: #eee;
    line-height: 31px;
}
dl.dl_address dd {
    line-height: 31px;
}

dl.dl_tel {
    width: 150px;
    float: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
dl.dl_tel dt {
    background: none;
    padding: 0px;
    background-color: #eee;
    line-height: 31px;
}
dl.dl_tel dd {
    line-height: 31px;
}

dl.dl_transaction_type {
    width: 225px;
    float: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
dl.dl_transaction_type dt {
    background: none;
    padding: 0px;
    background-color: #eee;
    line-height: 31px;
}
dl.dl_transaction_type span {
    padding: 0px !important;
    margin-bottom: 0px !important;
    line-height: 36px !important;
}
dl.dl_transaction_type dd {
    line-height: 31px;
}

dl.dl_business_content {
    clear: both;
}
dl.dl_business_content dt {
    background: none;
    padding: 0px;
    background-color: #eee;
    line-height: 31px;
    margin-bottom: 20px;
}
#business_content:disabled {
    background-color: #cccccc;
}

/*
新規取引事業者
*/

dl.dl_new_subcontractor_name {
    width: 400px;
    float: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
dl.dl_new_subcontractor_name dt {
    background: none;
    padding: 0px;
    background-color: #eee;
    line-height: 31px;
}
dl.dl_new_subcontractor_name dd {
    padding-right: 10px;
}

dl.dl_new_capital {
    width: 150px;
    float: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
dl.dl_new_capital dt {
    background: none;
    padding: 0px;
    background-color: #eee;
    line-height: 31px;
}
dl.dl_new_capital dd {
    padding-right: 10px;
}

#new_capital {
    display: block;
    width: 115px;
}

dl.dl_new_zip_code {
    width: 120px;
    clear: both;
    float: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
dl.dl_new_zip_code dt {
    background: none;
    padding: 0px;
    background-color: #eee;
    line-height: 31px;
}
dl.dl_new_zip_code dd {
    padding-right: 10px;
}

dl.dl_new_address {
    width: 400px;
    float: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
dl.dl_new_address dt {
    background: none;
    padding: 0px;
    background-color: #eee;
    line-height: 31px;
}
dl.dl_new_address dd {
    padding-right: 10px;
}

dl.dl_new_tel {
    width: 150px;
    float: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
dl.dl_new_tel dt {
    background: none;
    padding: 0px;
    background-color: #eee;
    line-height: 31px;
}
dl.dl_new_tel dd {
    padding-right: 10px;
}

dl.dl_new_transaction_type {
    width: 225px;
    float: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
dl.dl_new_transaction_type dt {
    background: none;
    padding: 0px;
    background-color: #eee;
    line-height: 31px;
}
dl.dl_new_transaction_type span {
    padding: 0px !important;
    margin-bottom: 0px !important;
    line-height: 36px !important;
}

dl.dl_new_business_content {
    clear: both;
}
dl.dl_new_business_content dt {
    background: none;
    padding: 0px;
    background-color: #eee;
    line-height: 31px;
    margin-bottom: 20px;
}

/*
ホーム画面
*/
.home-wrap {
    margin-bottom: 60px;
}
