﻿body {
  /*background-color:darkseagreen;*/
}

table {
  border: 0px solid black;
}

th, td {
  padding: 15px;
  text-align: left;
}

h1.detailtitle {
  text-align: center;
}

.photobox {
  margin-top: 20px;
  margin-bottom: 20px;
}

.jssorb031 {
  position: absolute;
}

.jssorb031 .i {
  position: absolute;
  cursor: pointer;
}

.jssorb031 .i .b {
  fill: #000;
  fill-opacity: 0.5;
  stroke: #fff;
  stroke-width: 1200;
  stroke-miterlimit: 10;
  stroke-opacity: 0.3;
}

.jssorb031 .i:hover .b {
  fill: #fff;
  fill-opacity: 0.7;
  stroke: #000;
  stroke-opacity: 0.5;
}

.jssorb031 .iav .b {
  fill: #fff;
  stroke: #000;
  fill-opacity: 1;
}

.jssorb031 .i.idn {
  opacity: 0.3;
}

.jssora051 {
  display: block;
  position: absolute;
  cursor: pointer;
}

.jssora051 .a {
  fill: none;
  stroke: #000;
  stroke-width: 360;
  stroke-miterlimit: 10;
}

.jssora051:hover {
  opacity: 0.8;
}

.jssora051.jssora051dn {
  opacity: 0.5;
}

.jssora051.jssora051ds {
  opacity: 0.3;
  pointer-events: none;
}

.photoslide .slidecaption img {
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}

/*#newsphotoslide {
    margin-top: 50px;
    margin-bottom: 50px;
}*/
.slidecaption {
  color: blue;
  text-align: center;
}

.titlebanner {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.titlebanner img {
  margin: auto;
}

#pdfarea {
  text-align: right;
}

.photoslide {
  background-color: #f5f5f5;
  /*border: 1px solid #000;*/
}

@media only screen and (max-width: 480px) {
  .slidecaption {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .slidecaption {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .slidecaption {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .slidecaption {
    font-size: 16px;
  }
}
.specific-content-block {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media (min-width: 768px) {
  .specific-content-block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.specific-content-block .specific-content-item {
  background-color: #f5f5f5;
}
.specific-content-block .specific-content-item .specific-title {
  margin: 0;
  padding: 12px 16px;
  background-color: #0195ff;
  color: white;
}
.specific-content-block .specific-content-item .specific-content {
  padding: 16px 10px;
  height: 300px;
  overflow-y: auto;
}

.videotitle {
  text-align: center;
  font-weight: bold;
  color: #4a1d00;
}

.fstopic-video {
  max-width: 550px;
  margin: 0 auto;
}

.width-full {
  width: 100%;
}

.m-b-4 {
  margin-bottom: 4rem;
}

.fstopic-slider .slidecaption img {
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}

.detail-content {
    max-width: 948px;
    word-break: break-word;
}