@charset "utf-8";
.rightFt {
  position: fixed;
  right: 0.35714286rem;
  bottom: 7.14285714rem;
  z-index: 1;
}
.rightFt a {
  display: block;
  margin-bottom: 1.07142857rem;
  width: 3.14285714rem;
  height: 3.14285714rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-indent: -9999px;
  -webkit-box-shadow: 8px 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 8px 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 8px 0 10px rgba(0, 0, 0, 0.1);
}
.rightFt a:nth-child(1) {
  background: url("../images/icon_sidebar_online.png") no-repeat center center / 3.14285714rem;
}


