.header{
  min-height: 120px;
}
h1.header_title img{
  height: auto;
  margin: 0 0 0 -10px;
}
.topicpath{
  margin: 15px 0 0 5px;
  text-align: left;
}
.topicpath li{
  display: inline-block;
}
.menu{
  border-style: solid;
  border-color: #999;
  border-width: 0 1px 0 0;
}
.menu ul.subterm{
  padding-right: 1em;
}
.menu ul.subterm li{
  padding: 5px 0px;
}
.current{
  font-weight: bold;
}

.header p.remarks{
  margin: 35px 15px 0;
  font-size: 0.9rem;
  color: #900;
  text-align: left;
  line-height: 1.25em;
}

#navi{
  position: sticky;
  top: 0px;
  background-color: rgba(228,210,198,0.9);
  z-index: 2;
  text-align: center;
  margin: 0;
  padding: 15px 15px;
}
#searchbox{
}
#searchbox input[type="search"]{
  margin: 5px 0;
  padding: 4px 5px;
  font-size: 16px;
  width: 100%;
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 2px #666 solid;
  border-radius: 4px;
}
#searchbox button{
  margin: 5px 0;
  padding: 4px 5px;
  font-size: 14px;
  color: black;
  width: 100%;
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 2px #666 solid;
  border-radius: 4px;
  background-color: #e7c7b0;
  cursor: pointer;
}
#searchbox p#result{
  margin: 10px 15px;
  font-size: 90%;
  text-align: left;
  color: #060;
}
ul.pager{
  margin: 5px 15px 0px;
  font-size: 120%;
  text-align: left;
  color: #060;
}
ul.pager li{
  display: inline-block;
  margin: 0.25em 0.5em 0 0;
  padding: 0.25em 0.5em;
}

#main{
  position: relative;
  text-align: center;
}

#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: 80%;
  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;
}

.cpswp__rotate_cw img{
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cpswp__rotate_ccw img{
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media only screen and (max-width: 767px){
}
@media only screen and (max-width: 599px){
  .topicpath{
    margin: 15px 0 0 15px;
  }
  .menu.container_block{
    margin-bottom: 0px;
    padding: 0 15px;
  }
  h1.header_title img{
    width: 162.5%;
    height: auto;
    margin: 0 0 0 -10px;
  }
  .menu{
    text-align: center;
    border-style: solid;
    border-color: #999;
    border-width: 1px 0;
  }
  .menu h2{
    display: none;
  }
  .menu ul{
    padding: 0px 0px;
  }
  .menu ul>li{
    display: block;
    margin: 5px 0px;
    padding: 15px 0px;
  }
  .menu ul.subterm{
    padding: 0;
  }
  .menu ul.subterm li{
    display: inline-block;
    margin: 0px 0px;
    padding: 15px 25px 0px 0px;
  }
}
@media only screen and (max-width: 440px) {
  .header p.remarks{
    margin: 25px 15px 0;
    font-size: 0.8rem;
  }
  #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;
  }
}
