/* n00000370.ThemeA */





body {
    font-size: 14px;
}

a {
    text-decoration-line: none;
    font-size: 14px;
}






@media screen and (max-width:500px) {


    .logoCust {
        width: 50px;
        height: 50px;
        display: inline-block;
    }

        .logoCust img {
            width: 100%;
            height: 100%;
            border-radius: 8px;
        }

    .logoSite {
        height: 60px;
        display: inline-block;
    }

        .logoSite img {
            height: 100%;
            border-radius: 8px;
        }


   
}



@media screen and (min-width:520px) {


    .logoCust {
        width: 80px;
        height: 80px;
        display: inline-block;
    }

        .logoCust img {
            width: 100%;
            height: 100%;
            border-radius: 8px;
        }

    .logoSite {
        height: 80px;
        display: inline-block;
    }

        .logoSite img {
            height: 100%;
            border-radius: 8px;
        }

   
}

.memberTitle {
    font-size: 16px;
    text-align: center;
    display: block;
    box-shadow: 5px 5px 3px 1px #999;
    margin-bottom: 15px;
    background-color: #473d3d;
    color: white;
    padding-bottom:2px;
    padding-top:2px;
    margin-top:7px;
}



