@charset "UTF-8";

/*--- Pager関連 ---*/
div.pagerWrapper {
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	max-width: 100%;
}
div.pager span,
div.pager a {
	padding: 0px;
	margin: 0px;
}

div.pager i {
	padding-left: 8px;
	padding-right: 8px;
}

span.pagerButton {
	display: inline-block;
	padding-left: 8px !important;
	padding-right: 8px !important;
}

div.pager > span {
	vertical-align: middle;
	display: inline-block;
	height: 100%;
}

div.pager > span > span,
div.pager > span > a {
	display: inline-block;
	height: calc(100% - 6px);
	padding-top: 6px;
}

#topPageButton,
#prevPageButton,
#nextPageButton,
#bottomPageButton {
	color: #de6500;
}

#topPageButton,
#prevPageButtonb {
}

#nextPageButton,
#bottomPageButton {
}

div.pager > span > span:hover,
div.pager > span > a:hover {
	background-color: #de6500;
	color: #fff !important;
}

div.pager span.pagerButton.current {
	font-weight: bold;
	text-decoration: none;
	color: red;
}

div.pager {
	display: flex;
	flex-flow: row;
	align-items: center;
	padding: 0px;
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	margin-bottom: 30px;
	border-style: solid;
	border-width: 1px;
	border-color:#de6500;
	margin-left: auto;
	margin-right: auto;
	height: 36px;
}
/*
@media (max-width: 991px) {
	#pageLinks {
		display: none !important;
	}
}
*/
div.pager a {
	font-weight: bold;
	text-decoration: none;
}

#topSpan, #prevSpan, #bottomSpan, #nextSpan, #pageLinks  {
	display: inline-block;
}
@media (min-width: 768px) {
	#topSpan, #prevSpan, #bottomSpan, #nextSpan, #pageLinks  {
		min-width: 76px;
	}
}

#topSpan a, #prevSpan a, #bottomSpan a, #nextSpan a {
	width: 100%;
}

