@charset "utf-8";
/* CSS Document */


.feed_box {
	border:1px solid #ccc;
	padding:15px;
	margin:0 0 30px 0;
	}
.feed_title {
	font-size:150%;
	margin:0 0 15px 0;
	padding:0 0 0 15px;
	border-left:7px solid #FC0;
	}
.feed_image {
	width:40%;
	float:left;
	}
.feed_image img {
	width:100%;
	height:auto;
	}
.feed_notes {
	width:58%;
	float:right;
	font-size:80%;
	}