@charset "UTF-8";
/* CSS Document */

.box_feed h2.ttl{
	margin-top:50px;
	color: #CC7409;
	font-weight: bold;
	font-size: 20px;
	text-align:left;
	padding-left:6px;
	border-left:#CC7409 3px solid;
}
.f16{
	font-size:16px !important;
}
#feed{
	width:100%;
	overflow:hidden;
	
}
.box_rss{
	width: 230px;
	text-align:center;
	margin-right: 6px;
	margin-bottom: 15px;
	float:left;
	padding:15px 0;
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.31);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.31);
	-o-box-shadow: 0 1px 1px rgba(0,0,0,0.31);
	box-shadow: 0 1px 1px rgba(0,0,0,0.31);
}
.box_rss img{
    height: 192px;
    width: 257px;
}
.box_rss_more {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 0 10px;
	text-align: center;
	width: 100%;
	margin: 0 auto 30px auto;
	background: #CC7409;
}
.box_feed a{
	color:#fff;
	text-decoration:none;
	display:block;
}
.box_feed a:hover{
	color:#fff;
	text-decoration:none;
}


.box_rss_pasela{
	width: 285px;
	text-align:center;
	margin-right: 15px;
	margin-bottom: 15px;
	float:left;
	padding:15px 0;
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.31);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.31);
	-o-box-shadow: 0 1px 1px rgba(0,0,0,0.31);
	box-shadow: 0 1px 1px rgba(0,0,0,0.31);
}
.box_rss_pasela img{
	width:257px;
	height:192px;
}

.wrap_rss_photo > img{
	opacity: 1;
}

.wrap_rss_photo > img:hover{
	opacity: 0.7;
}