﻿@charset "UTF-8";
/* サイドバー */
.sidebar {
  top: 65px;
  padding-bottom: 65px;
  width: 340px;
  position: fixed;
  overflow-y: scroll;
  max-height: calc(100% - 65px);
  z-index: 10; }

.sidebar::-webkit-scrollbar {
  display: none; }

/* メインコンテンツ */
.body {
  z-index: 0;
  position: relative;
  margin-top: 70px;
  padding-bottom: 30px; }

.footer {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 30px; }

/*# sourceMappingURL=wwwroot\css\platform\default.css.map */