@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

/* 見出しh2 */
.entry-content h2{
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #008000;
}
.entry-contenth2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

/* 見出しh3 */
.entry-content h3{
position:relative;
	padding-left:30px;
	border-bottom:2px solid #008000;
	font-weight: bold;
	font-size: 1.143em;
	line-height: 38px;
}
 
.entry-content h3:before{
	content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px; 
	height:12px; 
	width:12px; 
	display:block; 
	position:absolute; 
	top:13px; 
	left:5px; 
	background-color:#00FF00;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset
}

