#smartlight_blog_bloc {
	margin-bottom: 10px;
}
#smartlight_blog_bloc h2 {
font-family: "Noto Serif", "メイリオ", serif;
font-weight: bold;
font-size: 1.1rem;
padding: 8px 0 6px;
border-top: solid 1px;
border-bottom: solid 2px;
margin-bottom: 16px;
line-height: 1.4;
}
.rss_article {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: dashed 1px #aaa;
}
#feed > div {
	border-bottom: dotted 1px #aaa;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
#feed > div:last-child {
	border:none;
}
.feed_eye {
float: left;
width: 38%;
height: 134px;
padding: 3px;
border: solid 1px #ccc;
overflow: hidden;
}

.feed_eye .feed_eye_in {
height: 134px;
overflow: hidden;
}

.feed_eye .feed_eye_in img {
	width:100%;
}

.feed_block {
	float: left;
	width: 57%;
	margin-left: 3%;
}

.feed_title {
	
}

.feed_title a,
.feed_title a:visited,
.feed_title a:active {
	color:#111 !important;
}


.feed_desc {
	height: 80px;
	margin: 6px 0;
	line-height: 20px;

}

.feed_date {
	float: left;
}

.feed_more {
	float: right;
}

.feed_more a,
.feed_more a:visited,
.feed_more a:active {
	color:#68260d !important;
}

.feed_onect:after{content:""; display:block; height:1; float:none; clear:both; visibility:hidden;}
.feed_onect{margin:0 auto 20px; padding-bottom:20px}