/* --- ▽ページャー --- */
div.pager_wrap {
	margin   : 5px 0px 5px 0px;
	height   : 20px;
}
	div.pager_info {
		margin          : 5px 2px 0px 2px;
		padding         : 2px 0px 0px 0px;
		float           : left;
		font-size       : 16px;
	}
	a.pager_both {
		float           : left;
		margin          : 5px 2px 0px 2px;
		padding         : 2px 0px 0px 0px;
		text-align      : center;
		border          : 1px solid #000000;
		width           : 30px;
		height          : 20px;
		display         : block;
		text-decoration : none;
		background-color: #dfdfff;
		font-weight     : bold;
	}
		a.pager_both:hover {
			background-color: #ffdfdf;
		}
	div.pager_both {
		float           : left;
		margin          : 5px 2px 0px 2px;
		padding         : 2px 0px 0px 0px;
		text-align      : center;
		border          : 1px solid #aaaaaa;
		width           : 30px;
		height          : 20px;
		background-color: #ffffff;
		color           : #aaaaaa;
		font-weight     : bold;
	}
	a.pager_num {
		float           : left;
		margin          : 5px 2px 0px 2px;
		padding         : 2px 0px 0px 0px;
		text-align      : center;
		border          : 1px solid #000000;
		width           : 20px;
		height          : 20px;
		display         : block;
		text-decoration : none;
		background-color: #dfdfff;
		font-weight     : bold;
	}
		a.pager_num:hover {
			background-color: #ffdfdf;
		}
	div.pager_num {
		float           : left;
		margin          : 5px 2px 0px 2px;
		padding         : 2px 0px 0px 0px;
		text-align      : center;
		border          : 1px solid #000000;
		width           : 20px;
		height          : 20px;
		background-color: #ffffff;
		color           : #000000;
		font-weight     : bold;
}
/* --- ▲ページャー --- */

/* 回り込みの解除 */
.clear_both {
	clear      : both;
	font-size  : 0px;
	line-height: 0px;
	padding    : 0px;
	margin     : 0px;
	width      : 0px;
	height     : 0px;
}
