.container{
  max-width: 1600px;
  /*max-width: 1000px;*/
  position: relative;
}

#navi{
  position: sticky;
  top: 0px;
  background-color: rgba(228,210,198,0.9);
  z-index: 2;
}
select{
  padding: 5px;
}

#main h3 {
  margin: 35px auto;
  font-size: 1.2rem;
  line-height: 1.3em;
}

#preview ul{
  text-align: center;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  border-style: solid;
  border-color: #999;
  border-width: 0 0 1px 0;
}
#preview ul:last-child{
  border-style: none;
}
#preview li{
  display: inline-block;
  width: 350px;
  margin: 25px 4px 25px 4px;
  padding: 15px 0px 15px;
  border-style: solid;
  border-color: #bbb;
  border-width: 0 0px 0px 0;
  vertical-align: top;
}
#preview div.image{
  display: inline-block;
  width: 160px;
  text-align: center;
}
#preview div.image img{
  max-width: 160px;
  max-height: 160px;
}
#preview div.note{
  display: inline-block;
  width: 185px;
  vertical-align: top;
}
#preview div.note p{
  font-size: 0.9rem;
  line-height: 1.3em;
  text-align: left;
  margin: 0;
  padding: 4px 0px 4px 6px;
}
#preview div.note p.date,
#preview div.note p.place{
  font-size: 0.8rem;
}
span.notelabel{
  font-weight: bold;
  display: none;
}

h5{
  width: 100%;
  text-align: left;
  font-size: 1.1rem;
}

.pswp__caption--empty {
  display: block !important;
}

span.rp {
  background-color: #cdf;
}

@media only screen and (max-width: 599px){
  h1.header_title img{
    width: auto;
    height: 90px;
    margin: 0 0 0 -10px;
  }
  select{
    max-width: 300px;
  }
  .move li{
    margin: 8px 15px !important;
  }
}
