@charset  "utf-8";

/* footer */
.footer #page-top p {
  font-size: 15px !important;
}
.footer .top a {
  color: #333 !important;
}
.footer .txt_contact02 {
  font-size: 13px !important;
  line-height: 1.5 !important;
}
.footer .btn_contact a {
  font-size: 18px !important;
}
.footer p {
  font-size: 10px !important;
}

/*---------------------------------
/template1
---------------------------------*/
/*header*/
#temp1 header h1 {
  width: 90px;
  padding: 20px;
}
/*footer*/
#temp1 #page-top {
  background-image: url(../img/pagetop.png);
  background-repeat: no-repeat;
  position: fixed;
  width: 35px;
  height: 35px;
  right: 0;
  bottom: 0;
  display: none;
  /*cursor: pointer;*/
  z-index: 200;
  background-size: 35px 35px;
}
#temp1 footer .logo {
  width: 90px;
  text-align: center;
  margin: 0 auto;
  padding: 25px 0 18px 0;
}
#temp1 footer .tel {
  width: 208px;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 15px 0;
}
#temp1 footer .copy {
  color: #fff;
  background: #333;
  text-align: center;
  padding: 5px;
  line-height: 1;
}
#temp1 footer ul {
  text-align: center;
  margin: 0 auto;
  padding: 0 20px 20px 20px;
}
#temp1 footer ul li {
  color: #666;
  display: inline-block;
  padding: 8px;
}
#temp1 footer ul li a {
  color: #666;
  text-decoration: none;
  position: relative;
  padding-left: 10px;
  margin-left: 0;
}
#temp1 footer ul li a:after {
  position: absolute;
  content: " ";
  top: 50%;
  right: 0px;
  margin-top: -5px;
  background: url("../img/foot_ico.png") top left no-repeat;
  background-size: 4px 8px;
  width: 100%;
  height: 10px;
}