/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

  GALLERIA V1.4
  Caption

|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

/*
-------------------------------------------------------------------------------

-------------------------------------------------------------------------------
*/
.caption{
  display: block;
  position: fixed;
  z-index: 9;
  width: auto;
  height: auto;
  padding: 3px 3px 5px 3px;
  max-width: 200px;

  color: #e0ebaf;
  /* text-align: center; */
  /* vertical-align: top; */
  background-color: #5383c3;
  font-family: "Noto Serif JP",serif;
  /* font-family: "EB Garamond","Noto Serif JP",serif; */
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  opacity: 1;
}
