@charset "utf-8";
/* ----------------------------------
メディアクエリ　モバイルレイアウト : 480pxまで
----------------------------------- */

#newsTopicsList{
border-bottom:1px solid #d6d6d6;
}

#newsTopicsList .news_box{
margin:0;
padding:10px 14px;
font-size:10px;
line-height: 1.6;
border-top:1px solid #d6d6d6;
display: table;
width: 100%;
}
#newsTopicsList .news_box > div{
display: table-cell;
vertical-align: top;
text-align: left;
}
##newsTopicsList .news_box > div:first-child{
padding-right: 1.5em;
}
#newsTopicsList .news_box > div:first-child{
padding-right: 1.5em;
width: 14%;
white-space: nowrap;
}
#newsTopicsList a{
color:#000;
}


/* ----------------------------------
メディアクエリ　タブレットレイアウト : 481px　〜
----------------------------------- */
@media only screen and (min-width: 481px) {

#newsTopicsList .news_box{
margin:0;
padding:14px 14px;
font-size:12px;
display: table;
width: 100%;
}


}

/* ----------------------------------
メディアクエリ　デスクトップレイアウト : 769px　〜
----------------------------------- */
@media only screen and (min-width: 769px) {


}