body {
    background-color: #AB9A86;
    font-family: 'M PLUS 1p',serif;
    font-size: 0px;
    color:#302833;
    height: 100%;
    font-size: 21px;
    overflow: hidden;
}
header {
    width:100%;
    height: 50px;
    text-align: center;
    background-color: #7c5d48;
    color:aliceblue;
}
h1 {
    text-align: center;
    padding: 20px 0px 16px;
}
main {
    width: 1400px;
    margin:50px auto 50px;
    display: flex;
    justify-content: space-between;
}
iframe {
    flex-basis: 1000px;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 20px 20px 20px 20px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.16);
    text-align: center;
}
aside {
    flex-basis: 300px;
}
aside nav {
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.16);
    padding: 24px 28px;
    margin-bottom: 24px;
    width: 300px;
}
aside nav h2 {
    margin-bottom:18px;
    font-size:22;
    font-weight: bold;
    color:#7c5d48;
}
aside nav h3{
  font-size:15px;
  font-weight: bold;
  color:#7c5d48;
}
  aside nav ul{
      height: 140px;
  }
  .now{      
    overflow: hidden scroll;}

  .kako{
    overflow: visible;
    font-size: 10px;
    margin-bottom: 12px;
  }
  .maru{
    height: 30px;
    color:#7c5d48;
  }
  footer {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom:0;
    left:0;
    text-align: center;
    background-color: #7c5d48;
    color:aliceblue;
  }
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #EBE8E4;
  }
  ::-webkit-scrollbar-thumb {
    background: #AB9A86;
  }
  li {
      margin-bottom: 2px;
  }
