footer {
  border-top: 1px solid #e7e7e7;
}
footer > .content {
  overflow: hidden;
  *zoom: 1;
}
footer > .content .footer-navi p {
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
}
footer > .content .footer-navi .footer-menu ul {
  width: 260px;
}
footer > .content .footer-navi .footer-menu ul li {
  float: left;
  width: 130px;
  margin-bottom: 5px;
}
footer > .content .footer-navi .footer-menu ul li a{
  color: #fff;
}
footer > .content .footer-static p {
  margin-bottom: 15px;
  color: #666;
  font-weight: bold;
}
footer > .content .footer-static ul {
  margin-right: 30px;
  display: inline-block;
}
footer > .content .footer-static ul li {
  margin-bottom: 5px;
}
footer > .content .footer-sns {
  width: 227px;
  float: left;
}
footer > .content .footer-sns p {
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
}
footer > .content .footer-sns ul li {
  display: inline-block;
  margin-right: 18px;
  text-align: center;
  width: 25px;
  height: 25px;
}
footer > .content .footer-sns ul li a img{
  width: 100%;
  height: auto;
}
footer .footer-bottom {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}
footer .footer-bottom .description {
  float: left;
  margin-right: 20px;
  padding: 5px 0 0 0px;
  color: #fff;
}
footer .footer-bottom .sns {
  float: left;
}
footer .footer-bottom .sns ul li {
  display: inline-block;
  margin-right: 5px;
}
footer .footer-bottom .sns ul li .fb-like span {
  vertical-align: baseline !important;
}
footer .footer-bottom .copy {
  padding: 5px 0 0 0px;
  float: right;
  color: #fff;
}
