@charset "utf-8";

/***  ***/


.news_box {
    max-width: 1000px;
    width: 98%;
    box-sizing: border-box;
    margin: 0 auto;
    
}

.news_box_li {
    border: 2px solid #710908;
    box-sizing: border-box;
    background: #000;
    color: #fff;
    margin:20px auto;
    padding: 1%; 
}

.news_box_head{
    display: table;
    width: 100%;
    margin: 10px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.news_box_bottom{
    color: #fff;
    font-size: 12px;
    box-sizing: border-box;
    padding: 10px;
}
.news_data_ttl{
    display: table-cell;
    width: 70%;
    vertical-align: middle;
    font-size: 20px;
    color: #E9D0A9;
}
.news_data_ttl a{
    color: #E9D0A9;
}
.news_data_s{
    display: table-cell;
    font-size: 12px;
    vertical-align: middle;
    color: #fff;
    text-align: right;
}       

@media screen and ( max-width:520px){

.pc_sys_contents{
  display: none;
}

.sp_sys_contents{
  display: block;
}


}