@charset "UTF-8";
@import url("../simplicity/style.css");

/*
	Theme Name: Simplicity child
	Template: simplicity
*/

/* Simplicity子テーマ用のスタイルを書く */

/* 2015-11-06 start */
/*数字部分を消す*/
/* http://wp-simplicity.com/hide-share-button-count/ */

.social-count {
    display: none !important;
}
 
/*バルーンを消す*/
.arrow-box {
    display: none;
}
 
#sns-group-top .balloon-btn-set {
    width: auto;
}

/* 2015-11-06 end */

/* 2017-05-27 start */

/*---------------------------------
見出し
--------------------------------*/
.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;}

/* 2017-05-27 end */

/* 2017-06-01 start */

/*---------------------------------
バッジ
--------------------------------*/
.sankou-badge, .link-badge, .quote-badge {
  padding: 3px 6px;
  margin-right: 8px;
  margin-left: 1px;
  font-size: 75%;
  color: white;
  border-radius: 6px;
  box-shadow: 0 0 3px #ddd;
  white-space: nowrap;
}

.link-badge {
  background-color: #58ACFA; /*青*/
}

.sankou-badge {
  background-color: #04B404; /*緑*/
}

.quote-badge {
  background-color: #ff4500; /*オレンジレッド*/
}


/* 2017-06-01 end */

