/*!
Theme Name: shimomarukohifuka
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shimomarukohifuka
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

shimomarukohifuka is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


.pagenavbox{padding:0 0 60px;}
.pagenav{display:flex;width:100%;justify-content:center;margin:40px auto 0;}
.pagenav>*{position:relative;padding:5px 10px;text-decoration:none;color:#333;line-height:1;}
/* .pagenav .page-numbers{position:relative;}
.pagenav .page-numbers:after{position:absolute;right:0;top:3px;display:block;content:'';width:1px;height:15px;background:#be085d;}
.pagenav .page-numbers:after{display:none;}
.pagenav>a.next:after{display:none;} */
.pagenav>a:hover{background:#d87602;color:#fff;text-decoration:none;}

.article-nav{margin-top:4em;}
ul.pager{display:flex;justify-content:center;}
ul.pager li:nth-child(2){margin:0 30px;}
ul.pager li a{padding:10px 15px;color:#444;font-weight:bold;border-radius:0;border:none;
	-webkit-transition:0.3s;
	transition:0.3s;
}
ul.pager li a:hover{color:#fff;background:#000;}
ul.pager li.return-list a{color:#fff;background:#d87602;}
ul.pager li.return-list a:hover{background:#000;}
@media screen and (max-width:750px){
	.article-nav{margin-top:3em;}
	ul.pager li.return-list{margin:0 10px;}
	ul.pager li a{padding:0 5px;}
}