.feed-list .news-item {
	border: 1px solid #ececec;
}
.feed-list .feed-text {
	padding: 0 10px 0 0;
}
.feed-list .feed-text .ttl {
	display: block;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
	padding-bottom: 10px;
}
.feed-list .item {

}
.feed-list-line {
    height: 3px;
    background: #ececec;
    margin-top: 30px;
    margin-bottom: 30px;
}
.feed-list-image {
    width: 100%;
    border: 2px solid #843f7287;
}
.feed-list-author {
    padding-top: 25px;
    font-style: italic;
}