@charset "UTF-8";


.news-top{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 60px;
    font-size: 200%;
    font-weight: bold;
}


.news-date{
    text-align: right;
}

.news-title{
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 140%;
    font-weight: bold;
}

div.news-main > p{
    display: block;
    margin-bottom: 10px;
    
}


p.news-main-int{
    margin-top: 25px;

}