@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;
}
::selection { background:#a10017; color:#fff; };
::moz-selection { background:#a10017; color:#fff; }
img {
	max-width:100%;
	height:auto;
	vertical-align:top;
}
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;
}
h1 {
	margin-top:60px;
	font-size:26px;
	color:#666;
	text-align:center;
}
h1 small {
	display:block;
	font-size:16px;
	color:#999;
}
h2 {
	margin-top:5px;
	font-weight:normal;
	font-size:10px;
	text-align:center;
	color:#ccc;
}
.rss-list {
	width:270px;
	-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);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.rss-list a {
	position:relative;
	overflow:hidden;
	clear:both;
	display:block;
	font-size:18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.rss-list a:hover {
	background:#f9f9f9;
}
.rss-list a + a {
	border-top:1px solid #ddd;
}
.rss-list a:first-child:after {
	content:"NEW!!";
	position:absolute;
	top:10px;
	right:10px;
	display:inline-block;
	padding:5px 10px;
	background:#a1323a;
	color:#fff;
	line-height:1;
	font-size:12px;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	    -ms-border-radius:3px;
	     -o-border-radius:3px;
	        border-radius:3px;
}


.rss-list1 {
	width:580px;
	-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);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.rss-list1 a {
	position:relative;
	overflow:hidden;
	clear:both;
	display:block;
	font-size:18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.rss-list1 a:hover {
	background:#f9f9f9;
}
.rss-list1 a + a {
	border-top:1px solid #ddd;
}
.rss-list1 a:first-child:after {
	content:"NEW!!";
	position:absolute;
	top:10px;
	right:10px;
	display:inline-block;
	padding:5px 10px;
	background:#a1323a;
	color:#fff;
	line-height:1;
	font-size:12px;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	    -ms-border-radius:3px;
	     -o-border-radius:3px;
	        border-radius:3px;
}

.rss-list_r {
	width:820px;
	-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);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.rss-list_r a {
	position:relative;
	overflow:hidden;
	clear:both;
	display:block;
	font-size:18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.rss-list_r a:hover {
	background:#f9f9f9;
}
.rss-list_r a + a {
	border-top:1px solid #ddd;
}
.rss-list_r a:first-child:after {
	content:"NEW!!";
	position:absolute;
	top:10px;
	right:10px;
	display:inline-block;
	padding:5px 10px;
	background:#a1323a;
	color:#fff;
	line-height:1;
	font-size:12px;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	    -ms-border-radius:3px;
	     -o-border-radius:3px;
	        border-radius:3px;
}

.rss-image {
	float:left;
	width:100px;
	margin-right:15px;
}
.rss-image img {
}
.rss-title {
	padding:15px;
	font-size: 13px;
	color: #333;
}
.copyright {
	position:fixed;
	right:10px;
	bottom:10px;
	color:#999;
	font-size:10px;
	letter-spacing:0.1em;
}
