@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */
#sidebar h3 {
  font-size:20px;
  border-bottom:5px solid #52b515;
  padding:10px 0;
}
/* 人気記事ランキングの順位をカスタマイズ　*/
.widget_popular_ranking ul li:before, .widget_new_popular ul li:before {
 background: none repeat scroll 0 0 #f7e200 !important;
 color:#fff !important;
 border-radius: 5px !important;
 top: 2px !important;
 font-weight: bold;
}
/* Simplicity子テーマ用の見出し下のライン */
#main .entry {
border-bottom: 1px dotted #696969;
padding-bottom: 10px;
}
/*******************************
* トップページメインウィジェット追加
********************************/

.top_main_widget {
  background-color:#ffff;
  padding:10px;
  margin-bottom:10px;
}
/*トップページメインスモールウィジェット追加*/
.top_main_small_widget {
  padding: 10px;
  margin-bottom: 10px;
}
/* Simplicityh2見出しカスタム*/
.article h2 {
	position: relative;
	padding: .5em .75em;
	background-color: #FFFF33;
	color: #000000;
	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 #FFFF33;
}

.article h4 {
 border-bottom:5px solid #339933;
 position: relative;
 background-image: url("http://central-yakyu.com/wp-content/uploads/2017/10/ball-icon2.png");
background-repeat: no-repeat;
text-indent : 40px ;
 color: #111;
 font-size: 20px;
 font-weight: bold;

}