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

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

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

.booth-title-block-A {
    width: 100%;
    max-width: 520px;
    background-color: #F6AF74;
    background-image: url("../images/bg_A.png");
    background-size: contain;
    background-position: top 0px left 2px;
    background-repeat: repeat-x;
}

.booth-title-block-B {
    width: 100%;
    max-width: 520px;
    background-color: #BBAAD1;
    background-image: url("../images/bg_B.png");
    background-size: contain;
    background-position: top 0px left 2px;
    background-repeat: repeat-x;
}

.booth-title-block-C {
    width: 100%;
    max-width: 520px;
    background-color: #FCD475;
    background-image: url("../images/bg_C.png");
    background-size: contain;
    background-position: top 0px left 2px;
    background-repeat: repeat-x;
}

.booth-title-block-D {
    width: 100%;
    max-width: 520px;
    background-color: #A0D1E9;
    background-image: url("../images/bg_D.png");
    background-size: contain;
    background-position: top 0px left 2px;
    background-repeat: repeat-x;
}

.booth-title-block-E {
    width: 100%;
    max-width: 520px;
    background-color: #ECAFB2;
    background-image: url("../images/bg_E.png");
    background-size: contain;
    background-position: top 0px left 2px;
    background-repeat: repeat-x;
}

.booth-title-block-F {
    width: 100%;
    max-width: 520px;
    background-color: #B3D898;
    background-image: url("../images/bg_F.png");
    background-size: contain;
    background-position: top 0px left 2px;
    background-repeat: repeat-x;
}

.booth-title-block-G {
    width: 100%;
    max-width: 520px;
    background-color: #89A3D4;
    background-image: url("../images/bg_G.png");
    background-size: contain;
    background-position: top 0px left 2px;
    background-repeat: repeat-x;
}

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

.booth-no {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 76px;
    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;
    max-height: 150px;
    width: auto;
    height: 100%;
}

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

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

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

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


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

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

.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-A {
    background-color: #d49765;
}

.bg-B {
    background-color: #a293b6;
}

.bg-C {
    background-color: #d2ab61;
}

.bg-D {
    background-color: #8bb6cb;
}

.bg-E {
    background-color: #d18675;
}

.bg-F {
    background-color: #9bbb85;
}

.bg-G {
    background-color: #788db8;
}

.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: #E6E1DC;
    overflow: auto;
}

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

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

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

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

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

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

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

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

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

@media ( min-width: 500px ) {

    .exhibitor-title-G {
        font-size: 24px;
    }
}

@media ( min-width: 770px ) {
    .booth-title-block {
        margin-left: 60px;
        max-width: 460px;
    }
    .booth-no-text {
        padding-top: 20px;
        padding-left: 15px;
        font-size: 18px;
    }

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

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

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

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