.news_list li{
	position:relative;
    margin-bottom: 31px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	padding-right: 10px;
}
.news_list li::after{
	position:absolute;
	content:"";
	background:url(../../images/icon_arrow.png) no-repeat;
	width:8px;
	height:10px;
	right:0;
	top:10px;
}
.news_list li span{
	margin-right: 19px;
    font-size: 16px;
    letter-spacing: 0.025em;
    color: #7b5c39;
}
.news_list li em{
    margin-right: 22px;
    display: inline-block;
    min-width: 101px;
    padding: 4px 6px;
    font-style: normal;
    text-align: center;
    border-radius: 10px;
}
.news_list li a{
	position: relative;
	font-size: 16px;
	letter-spacing: 0.075em;
    color: #333;
}

.news_text_list em{
    display:inline-block;
    min-width:75px;
    padding:1px 6px;
    font-style: normal;
    text-align:center;
}
.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;
}
.news_text_list dd p span{
    margin-right: 5px;
}

em.category_class349 {
background-color: #B07C7C;
color: #fff;
}
