#main-column {
  width: 75%;
  max-width: 944px;
  margin: 0 auto;
}
#main-column h2{
    font-size: 24px;
    margin: 24px 0;
    font-weight: bold;
}
#main-column .head-line{
    font-size: 24px;
    margin: 24px 0;
    font-weight: bold;
}
.news-list{
    margin-bottom: 5em;
}
.news-list .news{
    margin-bottom: 2em;
    display: flex;
}
.news-list .news .news-date{
    font-size: 14px;
    text-align: left;
    width: 100px;
    padding: 6px 0 0 0;
}
.news-list .news .news-title{
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}
.news-list .news .news-title a{
    color: #333;
}
.news-view{
    padding: 1em 0;
}
.news-view .news-title{
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}
.news-view .news-date{
    text-align: right;
    margin-bottom: 3em;
}
.news-view .news-body{
    padding: 0 1em 3em;
}
.news-view .news-body p{
}
.news-view .news-body table {
    border-top: 1px solid #888;
    border-left: 1px solid #888;
    margin-bottom: 1rem;
}
.news-view .news-body table tr{
}
.news-view .news-body table tr td{
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
}
