#footer {
  clear: both;
  text-align: center;
  padding: 10px 0;
  margin: 10px 0 0 0;
  font-size: 10px;
  background: #fff;
  width: 100%;
}

#footer p {
  color: #999;
  line-height: 1.5;
}

#footer ul {
  padding: 5px 0;
}

#footer li {
  display: inline;
  white-space: nowrap;
  margin: 0 0.5em;
}

/* dev */
.debug {
  text-align: right;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #999;
  background-color: #333;
  padding: 10px;
}

.debug-header {
  font-weight: bold;
  color: #999;
}

.debug ul {
  list-style: none;
  margin: 0;
}

.debug li, .debug span, .debug a {
  color: #999;
}

.debug ul.debug-op-list li {
  display: inline;
  background: transparent url("./img/vdxicons/arrow_w.gif") no-repeat left center;
  padding-left: 12px;
}

.debug ul.debug-op-list li a {
  font-size: 7pt;
}

#footer_anchor {
  display: none;
}


/*-- レスポンシブ --*/
@media (max-width: 640px) {

  #footer_anchor {
    display: block;
  }

}