@charset "UTF-8";

/* ���̃y�[�WTOP */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

#pageTop i {
  padding-top: 0px;
}

#pageTop a {
  display: inline-block;
  z-index: 999;
  padding: 0px 0px 0px 0px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: url("../image/arrow.png") no-repeat;
  background-position: 50% 40%;
  background-color: #00c2ff;
  color: #ffffff;
  line-height: 50px;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  text-indent: -9999px;
  opacity: 0.8;
}

@media only screen and (min-width: 736px) {
  #pageTop a:hover {
    text-decoration: none;
    opacity: 0.3;
  }
}

@media only screen and (max-width: 736px) {
  #pageTop {
    position: fixed;
    /*footerボタンが入るので調整*/
    /* bottom:20px;
right:20px; */
    bottom: 50px;
    right: 10px;
    z-index: 999;
  }
}
