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

#senya-rss-reader {
	width: 100%;
}
.fix-width {
	margin: 0 auto;
	width: 980px;
}

.tab-area {
	margin: 0 auto;
	width: 100%;
	height: 39px;
	background: url(../img/bg.png);
	z-index: 10000;
}
.toggle-switch {
	width: 219px;
	height: 39px;
}
.toggle-switch:hover {
	cursor: pointer;
}
.item-area {
	width: 100%;
	background: #ffffff;
	z-index: 10000;
}
.inner {
	letter-spacing: -0.4em;
	padding: 5px 5px 0;
	text-align: center;
}
.item {
	letter-spacing: normal;
	margin: 0 auto;
	display: inline-block;
	padding: 13px;
	width: 219px;
	text-align: left;
	vertical-align: top;
	font-size: 12px; 
	color: #3bab00;
}
.item .category {
	margin-bottom: 10px;
	padding-left: 6px;
	border-left: 4px solid #3bab00;
}
.item .title a {
	text-decoration: none;
	line-height: 140%;
}
.item .title a:hover {
	text-decoration: underline;
}
.item .thumbnail {
	margin-bottom: 10px;
	width: 100%;
	height: 167px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.item .pubDate {
	line-height: 140%;
}
.inner .note-link img {
	vertical-align: bottom;
}