footer {
  background: white;
}

footer a {
  color: #000000;
  text-decoration: none;
}

footer #main ul {
  border-top: solid 3px #f3f3f3;
  border-bottom: solid 3px #f3f3f3;
}

footer #main ul li {
  float: left;
  width: 33.33333%;
}

footer #main ul li a {
  font-size: 12px;
  display: block;
  border-right: solid 4px #f3f3f3;
  background: url(../img/cmn_arwr_s_g.png) right 13px top 13px no-repeat;
  background-size: 8px auto;
  padding: 12px 0 14px 15px;
}

footer ul:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

footer #contents ul li {
  border-bottom: solid 2px #f3f3f3;
  float: left;
  width: 50%;
  height: 44px;
  background: url(../img/cmn_arwr_s_g.png) right 13px top 13px no-repeat;
  background-size: 8px auto;
}

footer #contents ul li a {
  font-size: 12px;
  line-height: 14px;
  display: block;
  height: 100%;
  border-right: solid 2px #f3f3f3;
  padding: 13px 0 0 15px;
}

footer #corporate ul {
  text-align: center;
  padding: 20px 50px 30px 50px;
}

footer #corporate ul li {
  display: inline-flex;
  padding: 0 5px;
}

footer #corporate ul li a {
  font-size: 12px;
  /* text-decoration: underline; */
}

footer .top {
  font-size: 12px;
  text-align: center;
  background: #ffe6e6;
}

footer .top a {
  display: block;
  padding: 10px 0 12px 0;
}

footer .top img {
  width: 13px;
  margin: -3px 10px 0 0;
  vertical-align: middle;
}

footer .copy {
  font-size: 10px;
  text-align: center;
  padding: 10px 0 12px 0;
}/*# sourceMappingURL=footer.css.map */