@charset "UTF-8";
body {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  z-index: 0;
  font-feature-settings: "pkna" 1;
  color: #333333;
  overflow-x: hidden;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

header {
  width: 200px;
  height: calc(100vh - 30px);
  background-color: #00143c;
  padding: 1rem;
  color: #ffffff;
}

section {
  width: calc(100% - 200px);
  height: calc(100vh - 30px);
}

footer {
  width: 100%;
  height: 30px;
  background-color: #00143c;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
}

.css_layout_code {
  width: 100%;
  height: auto;
}
.css_layout_code h2 {
  width: 100%;
  border-bottom: solid 1px #00143c;
}/*# sourceMappingURL=common.css.map */