@charset "utf-8";
@import url(common-module.css);
/*
	ENTACL - shared.css
	COPYRIGHT(C) ENTACL GRAPHICXXX  All Right reserved.
*/

body {
  background-color: #d7284a;
}
/* ==========================================================
	global-footer
========================================================== */
.global-footer {
  position: relative;
  clear: both;
  width: 100%;
  height: 40px;
  background-color: #d7284a;
  padding: 24px 0;
}
.global-footer .copyright {
  text-align: center;
}
.global-footer .logo {
  position: absolute;
  top: 20px;
  right: 42px;
}

/* btn-pagetop
========================================================== */
#btn-pagetop {
  position: fixed;
  right: 30px;
  bottom: 140px;
  z-index: 9999;
}
#btn-pagetop a {
  display: block;
}
