div[id] {
  scroll-margin-top: 100px;
}

.opinionQA dl.qamenu dt {
  width: 35px;
  float: left;
  clear: both;
  font-weight: bold;
  color: #3996D8;
  text-align: left;
}

.opinionQA dl.qamenu dd {
  margin-left: 40px;
  margin-bottom: 8px;
}

#contentDetail .first {
  margin-top: 40px;
}

.opinionQA dl.question {
  margin-left: 1px;
  border: 1px solid #CCC;
  background-color: #F0F0F0;
}

.opinionQA dl.answer {
  margin-left: 1px;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  background-color: #FFF;
}

.opinionQA dl.question dd {
  margin-left: 50px;
  padding: 5px 10px 15px 0px;
}

.opinionQA dl.question dt {
  width: 50px;
  float: left;
  padding: 5px 0;
  font-weight: bold;
  color: #3996D8;
  text-align: center;
}

.opinionQA dl.answer dd {
  margin-left: 50px;
  padding: 5px 10px 30px 0px;
}

.opinionQA dl.answer dt {
  width: 50px;
  float: left;
  padding: 5px 0;
  font-weight: bold;
  color: #FA596D;
  text-align: center;
}

.imgBlock {
  text-align: center;
}

.opinionQA h6 {
  margin-top: 10px;
}

.annotation {
  color: #FF8000;
}

.opinionQA .doubleArea p.annotation {
  font-size: 90%;
  color: #111;
}

#contentArea .doubleArea {
  display: flex;
  justify-content: left;
  gap: 20px;
  margin: 20px auto 0;
  width: 100%;
}