
/* clearfix */
.clearfix {
	clear:both;
}
.rss{
	position:relative;
	max-width:960px;
	margin:0 auto 25px;
}
.grid{
	width:96%;
	margin:2%;	
	background:#fff;	
	font-size:13px;
	float:left;
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
}
.grid a {
padding:2% 2% 4%;
display: block;
color: #000;
text-decoration: none;

}
.grid .photo {
	max-height: 160px;
	overflow: hidden;
}
.grid a:hover img {
  opacity: 0.70;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  -ms-filter: "alpha(opacity=70)";
}



/* 追加 */
.rss h2 {
	margin: 0;
	padding: 5px 15px;
	font-size:11px;
	font-weight: normal;
	color: #fff;
	display: inline-block;
	}
.rss .news {background: #28b1f0;}
.rss .event {background: #000;}
.rss h3 {
	margin: 0;
	padding:0;
    font-size:13px;
	font-weight: normal;
	}

.rss .date {
	margin: 0;
	padding: 5px 0;
	font-size: 11px;
}


	
@media screen and (min-width : 480px) {
.grid{
	max-width:45%;
	margin:10px;	
	background:#fff;	
	font-size:13px;
	float:left;
}
.grid a {
padding:10px 10px 20px;
display: block;
color: #000;
text-decoration: none;
}
.grid .photo {
	max-height: 100px;
	overflow: hidden;
}

}/*480*/


@media screen and (min-width : 768px) {

.grid{
	max-width:220px;
	margin:10px;	
	background:#fff;	
	font-size:13px;
	float:left;
}
.grid a {
padding:10px 10px 20px;
display: block;
color: #000;
text-decoration: none;
}
.grid .photo {
	max-height: 120px;
	overflow: hidden;
}

}/*768*/



		
}