@charset "utf-8";

/***************************************************
* ページネーションボタン郡
***************************************************/
.paginationSection {
	text-align: center;
	height: 50px;
	display: table;
	width: 100%;
	padding: 12px 0 20px;
	background: #e3e3e5;
	box-sizing: border-box;
}

.readButtonWrap,
.pageHitsWrap {
	display: table-cell;
	vertical-align: middle;
}

.pageHitsWrap {
	line-height: 16.8px;
}

.nowPageText {
	font-weight: bold;
}

.readButtonWrap {
	width: 96px;
}

.readButton {
	display: block;
	width: 90px;
	height: 44px;
	font-size: 15px;
	font-weight: bold;
	border-radius: 3px;
	box-sizing: border-box;
	line-height: 42px;
	background: #fff;
	color: #333;
	-webkit-box-shadow: inset 0 -2px rgb(241, 241, 241);
	box-shadow: inset 0 -2px rgb(241, 241, 241);
}

.readButton:visited {
	color: #333;
}

.readButton:link {
	color: #333;
}

.readButton.prev {
	border: solid 1px #c5c5c5;
	margin-left: 6px;
}

.readButton.next {
	border: solid 1px #6fba2c;
	margin-right: 6px;
}

.readButton.ui-hover {
	background: #eaeaea;
}

.readButton.hidden {
	display: none;
}

.seoPageLink {
	padding: 0 6px;
	background: #e3e3e5;
}

.seoPageLink ul {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	padding-bottom: 20px;
}

.seoPageLink li {
	display: table-cell;
	vertical-align: middle;
}
