/* ベージュとフッターの白帯対策 */
#fsFooter, .fs-footer, footer, .l-footer{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.fs-cms > *:last-child{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#fsBody, #fsContents, #contents,
.fs-body, .fs-contents, .fs-l-main, .l-main{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
