@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */
.article h2 {
	position: relative;
	padding: .5em .75em;
	background-color: #4d85ec;
	color: #fff;
	border-radius: 6px;
	border-left:none;
}
.article h2::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #4d85ec;
}

.article h3,
#comment-area h3,
#related-entries h3{
	font-size:23px;
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px dotted #4d85ec;
}
.article h4 {
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #4d85ec;
	border-bottom:0px;
}