@charset "utf-8";

/*
============================================

	PAGE TOP BUTTON CSS

============================================
*/

#page-top,
#page-phone {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}
#page-top a,
#page-phone a {
  /*background: #3658B8;*/
  width: 60px;
  height: 60px;
  /*padding: 10px 10px 2px 10px;*/
  display: block;
  /*border-radius: 3px;*/
  background-image: url(../images/up_btn.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#page-top a:hover {
  /*text-decoration: none;
  background: #5373ca;*/
  background-image: url(../images/up_btn_hover.png);
}

#page-phone {
  right: 0;
  opacity: 0.6;
}

#page-phone a {
  width: 80px;
  height: 80px;
  background-image: url(../images/phone_btn.png);
}

/*#page-phone a:hover {
  background-image: url(../images/phone_btn_hover.png);
}*/


@media screen and (max-width: 768px) {
  #page-top {
    /*display: none;*/
    /*opacity: 0.4;*/
    display: none;
  }
}