@charset "utf-8";
img {
  height: auto;
  width: 100%;
}

.title{
	width: 100%;
	position: relative;
}

.title a{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 31.25%;
}

#footer {
  background: #fff;
  font-size: 10px;
  padding: 20px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

#footer .footer_pagetop{
  display: block;
  width: 147px;
  margin: 0 auto 20px auto;
}

#footer .copyright{
  margin: 20px 15px 10px 15px;
  font-size: 9px;
}

#footer .footer_link a{
  text-decoration: none;
  color: #555555;
}