@charset "utf-8";

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

	PAGE TOP BUTTON CSS

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

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