@charset "UTF-8";
* {
	margin:0;
	padding:0;
}
body,html {
	font-size:14px;
	font-family:"ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
	background-color: #FFF;
}
::selection { background:#a10017; color:#fff; };
::moz-selection { background:#a10017; color:#fff; }

img {
	max-width:100%;
	height:94px;
	vertical-align:top;
	margin: 0;
}

a {
	color:#b84404;
	text-decoration:none;
}
a:link { color:#b84404; }
a:visited { color:#b84404; }
a:active { color:#b84432; }
a:hover { color:#b886a3; }
a:hover img {
	-khtml-opacity:.80;
	  -moz-opacity:.80;
	       opacity:.80;
	-ms-filter:"alpha(opacity=80)";
	    filter:alpha(opacity=80);
}
a,
img {
	-webkit-transition:all ease-in-out 0.2s;
	        transition:all ease-in-out 0.2s;
}
.rss-list {
	width: 305px;
	margin: 5px auto;
 /*
	-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);
	   -moz-box-shadow:0 0 3px rgba(0,0,0,.2);
	    -ms-box-shadow:0 0 3px rgba(0,0,0,.2);
	     -o-box-shadow:0 0 3px rgba(0,0,0,.2);
	        box-shadow:0 0 3px rgba(0,0,0,.2);
 */
}

.rss-list a {
	position: relative;
	overflow: hidden;
	clear: both;
	display: block;
	font-size: 14px;
}
.rss-list a:hover {
	background:#f9f9f9;
}
.rss-list a + a {
	border-top:1px solid #ddd;
}


.rss {
	width: 300px;
	margin: 3px auto;
	padding-top: 5px;
}

.rss-image {
	float:left;
	height: 100%;
	margin-right: 0px;
}

.rss-text {
	width: 160px;
	line-height: 1.2em;
	float: right;
}
	

.rss-date {
	padding-bottom: 2px;
	margin-bottom: 4px;
	border-bottom: 1px solid #999;
}


.rss-title {
}

.copyright {
	position:fixed;
	right:10px;
	bottom:10px;
	color:#999;
	font-size:10px;
	letter-spacing:0.1em;
}
