.new{
	display:inline-block;
	background-color:tomato;
	color:#fff;
	margin-left:5px;
	padding:0px 5px;
	border-radius:15px;
	font-size:80%;
}

#tab_topics{
	padding-left: 5px;
}
#tab_topics li{
	float: left;
	list-style: none;
	cursor: pointer;

	display:block;
	width:100px;
	height:20px;
	padding:3px 10px;
	background: #999;

	color:#fff;
	font-size:80%;
	text-align:center;
	border-right:2px solid #fff;

	border-radius:10px 10px 0px 0px;
}

#tab_topics li.select{
  background: #00a3da;
}
#tab_topics li:hover{
  background: orange;
}

.news_content{
  clear: left;
  overflow-y: scroll;
  height: 500px;
  background-color:#e2f2f7;
  padding:20px 0px;
  font-size:0.9em;
  border-top:3px solid #00a3da;


}

.disnon {
  display: none;
}

.news_content img{
	border: 1px solid gray;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    object-fit: cover;
    object-position: 0 0;
    margin-right: 0px;
}
.news_content td{
	padding:3px;
}
.info_dtl{
	float:left;
	height:60px;
	padding:5px;
	width : 40% ; /* IE8以下とAndroid4.3以下用フォールバック */
	width : -webkit-calc(50% - 20px) ;
	width : calc(50% - 20px) ;
}
.info_dtl div{
	display:inline-block;
}
@media screen and (max-width: 896px){
	.info_dtl{
		width:95%;
	}
}
