@charset "utf-8";
/* CSS Document */
 @media screen and (max-width: 1023px) {
div#headerClone {
	visibility: hidden;
}
}

.f_tap_box {
	width:640px;
	margin: auto;
	
    position: relative;
}
.f_tap {
	width: 220px;
	margin: 2px auto;
	text-align: center;
  background: #E76D83;
border-radius: 22px;
  color: #fff;
  font-size: 15px;
    position: absolute;
    right: 7px;
    bottom: 5px;
}