.header{
  min-height: 120px;
}
h1.header_title img{
  height: auto;
  margin: 0 0 0 -10px;
}
.header h2 {
  margin: 35px auto;
  font-size: 1.3rem;
}
.topicpath{
  margin: 15px 0 0 5px;
  text-align: left;
}
.topicpath li{
  display: inline-block;
  line-height: 1.5em;
}
.topicpath li span.num{
  margin: 0 0 0 0.5em;
}
.move{
  margin: 15px 0 0 0;
  text-align: center;
}
.move li{
  margin: 15px;
  display: inline-block;
  color: #999;
}

#main{
  position: relative;
  text-align: center;
  margin: 35px auto 0;
}
#main h2 {
  margin: 35px auto;
  font-size: 1.3rem;
  line-height: 1.3em;
}
#preview{
  margin: 25px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#preview ul{
  margin: 0 auto;
  width: auto;
  text-align: center;
}
#preview li{
  display: inline-block;
  width: 160px;
  margin: 25px 8px 25px 8px;
}
#preview li>div{
  width: 160px;
  text-align: center;
}
#preview img{
}
#preview p{
  margin-top: 8px;
  font-size: 0.8rem;
  text-align: center;
}
#preview p.attribution{
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  text-align: center;
}

.fixed_floater{
  position: fixed;
  right: 0; bottom: 40px;
  padding: 15px 25px 15px 15px;
  background-color: rgba(100,220,240,0.8);
  display: none;
}
.fixed_floater a:visited,
.fixed_floater a:hover,
.fixed_floater a:active{
  color: #00a;
  text-decoration: none;
}

.pswp__custom-caption {
  background: rgba(75, 150, 75, .75);
  border-radius: 4px;
  bottom: 16px;
  color: #fff;
  font-size: 16px;
  left: 50%;
  max-width: 400px;
  padding: 2px 8px;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% - 32px);
}
.pswp__custom-caption a {
  color: #fff;
  text-decoration: underline;
}
.hidden-caption-content {
  display: none;
}
.pswp__custom-caption {
  background-color: rgba(0,0,0,0.3) !important;
  text-align: center !important;
  border-radius: 0 !important;
  color: #ccc;
}
.pswp__custom-caption small{
  font-size: 0.7em;
  color: #ccc;
}

@media only screen and (max-width: 767px){
  #preview li{
    width: 120px;
    margin: 25px 10px 25px 10px;
  }
}
@media only screen and (max-width: 599px){
  .topicpath{
    margin: 15px 0 0 15px;
  }
  h1.header_title img{
    width: auto;
    height: 90px;
    margin: 0 0 0 -10px;
  }
}
@media only screen and (max-width: 440px) {
  .header h2 {
    margin: 25px auto;
  }
  #main h2 {
    margin: 25px auto;
  }
  #preview li{
    width: 120px;
    margin: 25px 10px 25px 10px;
  }
  #preview li>div{
    width: 120px;
  }
  #preview img.image_W{
    width: 120px;
    height: auto;
  }
  #preview img.image_H{
    height: 120px;
    width: auto;
  }
  .pswp__caption br:last-child{
    display: none;
  }
}
