/*--------------------------------------------------------------------------
   Container
---------------------------------------------------------------------------*/
#Container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #Container {
    width: 100%;
    min-width: 100%;
  }
}

/*--------------------------------------------------------------------------
     GlobalFooter
  ---------------------------------------------------------------------------*/
#GlobalFooter {
  width: 100%;
  overflow: hidden;
}
#GlobalFooter .inner #shareArea {
  background-color: #ececec;
  overflow: hidden;
  position: relative;
}
#GlobalFooter .inner #shareArea p {
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  background-color: #0080cc;
  color: #fff;
  font-weight: bold;
}
#GlobalFooter .inner #shareArea ul {
  float: left;
  margin: 0;
  padding: 15px 0;
  position: relative;
  left: 50%;
}
#GlobalFooter .inner #shareArea ul li {
  width: 50px;
  float: left;
  margin-right: 20px;
  position: relative;
  left: -50%;
}
#GlobalFooter .inner #shareArea ul li:last-child {
  margin-right: 0;
}
#GlobalFooter .inner footer {
  padding: 25px 0 20px;
  background-color: #FFFFFF;
}
#GlobalFooter .inner footer ul {
  overflow: hidden;
  position: relative;
}
#GlobalFooter .inner footer ul {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
}
#GlobalFooter .inner footer ul li {
  margin-bottom: 15px;
  line-height: 1;
  display: inline-block;
}
#GlobalFooter .inner footer ul li :nth-child(2n+1) {
  margin-right: 5px;
}
#GlobalFooter .inner footer ul li a {
  display: inline;
  color: #333;
  margin-bottom: 15px;
}
#GlobalFooter .inner footer ul li a span {
  background: url("../../images/common/common_arrow01.png") left center no-repeat;
  background-size: 5px auto;
  -moz-background-size: 5px auto;
  -webkit-background-size: 5px auto;
  -o-background-size: 5px auto;
  padding: 0 0 0 10px;
  font-size: 12px;
}
#GlobalFooter .inner footer p {
  clear: both;
  padding: 10px 0;
  text-align: center;
  width: 42.8125%;
  margin: 0 auto;
}
#GlobalFooter .inner footer p img {
  width: 100% !important;
  height: auto !important;
}
#GlobalFooter .inner footer small {
  display: block;
  text-align: center;
  font-size: 9px;
}
