@charset "utf-8";

/* ======================================================================
   会社情報登録促しモーダル用CSS
   ====================================================================== */

#modal-supplier-profile .modal-content {
    width: 1020px;
}

#modal-supplier-profile .message-wrap {
    width: 990px;
    height: 380px;
    background-image: url("/assets/ja/pc/img/common/bg_modal_supplier_profile.png");
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-top: 18px;
    background-size: 990px 380px;
    margin-left: 0px;
}
#modal-supplier-profile .message-wrap .title {
    font-weight: bold;
    font-size: 14px;
}
#modal-supplier-profile .message-wrap .title em.target-profile {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #C95840;
    margin-left: 4px;
    margin-right: 4px;
}
#modal-supplier-profile .modal-supplier-profile-button-area {
    border-top: 1px solid #e5e5e5;
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 16px;
    padding-bottom: 24px;
    height: 72px;
}

#modal-supplier-profile .bottom-message {
    float: left;
    margin-top: 16px;
    font-size: 14px;
}
#modal-supplier-profile .bottom-message a {
    margin-left: 4px;
    margin-right: 4px;
}
#modal-supplier-profile button.btn-supplier-profile {
    float: right;
    width: 316px;
    height: 48px;
    background: #3498DB;
    border: 1px solid #3498DB;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
}
#modal-supplier-profile button.btn-supplier-profile:hover {
    opacity: 0.7;
}

#modal-supplier-profile .supplier-profile-box {
    background-color: white;
    position: absolute;
    border-width: 2px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
#modal-supplier-profile .supplier-profile-box-ng {
    border-color: #C95840;
    border-style: dashed;
    color: #C95840;
}
#modal-supplier-profile .supplier-profile-box-ok {
    border-color: #88C24E;
    border-style: solid;
    color: #88C24E;
}

#modal-supplier-profile .supplier-profile-shop-photo {
    width: 200px;
    height: 200px;
    top: 156px;
    left: 236px;
    padding-top: 70px;
}
#modal-supplier-profile .supplier-profile-logo {
    width: 60px;
    height: 60px;
    top: 156px;
    left: 440px;
    padding-top: 4px;
    font-size: 14px;
}
#modal-supplier-profile .supplier-profile-info {
    width: 320px;
    height: 118px;
    top: 236px;
    left: 652px;
    padding-top: 30px;
}

#modal-supplier-profile .supplier-profile-box-status {
    font-size: 13px;
    font-weight: bold;
    background-color: #C95840;
    color: white;
    width: 90px;
    text-align: center;
    padding: 4px;
    margin: 0 auto;
    margin-bottom: 10px;
}
#modal-supplier-profile .supplier-profile-box-status-mini {
    width: 50px;
    margin-bottom: 6px;
}
#modal-supplier-profile .supplier-profile-box-ng .supplier-profile-box-status {
    background-color: #C95840;
}
#modal-supplier-profile .supplier-profile-box-ok .supplier-profile-box-status {
    background-color: #88C24E;
}
