/*
 Theme Name:   BETSUJIN customize
 Template:     betsujin.com
*/

.blog .m-h2,
.single .m-h2,
.archive .m-h2 {
	background-image: url(./assets/img/common/tit_bg01.jpg);
}

/* single post */
.post-title {
	font-size: 1.5rem;
	margin-bottom: 2rem;
	padding: 1.5rem 0;
	position: relative;
}
.post-title:before,
.post-title:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
.post-title:before {
	top: 0;
	border-top: 2px solid #ffe100;
	border-bottom: 1px solid #ffe100;
}
.post-title:after {
	bottom: 0;
	border-top: 1px solid #ffe100;
	border-bottom: 2px solid #ffe100;
}
.post-content h4 {
	font-size: 1.25rem;
	margin-bottom: 1rem;
	position: relative;
	padding-bottom: .3em;
	border-bottom: 2px solid #e0e0e0;
}
.post-content h4:before {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #ffe100;
}
.post-content h5 {
	font-size: 1rem;
	margin-bottom: 1rem;
	padding-bottom: .3rem;
	border-bottom: 4px double #ffe100;
}
.post-content img {
    display: block;
    margin: 0 auto 2em;
}
.post-content p {
	margin-bottom: 1rem;
}
.post-content blockquote {
	position: relative;
	margin: 30px;
	padding: 1.5em;
	background: #f6f6f6;
}
.post-content blockquote:before {
	z-index: 0;
	display: block;
	content: "\201c";
	text-align: left;
	color: #ccc;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1;	
}
.post-content blockquote:after {
	z-index: 0;
	display: block;
	display: block;
	content: "\201c";
	content: "\201d";
	text-align: left;
	text-align: right;
	color: #ccc;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1;
}
.posts-tags a {
	padding: .2rem 1rem;
	font-size: .6rem;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	transition: all .3s;
}
.posts-tags a:hover {
	background-color: #ffe100;
	border-color: #ffe100;
}

/* sidebar */
.posts-aside-tags-i a {
	transition: all .3s;
}
.posts-aside-tags-i a:hover {
	background-color: #ffe100;
	border-color: #ffe100;
}
