/* BASIC css start */
#ftWrap {
  margin: 100px 0 0 0;
  border-top: 1px solid #c0c0c0;
}
#ftWrap a:hover {
  text-decoration: underline;
}
#ftWrap .footer {
  width: 1200px;
  position: relative;
  min-width: 1200px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  padding: 50px 0;
}
#ftWrap .footer .sns {
  margin: 0 0 50px;
}
#ftWrap .footer .sns li {
  display: inline-block;
  margin: 0 5px;
}
#ftWrap .footer .sns li a {
  font-size: 22px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #f2f2f2;
  display: block;
  line-height: 44px;
}
#ftWrap .footer .sns li:first-child a:hover {
  background-color: #3b5998;
  color: #fff;
}
#ftWrap .footer .sns li:nth-child(2) a:hover {
  background-color: #9337b7;
  color: #fff;
}
#ftWrap .footer .sns li:nth-child(3) a:hover {
  background-color: #00c73c;
  color: #fff;
}
#ftWrap .footer .sns li:last-child a:hover {
  background-color: #fccb00;
  color: #fff;
}
#ftWrap .footer .copy {
  padding-top: 6px;
  color: #999;
}
#ftWrap .footer .title {
  line-height: 1;
  display: block;
  padding: 40px 0 7px;
  font-size: 13px;
  color: #292929;
}
#ftWrap .footer .subTxt p {
  line-height: 22px;
  color: #1a1a1a;
}
#ftWrap .footer .subTxt p.shopName {
  font-size: 18px;
  margin: 0 0 10px;
}
#ftWrap .footer .footerNav {
  margin: 20px 0 0;
}
#ftWrap .footer .footerNav li {
  display: inline-block;
  margin: 0 2px;
}
#ftWrap .footer .footerNav li a {
  font-size: 13px;
}

/* BASIC css end */

