/* フッター
==========================================================*/
#foot {
  clear: both;
  text-align: left;
}
#footUpper {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  font-weight: bold;
  padding-bottom: 7px;
}
#footUpper a:link {
  color: #666;
}
#footUpper a:visited {
  color: #666;
}
#footUpper a:hover {
  color: #666;
}
#footUpper a:active {
  color: #666;
}
#footUpper .footUpperLink {
  line-height: 20px;
}
#footUpper .footUpperLink ul {
  display: inline;
  margin-right: 30px;
  float: left;
}
#footUpper .footUpperLink ul li {
  float: left;
  background: url(/img/shop/pan_mark.gif) 100% 50% no-repeat;
  padding-right: 17px;
  margin-right: 17px;
}
#footUpper .footUpperLink ul li.ex {
  background: none;
  padding-right: 0px;
  margin-right: 0px;
}
#footUpper .pageTop {
  float: right;
  text-align: right;
}
#footUpper .pageTop a {
  background: url(/img/shop/ico_pagetop.gif) 0 4px no-repeat;
  padding: 0 0 0 18px;
}
#footMid {
  background: url(/img/shop/bg_footMid.gif) 0 0 repeat-x #f7f7f7;
  padding: 33px 0 12px 0;
}
#footMid .inner {
  width: 960px;
  margin: 0 auto;
}
#footMid a:link {
  color: #333;
}
#footMid a:visited {
  color: #333;
}
#footMid a:hover {
  color: #333;
}
#footMid a:active {
  color: #333;
}

#footMid .inner dl {
  clear: both;
  overflow: hidden;
  padding-bottom: 18px;
}
#footMid .inner dt {
  color: 666;
  font-weight: bold;
}
#footMid .inner dd {
  float: left;
  background: url(/img/shop/footMidLink_mark.gif) 100% 50% no-repeat;
  padding-right: 9px;
  margin-right: 9px;
  font-size: 85%;
  line-height: 1.6;
}
#footMid .inner dd.last {
  background: none;
  padding-right: 0px;
  margin-right: 0px;
}
#footBtm {
  background: #666;
  color: #fff;
}
#footBtm .inner {
  width: 960px;
  margin: 0 auto;
  padding: 19px 0 0 0;
  position: relative;
}
#footBtm a:link {
  color: #fff;
}
#footBtm a:visited {
  color: #fff;
}
#footBtm a:hover {
  color: #fff;
}
#footBtm a:active {
  color: #fff;
}

#footBtm .inner .footBtmTit strong {
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
}

#footBtm .inner .footBtmLead {
  font-size: 85%;
  margin-bottom: 22px;
  line-height: 1.6;
}
#footBtm .inner .footBtmLink {
  font-size: 85%;
  overflow: hidden;
  margin-bottom: 13px;
}
#footBtm .inner .footBtmLink li {
  float: left;
  background: url(/img/shop/footBtmLink_mark.gif) 100% 50% no-repeat;
  padding-right: 9px;
  margin-right: 9px;
  font-weight: bold;
}
#footBtm .inner .footBtmLink li.last {
  background: none;
  padding-right: 0px;
  margin-right: 0px;
}
.copyright {
  clear: both;
  font-size: 80%;
  padding-bottom: 17px;
}

.managedBy {
  background-color: #f7f7f7;
  border-top: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 30px;
  text-align: center;
}

/* フルレスポンシブル対応のため下記記述を追加 */

@media screen and (max-width: 480px) {
  #footUpper {
    width: 98%;
    margin: auto;
  }

  #footMid .inner {
    width: 98%;
    margin: auto;
  }

  #footBtm .inner {
    width: 98%;
    margin: auto;
  }
}
