﻿#News {
    display: block;
    padding: 15px 20px 10px;
    box-sizing: border-box;
    background: #edecec;
    border-radius: 0;
}

#News #Search {
    padding: 10px 10px 10px 10px;
    display: inline-block;
    width: 100%;

}

#Search #search-label {
    color: #455560;
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 15px;
}

#News #Search input[type="text"] {
    display: inline-block;
    height: 36px;
    width: 94%;
    border: none;
}

#News #Search input[type="submit"] {
    background: url(/_img/search_link_icon.png) center no-repeat #0080A5;
    background-size: 42%;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #f6f6f6;
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    border: none;
    display: inline-block;
}

#News #Search .m-news-search {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

#News #Filter {
    padding: 0px 10px 10px 10px;
    display: inline-block;
    width: 45%;
    display: none;
}

#News #Filter select {
    margin-top: 10px;
    height: 30px;
    border: 0px;
    width: 150px;
}


.news-alert {
    display: block;
    border: 2px solid #f00;
    padding: 5px;
    color: #f00;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}


.news-pagination {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 0;
}

.news-pagination span {
    font-size: 18px !important;
    font-weight: normal;
}

/* .inner_main_middle a,
span {} */

.news-pagination a:first-of-type {
    padding-right: 15px;
}

.news-pagination a:last-of-type {
    padding-left: 15px;
}

/* news-list */

.news-list {
    width: 100%;
}

.news-list table {
    width: 100%;
}

.news-list .news-part-list {
    width: 100%;
}

.news-list .news-part-list h2 {
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 0;
}

.news-list .news-part-list h2 a {
    /* color: #455560; */
    font-size: 22px;
}

.news-list .news-part-list a {
    border-bottom: none;
}
/* 
table.news-part-list span {
    font-size:1.5em;
    line-height: unset;
    color: #455560;    
} */

/* .news-part-list tr {
    border-bottom: 1px dashed #E9EAEC;
    padding-bottom: 10px;
} */

/* .news-part-list tr:last-of-type {
    margin-top: 10px;
    border-bottom: none;
} */

.news-part-list tr td {
    vertical-align: top;
    padding: 30px 0;
    border:none;
}

.news-part-list tr:last-of-type td{
    border:none;
}

.news-part-list tr td .date {
    display: block;
    width: calc(100% - 20px);
    border-right:2px solid #ccc;
    margin: 0;
    padding: 0 0 0 20px;
    color: #333;
}
/*
.news-part-list tr td .date .day {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #E6F5FA;
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    text-align: center;
    color: #455560;
} */

/* .news-part-list tr td .date .month-year {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    text-align: center;
    letter-spacing: -0.05em;
} */