/*---------------------------------------------------------------------
	floating_web_ticket_PC
---------------------------------------------------------------------*/
#floating_web_ticket_pc {
  position: fixed;
  right: 10px;
  bottom: 170px;
  z-index: 1;
}
#floating_web_ticket_pc a {
  display: block;
}
#floating_web_ticket_pc a:hover img {
  opacity: 1;
  transform: translateY(-10px);
}

/*---------------------------------------------------------------------
	floating_web_ticket_SP
---------------------------------------------------------------------*/
#floating_web_ticket_sp {
  /*text-align: center;
  margin-bottom: 15px;*/
  position: fixed;
  right: 10px;
  bottom: 70px;
  z-index: 10;
}
#floating_web_ticket_sp a {
  display: block;
}
#floating_web_ticket_sp a img {
  width: 60px;
}

/* tablt */
@media screen and (min-width: 768px) {
  #floating_web_ticket_sp {
		right: 30px;
		bottom: 110px;
  }
  #floating_web_ticket_sp a img {
		width: 80px;
  }
}
/*/userfiles/images/top/floating_wt.png*/