/*
Theme Name: original
Author URI: http://gallant-llc.com/
Description: grid style. 
Author: gallant-kaori
Author URI: http://gallant-llc.com/
Version: 1.0
*/
/*一覧ページの外枠**/
@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');

.post_title h2{
	font-size: 1.2em;
	padding:20px;
	background-color:#f4f5f7;
	margin-bottom: 30px;
    color:#393C42;
}
.info_list a{
	display: block;
	border-bottom:1px solid #f5f5f5;
    padding:15px;
}
.info_list a:hover{
    background-color:#fafafa;
}
.info_list a p{
	font-size: 0.9em;
}
.info_list a figure{
	height: 130px;
	overflow: hidden;
	width:100%;
}
.info_list a img{
	height: 130px;
	width:100%;
	object-fit: cover;
    object-position: center top;
}
.info_list a p.link{
    font-size: 0.8em;
    color:#fff;
    margin-bottom: 0;
    display: inline-block;
    padding:4px 8px;
    transition: 0.4s linear;
    background-color:#777;
}
.info_list a:hover p.link{
    background-color:#CF0012;
}
.archive_text_w p{
    margin-bottom: 0;
}
.list_title h2{
    color:#393C42;
    font-size: 1.2em;
}
/**achive side**/

.right_side h2{
	font-size: 1.3em;
    padding:15px;
    background-color:#f4f5f7;
}
.right_side h2 span{
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #217BC0;
    margin-top: 3px;
}
/***right_side_list***/
.right_side_list a{
	display: block;
	padding:10px;
	border-bottom:1px solid #f5f5f5;
	margin-bottom: 2px;
}
.right_side_list a figure{
	margin-bottom: 0;
	height: 60px;
	overflow: hidden;
}
.right_side_list a figure img{
	object-fit: cover;
	height: 60px;
	max-width: 90%;
}
.right_side_list h3{
	font-size: 13px;
    word-break: break-all;
    line-height: 1em;
    color:#4990AF
}
.right_side_list span{
	font-size:12px;
}

/**category**/
.right_side_cate li{

}
.right_side_cate li a{
    color:#5B5046;
    font-size: 0.9em!important;
    display: block;
    position: relative;
    padding:10px 0;
    border-bottom: 1px solid #eee;
}
.right_side_cate li a:hover{
    background-color:#F8F6F5;
}
.right_side_cate li a::before{
    content:"";
    border-top: solid 1px #3C454A;
    border-right: solid 1px #3C454A;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    right:10px;
    top: 50%;
    margin-top:-4px;
    transition: .2s linear;
}
.right_side_cate li a:hover::before{
    right:7px;
}
/**pager**/
#pagenav{
	width:100%;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #999;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#999; 
    border-color:#999;
    }
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #999;
	border-color: #999;
	font-weight: bold;
    }

@media screen and (max-width: 572px) {
}
