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

.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.ttl {
	text-align:left;
}

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

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

.tablesorter td span {
	color:#007700;
}

.tablesorter td.point {
	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;
}

/* 背景色の一部を変更 */
#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;
}

/* page-top */
#page-top {
	position: fixed;
	bottom: 25px;
	right: 8%;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding: 20px 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;
}
