@charset "UTF-8";

.block:nth-child(n + 2){
	display:none;
}

#pager{
	width: 900px;
	margin: auto;
	text-align: center;
	position:fixed;
	bottom:100px;
	left:0;
	right:0;
}
#pager .tab{
	display: inline-block;
	background:#ffffff;
	font-size:21px;
	border:1px solid #22ff22;
	color:#22ff22;
	width: 42px;
	height: 42px;
	vertical-align: middle;
	line-height:2;
	margin: 0 5px;
}
#pager .tab:hover{
	text-decoration: none;
}
#pager .tab.active, #pager .tab:hover{
	background:#22ff22;
	color:#ffffff;
}