@media screen and (min-width: 600px){
    .pcHide{
        display: none!important;
    }
    .zm-img-caption{
        text-align: right;
    }
}


@media screen and (max-width: 599px){
    .spHide{
        display: none!important;
    }
    .zm-img-caption img{
        padding-bottom: 5px!important;
    }
}

.link ul{
    list-style: none !important;
    margin-left: 10px !important;
}

.link ul li{
    background: none !important;
    font-size: 14px;
    padding: 0 !important;
    float: left;
    margin-right: 30px !important;
}

.link ul li a{
    color: #0062c2 !important;
    font-weight: bold;
}

.link ul li a:hover{
    opacity: 0.7;
}


.link a{
    font-weight: bold;
    color: #0062c2 !important;
    text-decoration: underline;
}

.link a:hover{
    opacity: 0.7;
}