@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */
/* h4 見出しのリセット */
.article h4,
.article h4::before,
.article h4::after {
   content: none;
   background: none;
   border: none;
   border-radius: 0;
}

.article h4{
font-size:18px; 
border-bottom:2px dotted #66cdaa;
font-weight:100;
}


.article h3{
	font-size: 20px;
	line-height: 20px;
	padding: .5em 0;
	border-top: 1px solid #33cc66;
	border-bottom: 1px solid #33cc66;
}

