.footer {
  font-family: 'Cordia New';
  padding: 10px 0;
  color: #9c9c9c;
  width: 100%;
  font-size: 1.2em;
  margin-top: 20px;
  background: #ededed;
  float: left;
}

.footer a {
  color: #856863!important;
}

.footer a:hover {
  color: #6f6044!important;
  text-decoration: none;
}

.footer h2 {
  font-weight: normal;
  color: #fff!important;
  text-decoration: none;
  font-size: 1.4em;
  line-height: 1.4em;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .footer_menu {
    width: 55%;
    margin: auto;
    border: 0 #F00 solid;
  }
}

@media screen and (min-width: 668px) and (max-width: 768px) {
  .footer_menu {
    width: 90%;
    margin: auto;
    border: 0 #F00 solid;
  }
}

@media screen and (max-width: 667px) {
  .footer_menu {
    display: none;
  }
}

.footer_menu ul {
  margin: auto;
  padding: 0;
  display: block;
  width: auto;
  // list-style: square url("sqpurple.gif");
}

.footer_menu li {
  float: left;
  line-height: 1.4em;
  width: auto;
  padding: 0 35px 0 0;
  margin: 0 0;
}

.footer_menu li a {
  font-family: Cordia New;
  font-size: 20px;
  color: #706c51!important;
}

.footer_menu li a:hover {
  color: #333!important;
}

.footer_logo {
  width: 130px;
  margin: 5px auto;
}

.footer p {
  text-align: center;
}

.footer_detail {
  border-bottom: 0 solid #8c8a8a;
  padding-bottom: 10px;
}

.footer_copy {
  padding: 5px 0;
  font-size: 0.8em;
  text-align: center;
}

.footer_copy a {
  color: #9c9c9c!important;
}

.footer_copy a:hover {
  color: #666!important;
}

.footer_copy p {
  float: left;
  text-align: left;
}

/**Footer**/

.top_footer_bg {
  background: url(../img/bg/footer_top.png) top center;
  width: 100%;
  height: 29px;
}

#backTop {
  background: url(../img/footer/backtop.png)top center no-repeat!important;
  width: 34px;
  height: 34px;
  right: 20px!important;
  bottom: 20px!important;
}

#backTop.white {
  border: 0!important;
  position: relative;
}
