


/* ----------------------------------------------------------
	フッター
---------------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px; }

footer {
  text-align: center; }
  footer #footerInner {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto 40px;
    padding: 40px 0 0; }
    footer #footerInner ul li {
      display: inline-block;
      margin-left: 30px; }
      footer #footerInner ul li:first-child {
        margin-left: 0; }
