/* 2025-11-03 */
.detail-title {
  font-size: 2.8rem;
  text-align: center;
}

.detail-time {
  font-size: 1.4rem;
  color: #999;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 1rem 0 1.5rem;
}

.detail-cont {
  padding: 2rem;
  font-size: 1.4rem;
  color: #666;
  line-height: 2;
}

.detail-cont * {
  font-size: 1.6rem !important;
  color: #666 !important;
  line-height: 2 !important;
}

.detail-cont img {
  display: block !important;
  margin: 1.5rem auto !important;
  width: auto;
  max-width: 100%;
}

.detail-other {
  padding-top: 1rem;
  border-top: 1px solid #eee;
}

.detail-other a {
  display: block;
  color: #666;
  margin-top: 1rem;
}
