/*
Theme Name: Nissan Blogs
*/

.blog-container #content{
overflow: visible;
}
.blog-container .planImg img{
	width: 150px;
	height: auto;
}
.blog-post-body{
	padding: 20px 0;
	font-size: 16px;
	line-height: 1.6;
}
.blog-post-body h2{
	border-bottom: 3px solid #D11D56;
	font-weight: bold;
	font-size: 20px;
	margin: 15px 0;
	color: #D11D56;
}
.blog-post-body h3{
	font-size: 18px;
	margin: 10px 0;
	color: #D11D56;
	font-weight: bold;
}
.blog-post-body h4{
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0;
	border-bottom: 2px dotted #333;
	padding-bottom: 5px;
}
.blog-post-body h5{
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0;
}
.blog-post-body h6{
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}
.blog-post-body p{
	margin-bottom: 16px;
}
.blog-post-body ul{
	list-style: disc;
	padding-left: 1.5rem;
	margin: 14px 0;
}
.blog-post-body ol{
	padding-left: 1.5rem;
	margin: 14px 0;
}
.blog-post-body blockquote{
	background-color: #EEE;
	margin: 15px;
	padding: 20px 20px 10px;
}
#sideUse.sidePopular ul li a{
	padding-left: 70px;
}
#sideUse.sidePopular ul li{
	min-height: 60px;
}
.wpp-meta.post-stats{
	text-align: right;
}
.blog-post-body #ez-toc-container{
	box-sizing: border-box;
	width: 100%;
	padding-left: 24px;
	padding-right: 24px;
}
#sideUse .blog-cate-list li a{
	background: url(/img/site/arrow.gif) no-repeat left 3px;padding-left: 8px;
}

/*前後の記事*/
.post-next-prev{
	border-top: 1px solid #D9DCDC;
	border-bottom: 1px solid #D9DCDC;
	padding: 1rem 0;
	margin-bottom: 3rem;
}
.post-next-prev ul{
	margin-top: 0;
	margin-bottom: 0;
}
.post-next-prev .post-prev{
	border-bottom: 1px dotted #D9DCDC;
	padding-bottom: 0.8rem;
}
.post-next-prev .post-next{
	text-align: right;
	padding-top: 0.8rem;
}
.post-next-prev .post-prev:before,
.post-next-prev .post-next:before{
	font-size: 0.875rem;
	color: #959494;
	display: block;
}
.post-next-prev .post-prev:before{
	content: "前の記事";
}
.post-next-prev .post-next:before{
	content: "次の記事";
}

/* パンくず */
.breadcrumb{
	font-size: 10px;
}
.breadcrumb ol{
	margin-top: 10px;
	margin-bottom: 10px;
}
.breadcrumb ol li{
	display: inline;
}
.breadcrumb ol li a{
	color:#666666;
	text-decoration: none;
}
.breadcrumb ol li a:before{
	content: ">";
	margin-right: 3px;
	margin-left: 3px;
	vertical-align: middle;
}
.breadcrumb ol li:first-child a:before{
	content: none;
}

.blog-pagination{
	margin-top: 50px;
}
.custom-pagination{}
.page-numbers{
	display: flex;
	justify-content: center;
}
.page-numbers li{
	margin: 0 5px;
}
.page-numbers span,.page-numbers a{
	display: block;
	border: 1px solid #e3e3e3;
	line-height: 2.857;
	width: 40px;
	height: 40px;
	text-align: center;
}
.page-numbers span{
	background-color: #e3e3e3;
}
.page-numbers a.next,
.page-numbers a.prev{
	width: 64px;
}