.pager {
	text-align: center;
	font-family: Meiryo, 'メイリオ', ArialMT, Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W3', Osaka, Verdana, 'ＭＳ Ｐゴシック';
	/*font-weight: normal;*/
}

.pager a {
	font-size: 20px;
	text-shadow: 0 0 0 white;
}

.ui-body-c .ui-link {
	color: #F55;
	/*font-weight: bold;*/
}

.ui-body-c .ui-link:visited {
	color: #F55;
	/*font-weight: bold;*/
}

.pager span {
	/*border:2px solid #000;*/
	background: #fff;
	padding: 10px;
	font-size: 20px;
	margin-left: 10px;
	float: left;
	border: none;
}

.pager span a {
	color: white /*#000*/;
	text-decoration: none;
	width: 30px;
	height: 29px;
	display: inline-block;
}

.pager span.prev {
	margin-right: 20px;
}

.pager span.next {
	float: right;
	margin: 0;
}

.pager span.current {
	background: #888888; /*#ccc*/;
	width: 30px;
	height: 29px;
	font-size: 16px;
	padding-top: 6px;
}

.pager span.disabled {
	background: #ffff;
	color: white;
	width: 30px;
	height: 29px;
	font-size: 16px;
	padding-top: 6px;
}

.pager span:first-child {
	margin-left: 0px;
}

.pager span a:hover {
	background: #ccc;
}

.pager li > span {
	border: none;
	padding: 0px;
}

.SGIpagenation ul span {
	/*font-weight: normal;*/
}

.SGIpagenation ul li a {
	font-size: 16px;
}