@charset "UTF-8";

/*======================================
	キーワード一覧
=======================================*/
.ranking {
	margin-top: 1em;
}
table#query_ranking_list {
	border-collapse: collapse;
	margin-bottom: 1em;
}
table#query_ranking_list th {
	background-color: #eee;
	text-align: center;
	border:	solid 1px #ccc;
	padding: 3px 1em;
	font-weight: bold;
}
table#query_ranking_list td {
	border:	solid 1px #ccc;
	padding: 0.3em 1em;
}
table#query_ranking_list td.vector,
table#query_ranking_list td.rank,
table#query_ranking_list td.prerank
{
	text-align: center;
}
table#query_ranking_list ul li
{
	float: left;
	margin-right: 0.5em;
}
table#query_ranking_list p.keyword {
	font-size: 130%;
	font-weight: bold;
	color: #363;
	color: #933;
}
table#query_ranking_list td.rank {
	font-size: 125%;
	font-weight: bold;
	color: #f30;
}
table#query_ranking_list td.r_keyword div {
	margin-bottom: 0.5em;
}

/* 一覧の説明 */
p.list_description {
	/*
	margin-bottom: 0;
	*/
}

/* 更新日時 */
p.updtime {
	color: #999;
	margin-top: 0.5em;
}

