@charset "utf-8";

/******************************************
footer
******************************************/
#footer-navi {
  background: #333 url(/assets/images/bg-stripe.png);
  color: #f8f8f8;
  margin: 0 auto;
  /*position: relative;*/
  width: 100% !important;
  z-index: 1;
}

#footer-navi a {
  color: #f8f8f8;
}

#footer-navi .footer-inner {
  margin: 0 auto !important;
  padding: 35px 18px 0;
  width: 1104px;
}

#footer-navi .footer-inner dl {
  float: left;
  width: 21.467391304347828%;
  margin-right: 4.710144927%;/*52px*/
}
#footer-navi .footer-inner dl.last {
  width: 21.467391304347828%;
  margin-right: 0;
}
#footer-navi .footer-inner dl dt {
  border-bottom: 1px solid #999;
  font-size: 112.5%;
  font-family: fs-b, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 15px;
  padding-bottom: 4px;
  text-transform: uppercase;
}
#footer-navi .footer-inner dl dd {
  font-size: 87.5%;
  margin-bottom: 40px;
}
#footer-navi .footer-inner dl dd ul li {
  margin-bottom: 10px;
  background: url(/assets/images/arrow-link-w-s.png) 0 9px no-repeat;
  padding-left: 12px;
}
#footer-navi .footer-inner dl dd.followus ul li {
  background: none;
  padding-left: 0;
  float: left;
  margin-right: 13px;
}
#footer-navi .footer-inner .select-country {
  border-top: 1px solid #999;
  clear: both;
  padding: 13px 0 3px;
  position: relative;
  text-align: right;
  top: -10px;
}
#footer-navi .footer-inner .select-country a {
  display: inline-block;
}
#footer-navi .footer-inner .select-country a dl {
  float: none;
  line-height: 1;
  margin: 0;
  text-align: right;
  width: 100%;
}
#footer-navi .footer-inner .select-country a dl dt {
  border-bottom: none;
  border-right: 1px solid #999;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 100%;
  margin: 0 10px 0 0;
  padding: 0 15px 0 0;
  text-transform: none;
}
#footer-navi .footer-inner .select-country a dl dt:before {
  background: url(/assets/images/icon-country-select.png) center center no-repeat;
  content: "";
  display: inline-block;
  margin-right: 8px;
  height: 22px;
  vertical-align: middle;
  width: 18px;
  position: relative;
  top: -1px;
}
#footer-navi .footer-inner .select-country a dl dd {
  display: inline-block;
  font-size: 100%;
  margin-bottom: 0;
  padding: 4px 0;
}
#footer-navi .footer-inner .select-country a:hover {
  text-decoration: none;
}
#footer-navi .footer-inner .select-country a:hover dl dd {
  text-decoration: underline;
}
#footer-navi .footer-inner .select-country a dl dd img {
  margin-right: 10px;
  vertical-align: middle;
}
#footer-navi .footer-copyright {
  background: #000;
  color: #ccc;
  font-size: 75%;
  line-height: 1;
}
#footer-navi .footer-copyright .footer-copyright-inner {
  margin: 0 auto;
  padding: 15px 0 57px 0;
  width: 1104px;
}
#footer-navi .footer-copyright .footer-copyright-inner ul {
  float: left;
}
#footer-navi .footer-copyright .footer-copyright-inner ul li {
  float: left;
  border-left: 1px solid #ccc;
  margin-left: 10px;
  padding-left: 10px;
}
#footer-navi .footer-copyright .footer-copyright-inner ul li:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
#footer-navi .footer-copyright .footer-copyright-inner ul li a {
  color: #ccc;
}
#footer-navi .footer-copyright .footer-copyright-inner small {
  float: right;
}
#footer-navi .footer-copyright .footer-copyright-inner small a {
  color: #ccc;
}

/* bottom-fixed
---------------------------------------- */
#bottom-fixed {
  bottom: 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
}
#bottom-fixed .history-back {
  position: absolute;
  left: 0;
  bottom: 0;
}
#bottom-fixed .history-back a {
  background: #f00 url(/resources/images/icon-pageback.png) center center no-repeat;
  display: block;
  height: 0;
  padding-top: 44px;
  overflow: hidden;
  width: 44px;
}
.dir-home #bottom-fixed .history-back {
  display: none;
}
#bottom-fixed .share-block {
  position: absolute;
  right: 0;
  bottom: 0;
}
#bottom-fixed .share-block .pagetop {
  float: right;
}
#bottom-fixed .share-block .pagetop a {
  background: #f00 url(/resources/images/icon-pagetop.png) center center no-repeat;
  display: block;
  height: 0;
  padding-top: 44px;
  overflow: hidden;
  width: 44px;
}
#bottom-fixed .share-block .share-ttl {
  background: url(/resources/images/bg-bottom-share.png);
  background: rgba(163,11,26,.8);
  color: #fff;
  cursor: pointer;
  float: right;
  height: 44px;
  line-height: 44px;
  margin-right: 1px;
  overflow: hidden;
  padding: 0 13px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
#bottom-fixed .share-block .share-ttl:before {
  background: url(/resources/images/icon-share.png) no-repeat;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 2px;
  position: relative;
  top: 5px;
  width: 18px;
}
#bottom-fixed .share-btns {
  background: rgb(74,74,74) url(/resources/images/bg-stripe.png);
  background: rgba(74,74,74,.95) url(/resources/images/bg-stripe.png);
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  padding: 12px 55px 0 15px;
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
}
#bottom-fixed .share-btns li {
  float: left;
  line-height: 1;
  margin: 0 20px 10px 0;
}
#bottom-fixed .share-btns li.fb {
  overflow: hidden;
}
#bottom-fixed .share-btns li.gplus {
  width: 56px;
}
#bottom-fixed .share-btns .btn-close {
  margin: 0;
  position: absolute;
  right: 10px;
  top: 7px;
}
#bottom-fixed .share-btns.open {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.lt-ie9 #bottom-fixed .share-btns {/* under IE8 */
  bottom: 1000px;
}
.lt-ie9 #bottom-fixed .share-btns.open {/* under IE8 */
  bottom: 0;
}
