@charset "euc-jp";

/**
 * Footer styles for following common Footer
 *
 * /smart/inc/common/g-footer_sp.html, /smart/inc/common/g-footer_utf_sp.html, /smart/inc/common/footer_sp.html, /smart/inc/common/footer_utf_sp.html
 *
 * @author   CWD
 * @version  2017.07.08
 */

/* unique style for g-footer: 2017 logo renewal */
.g-footer {
  background-color: #eee;
  padding: 10px;
  text-align: center;
  font-size: 12px;
}

.g-footer .g-footer-button {
  background: -webkit-gradient(linear, center top, center bottom, from(#fff), color-stop(20%, #fff), to(#ccc));
  background: -moz-linear-gradient(top, #fff, #fff 20%, #ccc);
  border: 1px solid #fff;
  line-height: 28px;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 4px #ccc;
  -moz-box-shadow: 0 0 4px #ccc;
  box-shadow: 0 0 4px #ccc;
  text-decoration: none;
  color: #333;
  display: block;
  margin-bottom: 10px;
}

.g-footer .g-footer-button a {
  text-decoration: none;
  color: #333;
  display: block;
}

.g-footer #copyright {
  font-size: 10px;
  color: #666;
}

.g-footer .g-footer-menu > li {
  display: inline-block;
}

.g-footer .g-footer-menu > li a {
  display: block;
  white-space: nowrap;
  padding: 5px;
}

.g-footer-nav {
  margin: 0 0 10px;
  clear: both;
  border-right: 1px solid #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 4px #ccc;
}

.g-footer-nav .g-footer-nav__item {
  padding-left: 0;
  border-bottom: 1px dotted #cba;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.g-footer-nav .g-footer-nav__item:last-of-type {
  border: none;
}

.g-footer-nav .g-footer-nav__link {
  display: block;
  padding: 9.5px 28px 9.5px 11.5px;
  background-image: url(/smart/img/icon_link_o_01.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 18px 17px;
  color: #333;
  text-decoration: none;
}

.g-footer-nav .g-footer-nav__link:hover,
.g-footer-nav .g-footer-nav__link:visited,
.g-footer-nav .g-footer-nav__link:active {
  color: #333;
  text-decoration: none;
}
