﻿.wrapper {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  margin: 0px auto;
  width: 980px;
}

body>header {
  height: 100px;
  background-color: #F6F6F6;
  padding: 20px;
}
body>footer {
  height: 0px;
  background-color: #F6F6F6;
  /* padding: 20px; */
}

#header {
  background: #FFF;
  width: 100%;
  padding: 10px;
  box-sizing: bor
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
  border-bottom: 5px solid #d0111b;
  height: 180px;
  z-index: 99999999;
  margin-top: -6px;
}

aside {
  position: relative;
  width: 320px;
  margin: 10px 0 0;
}
.relnav, .fixnav {
  width: 320px;
}
.relnav {
  /*height: 780px;*/
  height: 755px;

}
.fixnav {
  margin: 10px 0;
}

/* テスト用 */
.scroll {
  position: fixed;
  right: 0;
  top: 0;
}
.button {
  height: 30px;
}
.button input {
  cursor: pointer;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 30px;
  background: #311d0a;
  color: #fff;
  border: none;
  outline: none;
  margin: 0 2px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top_corner_list {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 30px;
}