@charset "utf-8";
/* CSS Document */
.row_news_content {
    float:left;
    height:auto;
    width:100%;
}
.content_news_padding {
    float:left;
    height:auto;
    width:100%;
}
.content_news {
    float:left;
    height:auto;
    width:100%;
}
.box_news {
    float:left;
    height:auto;
    width:96%;
    padding: 10px 2%;
    border-bottom: 1px solid #ddd;
}

.box_news_H {
    color: #0069BC;
    float:left;
    height:auto;
    width:89%;
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 10px;
}
.box_news_D {
    color: #0069BC;
    float:right;
    height:auto;
    width:8%;
    border:1px solid #0198F1;
    padding: 1px;
    text-align: center;
}
.box_news_D_day {
    border:1px solid #0198F1;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 30px;
}
.box_news_D_month{
    background-color: #0069BC;
    color: #fff;
    font-weight: bold;
    font-size: 0.80em;
    line-height: 15px;
    margin-top: 1px;
}
.box_news_C {
    color: #777;
    float:left;
    height:auto;
    width:89%;
    
}
.box_news_more {
    float:left;
    height:auto;
    width:100%;
    text-align: right;
    padding-top: 10px;
}
.box_news_more a:link, .box_news_more a:visited, .box_news_more a:active {
    font-weight: bold;
    font-size: 0.85em;
    height: auto;
    width: auto;
    color: #999;
}
.box_news_more a:hover {
  color: #333;
}
.news_list {
    float: left;
    width: 90%;
    height: auto;
    padding: 3px 5%;
    border-bottom: 1px dotted #ccc;
}
.news_list_header {
    float: left;
    width: 100%;
    height: auto;
    font-size: 0.9em;
    color: #0069BC;
    font-weight: bold;
}
.news_right_desc {
    float: left;
    width: 100%;
    height: auto;
     font-size: 0.85em;
    color: #777;
}
.news_right_more {
    float: left;
    width: 100%;
    height: auto;
    text-align: right;
     
}
.news_right_more a:link, .news_right_more a:visited, .news_right_more a:active {
    font-weight: bold;
    font-size: 0.8em;
    height: auto;
    width: auto;
    color: #999;
}
.news_right_more a:hover {
    color: #333;
}
.btn_all_news {
    float: left;
    width: 95%;
    height: auto;
    text-align: right;
    padding-top: 5px;
}
.btn_all_news a:link, .btn_all_news a:visited, .btn_all_news a:active {
    font-weight: bold;
    font-size: 0.85em;
    height: auto;
    width: auto;
    color: #999;
}
.btn_all_news a:hover {
    color: #333;
}