/* footerパーシャル用CSS */

.top-footer-wrap {
  width: 100%;
  padding: 35px 0 60px;
  background: url(/img/top/new/top_bg_footer.png) repeat-x top center #6e7279;
}

.top-footer {
  margin: 0 auto;
  width: 860px;
}

.top-footer-line {
  width: 165px;
  padding: 0 20px 0 0;
  float: left;
}

.top-footer-line h3 {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 15px 0;
  color: #fff;
}

.top-footer-line h3 a {
  color: #fff;
  text-decoration: none;
}

.top-footer-line h3 a:hover {
  color: #194b98;
}

.top-footer-line ul li {
  list-style: none;
  padding: 5px 0;
}

.top-footer-line ul li a {
  color: #ccc;
  text-decoration: none;
  font-size: 12px;
}

.top-footer-line ul li a:hover {
  color: #194b98;
}

.top-footer-border {
  clear: both;
  border-bottom: 1px dotted #ccc;
  width: 100%;
  padding: 35px 0 0 0;
}

.top-footer-cp {
  margin: -16px 0 0 0;
}

.top-footer-cp small {
  color: #eee;
  font-size: 12px;
  background: #6e7279;
  line-height: 28px;
  float: left;
  padding: 0 10px 0 0;
}

.top-footer-cp ul {
  float: right;
  margin: 0 155px 0 0;
  padding: 0 10px;
  background: #6e7279;
}

.top-footer-cp ul li {
  list-style: none;
  float: left;
  margin: 0 5px;
}

.top-footer-cp a {
  color: #eee;
  text-decoration: underline;
}

.top-footer-cp a:hover {
  color: #194b98;
}
