@charset "euc-jp";
/* resultSummary ----------------------------------------------------------- */
#main table.resultSummary{
	width: 100%;
	margin: 50px 0px 0px;
	font-size: 100%;
	border: 1px solid #999999;
	border-collapse:collapse;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 1px;
	}
#main table.resultSummary td{
	border:1px solid #999999;
	}
#main table.resultSummary strong{
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #333;
}
#main table.resultSummary span{
	color: #ccc;
}
.rSnext{
	color: #666666;
	font-weight: bold;
	background: #ededed;
	width: 20%;
}
.rSprev{
	font-weight: bold;
	color: #666666;
	background: #ededed;
	width: 20%;
}

