/* theme for news */
.news{
    max-width: fit-content;
}

/*ニュースの表示件数*/
.news tr:nth-child(n+10){
    display: none;
}

.news>h1 {
    /* font-size: 16px; */
    /* background-color: #00000000; */
    padding: 5px 0px;
    border-style: solid;
    border-width: 0 0 1px 5px;
    color: #ffffff;
    text-align: center;
}

.news>div.important{
    border: #F39700 2px solid;
    border-radius: 0.3em;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
@media screen and (max-width:800px) {
    .news>div.important br.onshort{
        display: none;
    }
}

.news table{
    display: flex;
    justify-content: center;
}

.news th{
    text-align: right;
    vertical-align: top;
    border-style: solid;
    border-color:  rgb(205, 229, 241);

    border-width: 0px 5px 0px 0px;
}

.news tr{
    padding-bottom: 20px;
}

.news a {
    color:  #F39700;
    text-decoration: none;
  }
