#tooltip-share {
  position: absolute;
  z-index: 999;
  top: -70px;
  left: -55px;
  display: inline-block;
  width: 198px;
  height: 54px;
  background-color: white;
}

#tooltip-share .tooltip-share-items {
  margin: 18px 10px;
}

#tooltip-share .tooltip-share-item {
  display: inline-block;
}

#tooltip-share .tooltip-share-item a {
  display: inline-block;
  width: 32px;
  height: 19px;
  text-indent: -9999em;
  opacity: .5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 19px;
}

#tooltip-share .tooltip-share-item a:hover {
  cursor: pointer;
  opacity: 1;
}

#tooltip-share .tooltip-share-item a span {
  background: none;
}

#tooltip-share .tooltip-share-fb a {
  background-image: url('../images/pictos/picto-gold-fb.png');
}

#tooltip-share .tooltip-share-tw a {
  background-image: url('../images/pictos/picto-gold-tw.png');
}

#tooltip-share .tooltip-share-pi a {
  background-image: url('../images/pictos/picto-gold-pi.png');
}

#tooltip-share .tooltip-share-gg a {
  position: relative;
  background-image: url('../images/pictos/picto-gold-g+.png');
}

#tooltip-share .tooltip-share-gg a #___plusone_0 {
  position: absolute;
  left: 0;
  height: 20px;
  opacity: 0;
}

#tooltip-share .tooltip-share-yt a {
  background-image: url('../images/pictos/picto-gold-yt.png');
}

#tooltip-share .tooltip-share-in a {
  background-image: url('../images/pictos/picto-gold-in.png');
}

#tooltip-share .tooltip-share-wb a {
  background-image: url('../images/pictos/picto-gold-weibo.png');
}

#tooltip-share .tooltip-share-wc {
  background-image: url('../images/pictos/picto-gold-wechat.png');
}

#tooltip-share .tooltip-border-left {
  position: absolute;
  position: absolute;
  top: 0;
  left: -5px;
  width: 5px;
  height: 54px;
  background-image: url('../images/bg/tooltip-share-border-l.png');
}

#tooltip-share .tooltip-border-right {
  position: absolute;
  position: absolute;
  top: 0;
  right: -5px;
  width: 5px;
  height: 54px;
  background-image: url('../images/bg/tooltip-share-border-r.png');
}

#tooltip-share .tooltip-arrow {
  position: absolute;
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 11px;
  background-image: url('../images/bg/tooltip-share-arrow.png');
  background-repeat: no-repeat;
  background-position: center top;
}

.i18n-ja .tooltip-share-wb {
  display: none !important;
}
