/* -------------------------------- */
/* 法人施設概要テーブル */
/* -------------------------------- */
.outlineBox table{
    border-top: 1px #828282 dotted;
    line-height: 130%;
    width: 100%;
    margin: 5px 0 10px 0;
}

.outlineBox tr{
    border-bottom: 1px #828282 dotted;
}

.outlineBox th{
    padding: 5px;
    vertical-align: top;
    text-align: left;
    font-weight: normal;
    background-color: #f5f5f5;
    width: 27%;
}

.outlineBox td{
    padding: 5px;
    vertical-align: top;
}

td.enkaku{
    background-color: #faf0f4;
    width: 40%;
}

/* -------------------------------- */
/* 法人施設活動報告 */
/* -------------------------------- */
.report-container .title {
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.report-container .title::before {
    content: "●";
    font-size: 20px;
    margin-right: 2px;
}

.report-container .title .date {
    vertical-align: middle;
}

.report-container .text {
    margin-bottom: 5px;
}

.report-container .images img {
    display: block;
    margin: auto;
    margin-bottom: 10px;
    width: 100%;
}

.report-container .images img:last-child {
    margin-bottom: 0;
}

.report-show-btn {
  background: #f09cc0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  margin: 15px auto 25px;
  padding: 10px;
  text-align: center;
  width: 70%;
}

.report-show-btn.close {
  background: #666;
}
