@charset "UTF-8";

/*
  フッター部
 */
/* -----------------------------------------------------------
  フッター
----------------------------------------------------------- */
.page_footer {
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  width : 100%;
  position: absolute;
  z-index: 101;
}

.page_footer .footer-min-width {
  min-width: 1220px;
}

.footer-alrit {
  bottom: 0px;
  width: 100%;
  min-width: 1220px;
  height: 30px;
  text-align: center;
  background-color: black!important;
  border-color: black!important;
}

div.copyright, div.version, .footer-nav-alrit>li>a {
  color: #fff;
}

div.version {
  text-align: right;
  position: relative;
  display: block;
  padding: 5px 15px 5px 5px;
  line-height: 20px;
}

 .footer-nav-alrit>li>a:hover {
  color: #fff;
  background-color: transparent;
  text-decoration: underline;
}
 .footer-nav-alrit>li>a {
  padding-top : 5px;
  padding-bottom: 5px;
}
div.copyright {
  position: relative;
  display: block;
  padding: 5px;
  line-height: 20px;
}

.footer_progress {
  position: absolute;
  right: 0;
  top: 0;
  border: none solid black;
  width: 1150px;
  height: 20px;
  z-index: 2;
}
