@charset "utf-8";
/* tables */
.best {
 	position:relative;
}

.best p.legend {
	margin:0 12px 10px;
	text-align:center;
	font-size:70%;
	color:#007700;
}

.tablesorter th {
	padding:5px 12px 5px 5px;
	background:#597d98;
	/* background:url(img/header-bg.gif); */
	color:#ebf1f5;
	border:solid #fff;
	border-width:1px 0 0 1px;
	white-space:nowrap;
}

.tablesorter td {
	text-align:center;
}

.tablesorter td.none img {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

.tablesorter td.ttl {
	text-align:left;
}

.tablesorter td.point {
	color:#ff3333;
	font-weight:bold;
	font-size:12px;
	text-align:center;
}

.tablesorter td.ttl img {
	float:left;
	margin-right:5px;
	width:56px;
}

.tablesorter td a {
	font-weight:bold;
}

.tablesorter td span {
	color:#007700;
}

.tablesorter td strong {
	color:#224466;
	font-size:110%;
}

.tablesorter td.review {
	color:#ff3333;
	font-weight:bold;
	font-size:12px;
	text-align:center;
}

table.tablesorter thead tr .header {
	background-image: url(img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	background-color: #f1f5fa;
}

table.tablesorter tbody td.fc {
	background-color: #ffffee;
}

table.tablesorter tbody td.sfc {
	background-color: #ffeeee;
}

table.tablesorter tbody td.msx {
	background-color: #eeffff;
}

table.tablesorter tbody td.pce {
	background-color: #eeffee;
}

table.tablesorter tbody td.gba {
	background-color: #eeeeff;
}

table.sieve tbody td {
	background-color: #fff;
}

/* 背景色の一部を変更 */
#myTable.tablesorter tbody td.movie {
	background-color: #fff;
	padding:5px;
}
table.tablesorter tbody tr.odd td {
	background-color:#fff;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #659bb9;
}

/* pager */
#pager form {
	margin-bottom:5px;
	text-align:center;
}

#pager form .pagedisplay {
	width:35px;
	height:14px;
	margin-top:3px;
}

/* page-top */
#page-top {
	position: fixed;
	bottom: 25px;
	right: 5%;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 40px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
