.sns_box {
  position: absolute;
  overflow: hidden;
  top: 45px;
  left: 85%;
  height: 44px;
  min-width: 160px;
}

.sns_button {
  float: left;
  box-shadow: inset 0 0 0 2px #fff;
  border-radius: 100%;
  -moz-transition: all 280ms ease;
  -o-transition: all 280ms ease;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
}
.sns_button a {
  display: table-cell;
  width: 44px;
  height: 44px;
  /*color: #0A7235;*/
  text-align: center;
  vertical-align: middle;
  -moz-transition: all 280ms ease;
  -o-transition: all 280ms ease;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
}
.sns_button i {
  font-size: 30px;
  vertical-align: middle;
}
/*.sns_button:hover {
  box-shadow: inset 0 0 0 22px #0A7235;
}*/

.sns_button + .sns_button {
  margin: 0 0 0 12px;
}
.twitter a{
	color:#43BDF0;
}
.twitter:hover a {
  color: #fff;
}
.twitter:hover {
  box-shadow: inset 0 0 0 30px #43BDF0;
}

.facebook a{
	color:#6081C4;
}
.facebook:hover a {
  color: #fff;
}
.facebook:hover {
  box-shadow: inset 0 0 0 30px #6081C4;
}

.instagram a{
	color:#D42790;
}
.instagram:hover a {
  color: #fff;
}
.instagram:hover {
  box-shadow: inset 0 0 0 30px #D42790;
}

@media screen and (max-width:800px){
	.sns_box {
	  display:none;
	}
	/*.sns_box {
	  position: absolute;
	  left: 65%;
	}*/
}@media screen and (max-width:480px){
	.sns_box {
	  display:none;
	}
}