/* SNS */
.ssb-share {
    font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
    display: block;
    margin: 30px 0 30px;
    clear: both;
    position: relative;
}
.ssb-share h5 {
    margin: 5px 10px !important;
    font-size: 16px !important;;
    font-weight: bold;
    font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
    padding: 0 !important;
}
.ssb-share i {
    font-size: 20px;
    color: #8a8484;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.ssb-share a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 !important;;
    border: none !important;
    text-decoration: none !important;
}
.ssb-box {
    display: table;
    position: relative;
}
.ssb-reading a {
    margin: 0 !important;
}

.ssb-block {
  display: inline-block;
      float: left;
      width: 50px;
      text-align: center;
      border-width: 0 1px 0 0;
      border-style: solid;
      border-color: #888;
      padding: 4px 0;
      line-height: 1rem;
      height: 30px;
      margin-bottom: 5px;
}
.ssb-box .ssb-block:last-child{
      border: none;
}

span.count {
    display: block;
    position: relative;
    background-color: #9E9E9E;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    top: -60px;
    left: 36px;
    overflow: overlay;
}

.ssb-block.twitter i:hover {
    color:#00acee;
}


.ssb-block.hatebu i:hover {
    color:#5d8ac1;
}
.ssb-block.line i:hover {
    color:#25af00;
}
.ssb-block.pocket i:hover {
    color:#f03e51;
}
.ssb-block.rss i:hover {
    color:#ffb53c;
}
i.icon-rss {
    font-size: 16px;
    display: inline-block;
    position: relative;
    top: 2px;
}
i.icon-feedly {
    display: inline-block;
}
.ssb-block.feedly i:hover {
    color:#87c040;
}


/*icomoon*/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?yho2eo');
  src:  url('fonts/icomoon.eot?yho2eo#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?yho2eo') format('truetype'),
    url('fonts/icomoon.woff?yho2eo') format('woff'),
    url('fonts/icomoon.svg?yho2eo#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-thumbs-up:before {
  content: "\e904";
}
.icon-thumbs-o-up:before {
  content: "\e905";
}
.icon-get-pocket:before {
  content: "\e903";
}
.icon-feedly:before {
  content: "\e900";
}
.icon-hatebu:before {
  content: "\e901";
}
.icon-line:before {
  content: "\e902";
}
.icon-google-plus:before {
  content: "\ea8b";
}
i.icon-facebook:before {
  content: "";
    background-image: url('svg/facebook.svg');
    width: 17px;
    height: 20px;
    display: block;
    margin-left: 22px;
    background-repeat: no-repeat;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
i.icon-facebook:hover:before{
  background-image: url('svg/facebook-hover.svg');
}
i.icon-twitter:before {
  content: "";
  background-image: url('svg/X.svg');
  width: 18px;
  height: 18px;
  display: block;
  margin-left: 17px;
  margin-top: 1px;
  background-repeat: no-repeat;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
i.icon-twitter:hover:before{
  background-image: url('svg/X-hover.svg');
}
.icon-rss:before {
  content: "\ea9b";
}
