@charset "utf-8";

/* ===================================================================
CSS information
 file name : footer.css
 style info : フッター部分で使用するCSS
=================================================================== */

/*--- フッター上段 ---*/
#footer .footerUpper {
  overflow: hidden;
}

#footer .footerUpper .leftArea {
  border-top: 4px solid #000;
  float: left;
  width: 240px;
}

#footer .footerUpper .rightArea {
  border-top: 1px solid #e8e8e8;
  float: left;
  padding-left: 20px;
  width: 720px;
}

#footer .footerUpper .leftArea .logo,
#footer .footerUpper .leftArea .catch {
  text-align: center;
}

#footer .footerUpper .leftArea .logo {
  margin: 20px 0 10px;
}

#footer .footerUpper .leftArea .logo img {
  width: 140px;
}

#footer .footerUpper .leftArea .catch {
  margin: 10px 0 20px;
}

#footer .footerUpper .leftArea .catch img {
  vertical-align: baseline;
}

#footer .footerUpper .leftArea .catch span {
  color: #e50020;
  font-size: 28px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: -2px;
  padding: 0 4px;
}

#footer .footerUpper .leftArea .btnRegist a {
  border-radius: 5px;
  background: #e50020;
  box-shadow: 0px 3px 5px 0px rgba(6, 0, 1, 0.2);
  width: 240px;
  height: 44px;
  line-height: 44px;
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

#footer .footerUpper .leftArea .btnRegist a:hover {
  text-decoration: none;
  background: #d3001d;
  -webkit-transition: all .6s;
  transition: all .6s;
}

#footer .footerUpper .leftArea .menuList {
  margin: 20px 0;
}

#footer .footerUpper .leftArea .menuList ul {
  border-top: 1px solid #e8e8e8;
  margin-top: 12px;
  padding-top: 12px;
}

#footer .footerUpper .leftArea .btnRegist + .menuList ul:first-child {
  border-top: none;
  padding-top: 0;
}

#footer .footerUpper .leftArea .menuList li {
  background: url("/images/n/nbo/2016/common/icon_link.png") no-repeat left 4px /4px;
  padding-left: 20px;
  font-size: 12px;
  margin-top: 4px;
}

#footer .footerUpper .leftArea .menuList li.nbd {
  background-position: left 12px;
}

#footer .footerUpper .leftArea .menuList li.nbd span {
  font-size: 10px;
  line-height: 1.6;
}

#footer .footerUpper .rightArea .footerNavi .column {
  float: left;
  margin-left: 20px;
  overflow: hidden;
  padding: 30px 0 20px;
  width: 160px;
  font-size: 12px;
}

#footer .footerUpper .rightArea .footerNavi .column h2 {
  font-weight: bold;
  text-decoration: underline;
  margin-top: 35px;
  margin-bottom: 10px;
}

#footer .footerUpper .rightArea .footerNavi .column h2:first-child {
  margin-top: 0;
}

#footer .footerUpper .rightArea .footerNavi .column li {
  margin-top: 7px;
}

/*--- フッター中段 ---*/
#footer .footerMiddle {
  border-top: 1px solid #e8e8e8;
  overflow: hidden;
}

#footer .footerMiddle .leftArea {
  width: 120px;
  float: left;
  font-size: 12px;
  font-weight: bold;
  padding: 55px 0;
}

#footer .footerMiddle .rightArea {
  width: 860px;
  float: left;
}

#footer .footerMiddle .rightArea ul {
  font-size: 0;
  margin: 10px 0 30px;
}

#footer .footerMiddle .rightArea ul li {
  display: inline-block;
  margin: 20px 0 0 40px;
}

/*--- フッター下段 ---*/
#footer .footerLower {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0;
  font-size: 11px;
  color: #777;
  overflow: hidden;
}

#footer .footerLower .footerLogo {
  float: right;
  margin-top: 10px;
}

#footer .footerLower .changeDevice {
  margin-top: 20px;
}

#footer .footerLower .changeDevice a {
  text-decoration: underline;
}
