/* line 5, ../sass/tool/extend/_font-size.scss */
.footer-menu-wrap .foooter-menu-block > .title {
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 2, ../sass/tool/extend/_after-cb.scss */
.wrap-table .area-table:after {
  content: '';
  display: block;
  clear: both;
}

/* line 28, ../sass/member-footer.scss */
.wrap-table {
  width: 100%;
  float: left;
}
/* line 31, ../sass/member-footer.scss */
.wrap-table .area-table {
  width: 100%;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 970px) {
  /* line 31, ../sass/member-footer.scss */
  .wrap-table .area-table {
    width: 970px;
    margin: auto;
    padding: 0;
  }
}
@media screen and (min-width: 1220px) {
  /* line 31, ../sass/member-footer.scss */
  .wrap-table .area-table {
    width: 1220px;
  }
}

/* line 48, ../sass/member-footer.scss */
.footer {
  background: #eee;
  padding: 20px 0;
  display: none;
  margin-top: 10px;
}
@media screen and (min-width: 970px) {
  /* line 48, ../sass/member-footer.scss */
  .footer {
    display: block;
    text-align: center;
  }
}
/* line 57, ../sass/member-footer.scss */
.footer .area-table {
  font-size: 0;
}
/* line 60, ../sass/member-footer.scss */
.footer .footer-box {
  margin: auto;
  display: inline-block;
  font-size: 0;
}
/* line 64, ../sass/member-footer.scss */
.footer .footer-box .footer-img-box {
  width: 200px;
  float: left;
}
/* line 67, ../sass/member-footer.scss */
.footer .footer-box .footer-img-box .foooter-logo {
  width: 200px;
  display: inline-block;
}
/* line 70, ../sass/member-footer.scss */
.footer .footer-box .footer-img-box .foooter-logo a {
  float: left;
  text-align: center;
}
/* line 73, ../sass/member-footer.scss */
.footer .footer-box .footer-img-box .foooter-logo a img {
  width: 100%;
  max-width: 100%;
  float: left;
}
/* line 80, ../sass/member-footer.scss */
.footer .footer-box .footer-img-box .foooter-AD {
  margin-top: 10px;
  text-align: center;
  display: inline-block;
}
/* line 84, ../sass/member-footer.scss */
.footer .footer-box .footer-img-box .foooter-AD a {
  display: inline-block;
  font-size: 0;
}
/* line 87, ../sass/member-footer.scss */
.footer .footer-box .footer-img-box .foooter-AD a img {
  width: auto;
  max-width: 100%;
  float: left;
}
/* line 95, ../sass/member-footer.scss */
.footer .footer-box .footer-menu-wrap {
  float: left;
}

/* line 100, ../sass/member-footer.scss */
.footer-menu-wrap {
  margin-left: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1220px) {
  /* line 100, ../sass/member-footer.scss */
  .footer-menu-wrap {
    margin-left: 80px;
  }
}
/* line 108, ../sass/member-footer.scss */
.footer-menu-wrap .foooter-menu-block {
  float: left;
  width: 170px;
}
/* line 111, ../sass/member-footer.scss */
.footer-menu-wrap .foooter-menu-block > .title {
  font-weight: bold;
  position: relative;
  color: #333;
}
/* line 116, ../sass/member-footer.scss */
.footer-menu-wrap .foooter-menu-block > .title:after {
  content: '';
  position: absolute;
  top: 0px;
  left: -10px;
  width: 4px;
  height: 19px;
  background: #333;
}
/* line 128, ../sass/member-footer.scss */
.footer-menu-wrap .foooter-menu-block ul li a {
  font-size: 13px;
  color: #666;
  line-height: 30px;
}

/* line 137, ../sass/member-footer.scss */
.copyright {
  font-size: 12px;
  color: #595757;
  margin: 10px auto 0 auto;
  padding: 20px 0;
  background: #fff;
}
@media screen and (min-width: 970px) {
  /* line 137, ../sass/member-footer.scss */
  .copyright {
    padding: 20px 0;
    margin: 0 auto;
  }
}
/* line 148, ../sass/member-footer.scss */
.copyright .copyright-desc-wrap > .title {
  text-align: center;
}
/* line 151, ../sass/member-footer.scss */
.copyright .copyright-desc-wrap > .desc {
  text-align: center;
}
/* line 154, ../sass/member-footer.scss */
.copyright .copyright-desc-wrap > .link {
  display: inline-block;
  margin: auto;
  width: 100%;
  text-align: center;
}
/* line 159, ../sass/member-footer.scss */
.copyright .copyright-desc-wrap > .link li {
  display: inline-block;
  margin: 8px 5px;
  position: relative;
}
/* line 163, ../sass/member-footer.scss */
.copyright .copyright-desc-wrap > .link li:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  background: #595757;
  top: 3px;
  left: -7px;
}
/* line 173, ../sass/member-footer.scss */
.copyright .copyright-desc-wrap > .link li:first-child:after {
  display: none;
}
/* line 179, ../sass/member-footer.scss */
.copyright .copyright-desc-wrap a {
  color: #595757;
}
/* line 181, ../sass/member-footer.scss */
.copyright .copyright-desc-wrap a.hot {
  color: #fe1673;
}
@media screen and (min-width: 970px) {
  /* line 181, ../sass/member-footer.scss */
  .copyright .copyright-desc-wrap a.hot {
    color: #595757;
  }
}
/* line 187, ../sass/member-footer.scss */
.copyright .copyright-desc-wrap a:hover {
  color: #fe1673;
}
/* line 192, ../sass/member-footer.scss */
.copyright .copyright-time-wrap {
  text-align: center;
}
