@charset "UTF-8";
/* テーブルのリンク */
table.tbl_rss a {
	text-decoration: none;
}
table.tbl_rss a:hover {
	text-decoration: underline;
}

/* テーブル */
table{
	border: 0 solid #a39c85;
	border-collapse: collapse;
	background-color:#ffffff;
}
table.tbl_rss{
	border-width: 2px;
	width: 100%;
	clear:left;
}

/* テーブル td th */
td,th{
	border: 0 solid #a39c85;
	font-weight: normal;
	background-color:#fff;
}
table.tbl_rss td{
	word-break:break-all;/* 文字がはみ出ることが多いため */
}
table.tbl_rss tr:nth-child(2n) td{
	background: #efece1;
}
tr.bold td{
	font-weight: bold;
}
td.article{
	padding:4px 6px;
	overflow:hidden;
}
td.time{
	padding: 2px 6px 2px 4px;
	width: 74px;
	word-wrap:normal;
	word-break:normal;
	text-align:right;
}
table.topics td.time{
	width: 84px;
}
td.site{
	padding: 2px 0px 2px 6px;
	width: 150px;
}
td.category{
	width: 62px;
	text-align: center;
	word-break:break-all;
}
td.tbl_nodata{
	padding:2px 6px;
	height: 150px;
	text-align: center;
	vertical-align: center;
}

/* テーブル サイト別(ランキング形式) */
table.tbl_rss.site_article tr:nth-child(2n) td{
	background: none;
}
table.tbl_rss.site_article tr:nth-child(2n+1) td{
	background: #efece1;
}
th.site_title{
	padding:4px 6px;
	background: #99927a;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}
th.site_title span.site_img{
	margin: 0 0 0 48px;
}
th.site_title span.site_title{
	margin: 0 0 0 130px;
	vertical-align: top;
}
th.site_title a{
	color: #ffffff;
}

td.more_info{
	padding:4px 6px;
	background-color:#fff;
	text-align: right;
	border-width: 1px 0 0 0;
}

/* 文字の背景色 */
table.tbl_rss td span{
	padding: 2px 4px 2px 4px;
}

/* テーブル アクセスランキングのリンク */
table.tbl_ac a {
	text-decoration: none;
}
table.tbl_ac a:hover {
	text-decoration: underline;
}

/* アクセスランキング */
table.tbl_ac{
	font-size: 12px;
	border-width: 2px;
	width: 100%;
}
table.tbl_ac th, table.tbl_ac td{
	border-width: 1px;
}
th.tbl_ac{
	text-align: center;
}
th.tbl_acrank{
	width: 24px;
	text-align: center;
}
td.tbl_acsite{
	padding: 0px 4px 0px 16px;
}
td.tbl_acct{
	width: 20px;
	padding: 0px 1px 0px 1px;
	text-align: center;
}
td.tbl_accomment{
	padding: 0px 12px;
	text-align: center;
}
