@charset "utf-8";

.open {
  background-image: url(../top-photo/sankaku2.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 99% 40%;
  border-bottom: dotted 2px gray;
  cursor: pointer;
  padding-right: 30px;
  padding-bottom: 5px;
  margin-top: 25px;
}

.close {
  background-image: url(../top-photo/sankaku1.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 99% 40%;
}

.accordion {
  margin-top: 30px;
}

.accordion dd {
  margin: 0;
  padding-top: 15px;
  margin-top: 5px;
}

.question {
  font-size: 16px;
  font-weight: bold;
  background-image: url(../top-photo/Q.gif);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 30px;
}


/*　顕彰講演会リスト用表　*/

.koen{
  border-spacing: 3px 3px;
  border: solid 1px gray;
  width: 100%;
}

.koen th{
  font-weight: normal;
  padding: 5px 10px;
  background-color: #ffb76a;
  border: solid 1px gray;
  white-space: nowrap;
}

.koen td{
  padding: 5px 10px;
  border: solid 1px gray;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .bikou {
    width: 125px;
  }
  .plof {
    width: 135px;
  }
}

@media only screen and (max-width: 768px) {
  .koen th{
    display: block;
  }
  .koen td{
    display: block;
    margin: 5px 0;
  }
}
