/************************************
** 購読者数つきFeedlyボタン（縦型）
************************************/
#edfely-followers {
    display: block;
}

#edfely-followers a{
  display: block;
}

#edfely-followers img{
    width:73px;
    height:23px !important;
    border:none;
}

/* 購読者数の表示部分 */
#edfely-count {
  margin:0 auto 7px auto;
  width: 63px;
  height: 31px;
  background-color: #FFF;
  position: relative;
  border: 1px solid #BDBDBD;
  border-radius: 5px;
  padding: 0 5px;
  font-family: Arial;
  font-size: 17px;
  line-height: 31px;
  text-align: center;
  display: block;
  background: white;
}

#edfely-count a{
  color:#333;
  text-decoration:none;
}

/* 購読者数吹き出し部分 */
.fdly-count:after,
.fdly-count:before {
  border: solid transparent;
  content: ' ';
  right: 43%;
  position: absolute;
}

.fdly-count:before {
  border-width: 7px;
  border-top-color: #C1D8B0;
  top: 33px;
}

.fdly-count:after {
  border-width: 7px;
  border-top-color: #FFF;
  top: 30px;
}

/************************************
** 購読者数つきFeedlyボタン（横型）
************************************/
.feedly-btn-horizontal img#edfely-follow{
  width:60px;
  height:20px;
  border:0;
  margin-right:5px;
}

.feedly-btn-horizontal .arrow_box {
  position: relative;
  background: #fff;
  border: 1px solid #BDBDBD;
  padding: 0 7px;
  border-radius:5px;
  top:-9px;
  line-height:19px;
  display:inline-block;
  height:23px;
}

.feedly-btn-horizontal a{
  color:#333;
  font-size:11px;
  text-decoration:none;
  line-height:19px;
}

.feedly-btn-horizontal a:hover{
  color:#333;
}

.feedly-btn-horizontal .arrow_box:after,
.feedly-btn-horizontal .arrow_box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.feedly-btn-horizontal .arrow_box:after {
  border-color: rgba(255,255,255, 0);
  border-right-color: #fff;
  border-width: 5px;
  margin-top: -5px;
}

.feedly-btn-horizontal .arrow_box:before {
  border-color: rgba(189,189,189, 0);
  border-right-color: #BDBDBD;
  border-width: 5px;
  margin-top: -5px;
}
/* rndz */