@charset "utf-8";
/* CSS Document */

.exhibitor-block {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
}

.exhibitor-upper-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 150px;
}

.booth-title-block {
    width: 100%;
    max-width: 470px;
    background-color: #ECAFB2;
}

.booth-no-text {
    padding-top: 20px;
    padding-left: 5px;
    font-size: 18px;
}

.booth-no {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 96px;
    line-height: 80px;
    color: #fff;
    text-shadow: 3px 3px 5px #333;    
}

.qrcode-block {
    width: 100%;
    max-width: 280px;
    text-align: center;
}

.qrcode-block .exhibitor-qrcode {
    max-width: 150px;
}

.exhibitor-title {
    padding-top: 10px;
    padding-left: 5px;
    font-size: 20px;
    font-weight: 600;
}

.url {
    padding-left: 5px;
    font-size: 16px;
    font-weight: 600;
}

.url-e13 {
    font-size: 16px;
}


.exhibitor-lower-block {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.exhibitor-detail-block {
    width: 100%;
    max-width: 470px;
    padding-left: 5px;
    padding-right: 5px;
}

.exhibitor-detail-block table {
    width: 100%;
    max-width: 470px;
}

.detail-title-01 {
    width: 5em;
    padding: 2px 5px;
    text-align: justify;
    text-align-last: justify;
    vertical-align: text-top;
    color: #fff;
}

.detail-text-01 {
    padding: 2px 5px;
    vertical-align: text-top;
}

.border-top-01 {
    border-top: 1px solid #666;
}

.border-top-02 {
    border-top: 1px solid #fff;
}

.border-top-03 {
    border-top: 1px solid #666;
}

.border-top-04 {
    border-top: 1px solid #aaa;
}

.border-bottom-01 {
    border-bottom: 1px solid #aaa;
}

.border-bottom-02 {
    border-bottom: 1px solid #666;
}

.bg-aaa {
    background-color: #aaa;
}

.bg-ddd {
    background-color: #ddd;
}

.exhibitor-aside-info-block {
    margin: 20px auto 20px;;
    width: 280px;
}

.item-responce-block {
    font-size: 14px;
    text-align: center;
    width: 150px;
    vertical-align: top;
}

.item-responce-title {
    font-weight: 600;
    color: #08e;
}

.item-responce-list-block {
    padding-top: 5px;
    vertical-align: top;
}

.item-responce {
    margin: 0px auto 5px;
    font-size: 14px;
    font-weight: bold;
    width: 88px;
    text-align: center;
    line-height: 20px;
    background-color: #e6e6e7;
    border: 3px solid #8aa3d4;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #888;
}

.products-block {
    font-size: 14px;
    text-align: center;
    width: 130px;
    vertical-align: top;
}

.products-title {
    font-weight: 600;
    color: #08c;
}

.products-list-block {
    padding-top: 5px;
    font-weight: bold;
    vertical-align: top;
}

.products-item-image {
    width: 63px;
    height: 63px;
}

.products-block {
    font-size: 14px;
    text-align: center;
    width: 130px;
    vertical-align: text-top;
}

.products-list-block {
    padding-top: 5px;
    font-weight: bold;
    vertical-align: top;
}

.products-item-image {
    width: 63px;
    height: 63px;
}

.profile-block {
    display: block;
    padding: 30px;
    background-color: #E6E6E7;
    overflow: auto;
}

.profile-title {
    padding-top: 3px;
    width: 110px;
    font-size: 14px; 
    font-weight: bold; 
    text-align: center;
    vertical-align: middle; 
    line-height: 20px;
    background-color:#ECAFB2;  
    border-radius: 12px; 
}

.profile-text {
    margin-top: 10px;
    font-size: 14px;
}

.profile-iamge-block {
    padding: 10px;
    text-align: center;
}

@media ( min-width: 450px ) {
    .exhibitor-title {
        font-size: 24px;
    }

    .url-e13 {
        font-size: 20px;
    }
}

@media ( min-width: 770px ) {
    
    .booth-no-text {
        padding-top: 20px;
        padding-left: 65px;
        font-size: 18px;
    }

    .booth-no {
        padding-left: 60px;
        font-size: 96px;
        line-height: 80px;
        color: #fff;
        text-shadow: 3px 3px 5px #333;    
    }

    .exhibitor-detail-block {
        width: 100%;
        max-width: 470px;
        padding: 0px;
    }

    .exhibitor-detail-block table {
        width: 100%;
        max-width: 410px;
        margin-left: 60px;
    }
    .exhibitor-aside-info-block {
        margin: 0 auto;
        width: 280px;
        min-height: 190px;
    }
    .profile-text {
        margin-top: 10px;
        font-size: 14px;
        float: left;
        width: 48%;
    }

    .profile-iamge-block {
        padding: 10px;
        text-align: center;
        float: right;
        width: 48%;
    }
}

/*
.exhibitor-info-block {
    margin-top: 20px;
    padding-left: auto;
    padding-right: auto;
    background-color: #ECAFB2;
}

.exhibitor-info-block .exhibitor-info-block-bottom {
    padding-bottom: 20px;
}

.booth-title-block .booth-no-text {
    padding-top: 10px;
    padding-left: 20px;
    font-size: 10px;
    line-height: 100%;
}

.booth-title-block .booth-no {
    padding: 0 10px;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    text-shadow: 3px 3px 5px #333;
}

.booth-title-block .booth-no2 {
    padding: 0 10px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-shadow: 3px 3px 5px #333;
}

.booth-title-block .booth-no3 {
    padding: 0 10px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-shadow: 3px 3px 5px #333;
}

.booth-title-block .exhibitor-title {
    font-size: 24px;
    font-weight: bold;
}

.booth-title-block .url {
    font-size: 14px;
    font-weight: bold;
}

.exhibitor-info-block {
    padding: 0 10px;
    font-size: 14px;
    
}

.exhibitor-detail-block {
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
}

.exhibitor-detail-block table {
    width: 95%;
    max-width: 450px;
}

.detail-title-01 {
    width: 5em;
    padding: 2px 5px;
    text-align: justify;
    text-align-last: justify;
    vertical-align: text-top;
}

.detail-text-01 {
    padding: 2px 5px;
    vertical-align: text-top;
}

.border-top-01 {
    border-top: 2px solid #fff;
}

.border-top-02 {
    border-top: 1px solid #fff;
}

.border-top-03 {
    border-top: 1px solid #666;
}

.border-bottom {
    border-bottom: 2px solid #fff;
}

.bg-ddd {
    background-color: #ddd;
}

.exhibitor-qr-block {
    display: block;
    margin-top: 10px;
    text-align: center;
}

.exhibitor-qrcode {
    max-width: 100px;
}

.exhibitor-aside-info-block {
    margin: 0 auto;
    width: 280px;
}

.item-responce-block {
    font-size: 14px;
    text-align: center;
    vertical-align: top;
    width: 150px;
}

.item-responce-list-block {
    padding-top: 5px;
    vertical-align: top;
}

.item-responce {
    margin: 0px auto 5px;
    font-size: 14px;
    font-weight: bold;
    width: 88px;
    text-align: center;
    background-color: #e6e6e7;
    border: 3px solid #8aa3d4;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #888;
}

.products-block {
    font-size: 14px;
    text-align: center;
    width: 130px;
    vertical-align: text-top;
}

.products-list-block {
    padding-top: 5px;
    font-weight: bold;
    vertical-align: top;
}

.products-item-image {
    width: 63px;
    height: 63px;
}

.profile-block {
    display: block;
    padding: 10px;
    background-color: #E6E6E7;
    overflow: auto;
}

.profile-text-block {
    
}

.profile-title {
    padding-top: 3px;
    width: 110px;
    font-size: 14px; 
    font-weight: bold; 
    text-align: center;
    vertical-align: middle; 
    line-height: 20px;
    background-color:#ECAFB2;  
    border-radius: 12px; 
}

.profile-text {
    margin-top: 10px;
    font-size: 14px;
}

.profile-iamge-block {
    padding: 10px;
    text-align: center;
}

@media ( min-width: 450px ) {
    .booth-title-block .booth-no2 {
        padding: 0 10px;
        font-size: 42px;
        font-weight: bold;
        color: #fff;
        text-shadow: 3px 3px 5px #333;
    }
    
    .booth-title-block .booth-no3 {
        padding: 0 10px;
        font-size: 42px;
        font-weight: bold;
        color: #fff;
        text-shadow: 3px 3px 5px #333;
    }

}

@media ( min-width: 600px ) {
    .profile-block {
        padding: 20px;
    }

    .profile-text-block {
        float: left;
        width: 48%;
    }
    
    .profile-iamge-block {
        float: right;
        width: 48%;
    }
}


@media ( min-width: 768px ) {

    .exhibitor-info-block-container {
        margin: 0 auto;
        width: 750px;
    }

    .exhibitor-info-block {
        float: left;
        width: 440px;
    }
    
    .exhibitor-aside {
        float: right;
        width: 280px;
        padding-right: 10px;
    }
    
    .profile-block {
        padding: 30px;
    }

}
*/