.newsTip{
    margin-bottom: 1rem;
}

.newsTip a:hover{
    background-color: #f6f6f6;
}

.newsTip a{
    position: relative;
    display: block;
    height: 100%;  transition: all 120ms 0s ease-in-out;
}

.newsTip a > p{
    margin: 0.5rem;
    font-size: 0.9rem;
}

p.newsTitle{
    /*min-height: 8rem;*/
    min-height: 2rem;
}

.newsTip p.newsDate{
    position: absolute;
    top: -0.5rem;
    FONT-VARIANT: JIS04;
    right: -0.5rem;
    background: #000;
    color: white;
    padding: 0rem 1rem;
    font-weight: bold;
}

.newsImg.imgContain{
    object-fit: contain !important;
}

.newsImg{
    min-height: 10rem;
    height: 10rem;
    object-fit: cover;
    width: 100%;
}


#topNewsTitle{
color: white;
    /*border-bottom: 2px solid #cc0000;*/
    margin: auto auto 1rem auto;
    padding: 0.2rem 1rem;
    width: 100%;
    font-size: 1.25rem;
    font-weight: bold;
    background: #da0000;
}

#attn2022{
    position: fixed;
        top: -1rem;
    right: -1rem;
    width: 200px;
    z-index: 10000;

/*position: fixed;
    top: -1rem;
    right: -1rem;
    z-index: 10000;
    max-width: 137px;*/
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.newsTipLink{
    display: flex;
    flex-wrap: wrap;
    margin: 0.25rem auto 1rem auto;
    padding: 0;
}
.newsTipLink li a{ 
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 0.25rem 1rem;
}
.newsTipLink.noLink li{ border: none;background-color: transparent; padding:  0.25rem 1rem; }
.newsTipLink li{
    text-align: center;
    max-width: 31%;
    flex: 0 0 31%;
    margin: auto 1% auto auto;
    border: 1px solid #ccc;
    font-size: 0.7rem;
    padding: 0;
    list-style-type: none;
    background-color: #f2f2f2;
    display: inline-flex;
}

@media all and (max-width:768px) {

    html,
    body{
        max-width: 100vw;
        overflow-x: hidden;
    }
    
    #coverImg img,
    #coverImg{
        max-width: 100vw;
    }
    html body #coverImg {
        padding-top: 50px;
    }
    
    #attn2022{
        top: -3px;
        right: -3px;
        width: 3rem;
    }   
    
    div a.navbar-brand img{
        height: 2.5rem;
        margin: auto auto auto 0;
    }   
    div a.navbar-brand{
        
    }
    
    #headCatch{ 
        position: fixed;
        bottom: 5px;
        left: 0;
        font-size: 9.5px;
        color: white;
        line-height: 1.2;
        background: #000;
        text-align: center;
        font-weight: bold;
    }
}