.news_list li{
   display:none;
}
.news_list li:nth-child(1),.news_list li:nth-child(2),.news_list li:nth-child(3){
	display:block;
    margin-bottom: 12px;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic,sans-serif;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_list li a{
	color: #222;
}
.news_list em , .news_text_list em{
    display:inline-block;
    min-width:75px;
    padding:1px 6px;
    background-color: #efefef;
    font-style: normal;news_list
    color: #222;
    text-align:center;
	margin-left: 55px;
}
.news_text_list dt{
    margin-bottom:10px;
    font-weight:bold;
    font-size: 17px;
}
.news_text_list dt em,.news_text_list dt span{ 
    font-weight:normal;
    font-size: 14px;
}
.news_text_list dd{
    margin-bottom:30px;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
}
em.category_class111 {
background-color: #C29F62;
color: #fff;
}
