@charset "utf-8";



/* topics */

ul.categoryList {
    width:100%;
    margin:0 auto 50px;
    display:flex; flex-flow:row wrap; justify-content:center; align-content:center; align-items:center;
}
ul.categoryList li {margin:0 15px;}
ul.categoryList li a {color:#555052; font-size:1.15rem; letter-spacing:0.08rem;}
ul.categoryList li.now a {color:#c8a273; border-bottom:solid 1px #c8a273;}

.pagenavi {
	margin-top: 50px;
	text-align: center;
	line-height: 1;
}
.pagenavi > a {
	display: inline-block;
	position: relative;
	margin-top: 14px;
	padding: 0.5em 1.25em;
	border-radius: 0;
	border: 1px solid currentColor;
	color: #3d2b06;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
}
.pagenavi > a:hover {
	color: #fff;
	border-color: #d4ae64;
	background: #3d2b06;
}
.pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.pager a,
.pager span {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 2.5em;
	height: 2.5em;
	margin: 14px 7px 0;
	padding: 0 0.25em;
	border: 1px solid currentColor;
	color: #3d2b06;
	font-weight: bold;
	text-decoration: none;
	transition: 0.3s;
}
.pager a:hover {
	color: #fff;
	border-color: #d9b97a;
	background: #d9b97a;
}
.pager span.current {
	color: #fff;
	border-color: #3d2b06;
	background: #3d2b06;
	opacity: 1;
}

@media only screen and (max-width:640px){
    
    .pagenavi {margin-top:0;}
}


