@charset "UTF-8";
/* CSS Document */

/* ページのリスト
------------------------*/
.span{
		white-space:    nowrap;
		margin: 0px;
		padding: 0px;
		display: table-cell;
		outline: 0;
		background: #FFF;
		border-left: solid 1px #CCC;
		text-align:center;
	}
.list {
	clear: both;
	word-spacing: 8px;
	border: 1px solid #CCCCCC;
	margin: 5px 10px;
	padding: none;
	width:600px;
	clear: both;
		-webkit-box-shadow: 0px 0px 2px 0px #D4D4D4; /* 影Safari, Chrome用 */
		-moz-box-shadow: 0px 0px 2px 0px #D4D4D4; /* Firefox用 */
}
.list ul{
		white-space:    nowrap;
		margin: 0px;
		padding: 0px;
		display: table;
		list-style: none;
		width: 100%;
	}
.list ul li{
		white-space:    nowrap;
		margin: 0px;
		padding: 0px;
		display: table-cell;
		outline: 0;
		background: #FFF;
		border-left: solid 1px #CCC;
		text-align:center;
	}
.list li a{
	white-space:    nowrap;
	color:#333;
	text-decoration:none;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 5px 0px;
	}
.list li.current {
	color:#999;
	text-decoration:none;
	font-weight: bold;
	/*display: block;*/
	/*text-align: center;*/
	width: 13px;
	padding: 5px 0px;
	}
.list li:first-child {
	border-left-style: none;
	}
.list a:hover {
	color: #FFF;
	text-decoration: none;
	background-color:#F00;
	position: relative;
	top: 0px;
}
.list .thispage {
	color:#CCC;
	text-decoration:none;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 5px 5px;
}
.list li.first, .list li.last {
	white-space:    nowrap;
	width: 40px;
}
.list li.prev, .list li.next {
	white-space:    nowrap;
	width: 80px;
}
.list .pages li {
	white-space:    nowrap;
	width: 13px;
}
.list li.result {
	padding: 5px 5px;
}
.list li.result_zero {
	padding: 5px 5px;
	text-align:left;
}

