.follow-me li {
  color: #fff;
  padding: 0px 0px 0px 0px;
  margin: 0px 8px ;
  width: 67px;
  height: 60px;
  vertical-align: top;
  line-height: 64px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
.follow-me li a::before {
  background-color: #fff;
  border-style: solid;
  position: relative;
  list-style: none; 
  border-width: 1px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 42px; /* Button height */
  line-height: 42px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 37px; /* Button width */
}
.follow-me li a[href*="facebook.com"]::before       { border-color: #00336D; color: #3b5998; content: "\f09a"; }
.follow-me li 
a[href*="feedly.com"]::before         { border-color: #00336D; color: #6cc655; content: "\f09e"; }
.follow-me li a[href*="b.hatena.ne.jp"]::before     { border-color: #00336D; color: #008fde; content: "\f027"; font-family: blogicon; }
.follow-me li a[href*="instagram.com"]::before      { border-color: #00336D; color: #125688; content: "\f16d"; }
.follow-me li 
a[href*="last.fm"]::before            { border-color: #00336D; color: #d51007; content: "\f202"; }
.follow-me li
a[href*="twitter.com"]::before        { border-color: #00336D; color: #55acee; content: "\f099"; }
.follow-me li a[href$="/subscribe"]::before         { border-color: #00336D; color: #363636; content: "\f000"; font-family: blogicon; }
.follow-me li a:hover::before {
  color: #fff;
}

.follow-me li a[href*="facebook.com"]:hover::before       { background-color: #3b5998; }
.follow-me li a[href*="feedly.com"]:hover::before         { background-color: #6cc655; }
.follow-me li a[href*="b.hatena.ne.jp"]:hover::before     { background-color: #008fde; }
.follow-me li a[href*="instagram.com"]:hover::before      { background-color: #125688; }
.follow-me li a[href*="twitter.com"]:hover::before        { background-color: #55acee; }
.follow-me li a[href$="/subscribe"]:hover::before         { background-color: #363636; }
.follow-me li a::before {
    -webkit-border-radius: 2px; /* for Android ~4.3 */
    border-radius: 2px;
    font-size: 19px;
    height: 41px;
    line-height: 44px;
    width: 70px;
    vertical-align: middle;
}
.subscribe {
    display: table;
    width: 100%;
}
.cell1 {
    width: 100%;
    display: table;
    vertical-align: middle;
    text-align: center;
    background: #3a3a3a;
    color: white;
    letter-spacing: 0.3em;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3em;
}
.cell2 {
    width: 100%;
    display: table-;
    border-left: none;
    background: #ececec;
}