/*
Theme Name: original
Author URI: http://gallant-llc.com/
Description: grid style. 
Author: gallant-kaori
Author URI: http://gallant-llc.com/
Version: 1.0
*/
/*一覧ページの外枠**/



.news_w{
	background-color:#FFD8D8;
	padding:15px 30px;
}
.blog_right span{
	display: block;
	font-size: 0.8em;
	margin-bottom: 10px;
}
.b_bottom{
	border-top:1px dashed #FC6;
	width:100%;
}
.more p{
	font-size: 0.8em;
}
.more p i{
	color:#FC6;
	margin-right: 5px;
}
.blog_right a:hover{
	color:#F93;
}

.blog_thumb{
	overflow:hidden;
	height: 140px;
	width:100%;
}
.blog_thumb img{
	 width:100%;
	height: 110px;
	object-fit: cover;
}
@media screen and (max-width: 576px) {
	.blog_thumb{
		height: 150px;
	}
	.blog_thumb img{
		height: 150px;
	}
}

#side {
	font-size:0.9em;
}
#side h2{
	font-weight:bold;
	color:#2d2720;
	margin-bottom:10px;
	padding-left:55px;
	height:50px;
	line-height:50px;
	font-size: 1.1em;
}
#side li{
	padding:13px;
	font-size:0.9em;
	border-bottom:1px dotted #6CC;
}
#side li a:hover{
	color:#6CC;
}
#side .widget_recent_entries{
	background-image:url(../img/side_news.png);
	background-repeat:no-repeat;
}
#side .widget_categories{
	background-image:url(../img/side_cate.png);
	background-repeat:no-repeat;
	margin-top:30px;
}
.cate_box a{
	border: 1px dotted #6CC;
	padding:15px;
	display: block;
	border-radius: 5px;
}
.cate_box a:hover{
	background-color:#66ccff1a;
}
.cate_box h1 span{
	display:block;
	font-size: 12px;
	margin-top:10px;
	color: #69C;
	margin-bottom: 5px;
}
.cate_box h1{
	font-size: 1em;
	margin-top:5px;
	
}
.cate_img{
	height: 150px;
	overflow:hidden;
}

/*page_next***/
.page_next{
	clear:both;
	width:100%;
}
.page_list a{
	background-color:#6CC;
	color:#fff;
	display:block;
	border-radius:20px;
	padding:10px 25px;
	position:relative;
}
.page_list a:hover{
	background-color:#69C;
}
.page_list a::after{
	content:"\f138";
	font-family: "Font Awesome 5 Free";
	display:inline-block;
	position:absolute;
	font-weight: 900;
	right:15px;
}
@media screen and (max-width: 576px) {
	.cate_img{
		height: 100px;
		overflow:hidden;
	}
	.cate_box h1{
		font-size: 0.8em;
		color:#004;
	}
}




