@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

/*---------------------------------
見出し
http://lancers-life.com/heading-of-simplicity
--------------------------------*/
.article h2 {
border-left:none;
    position: relative;
	padding: .75em 1em;
	background-color: #99ccff;
}
.article h2::before,
.article h2::after {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
}
.article h2::before {
	left: 0;
	border-width: 0 15px 15px 0;
	border-right-color: #6699cc;
}
.article h2::after {
	right: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-top-color: #6699cc;
}.article h3,
#comment-area h3,
#related-entries h3{
	font-size:23px;
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px dotted #999999;
}
.article h4 {
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #6666cc;
	border-bottom:0px;}