@charset "utf-8";

@media (min-width: 768px) {
.SmartNotices{
    display: none;
}
.SmartJumpBTN1{
    display: none;
}
.SmartJumpBTN2{
    display: none;
}
}

@media (max-width: 767px) {
.SmartNotices a{
    display: block;
    width: 100%;
    text-decoration: none;
    color: white;
    text-align: center;
    background-color: #72aa9f;
    padding: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}

.SmartNotices a:active{
     background-color:#bffff2;
}

.SmartJumpBTN1 a{
    display: block;
    width: 100%;
    text-decoration: none;
    color: white;
    text-align: center;
    background-color: #72aa9f;
    padding: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}

.SmartJumpBTN1 a:active{
     background-color:#bffff2;
}

.SmartJumpBTN2 a{
    display: block;
    width: 100%;
    text-decoration: none;
    color: white;
    text-align: center;
    background-color: #ffc000;
    padding: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}

.SmartJumpBTN2 a:active{
     background-color: #ffe000;
}

};


/* ================================    CSS STYLES FOR infoCMS1.0   ================================*/









