/*ページネーション
---------------------------------------------------------------------------*/
#itemContainer,
#CardArticle,
#FeaturesArticle,
#slick-slide00 {
    min-height: auto !important;
}
.holder{
    text-align:center;
	margin: 15px 0;
}

.holder a {
	font-size: 13px;
	cursor: pointer;
	margin: 0 5px;
	color: #fff;
	display: inline-block;
	background-color: #217FC4;
	padding:0px;
	border-radius: 16px;
    width: 32px;
    height: 32px;
}

.holder a:hover {
	opacity: 0.8;
}

.holder a.jp-previous { margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; }

.holder a.jp-previous,
.holder a.jp-next,
.holder a.jp-first,
.holder a.jp-last{
	color:#217FC4;
	background-color: transparent;
	width: auto;
	margin: 0px 10px;
}
@media screen and (max-width:991px){
	.holder a.jp-previous,
	.holder a.jp-next,
	.holder a.jp-first,
	.holder a.jp-last{
		display: none;
	}
}
.holder a.jp-current, a.jp-current:hover { 
	color: #AAAAAA;
	font-weight: bold;
	border:1px solid #AAAAAA;
	width: 33px;
    height: 33px;
    border-radius: 17px;
}

.holder a.jp-disabled, a.jp-disabled:hover {
	color: #AAAAAA;
}

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default; 
	background: none;
}

.holder span { margin: 0 5px; }
