<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#thumbnail {
  width: 100%;
  margin-bottom: 2em;
}

@media screen and (min-width:768px) {
  #thumbnail {
    width: 30%;
  }
}

#thumbnail img {
  display: block;
  width: 100%;
}

#detail {
  margin-left: 5%;
  flex-grow: 1;
  position: relative;
}

#detail dl {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 1em;
  position: relative;
}

#detail dt {
  width: 120px;
  background-color: #3C6E41;
  border-radius: 5px;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

#detail dd {
  margin-left: 1em;
  flex-grow: 1;
  font-size: 16px;
}

#detail dd li {
  list-style: none;
}

.link-button {
  width: 60%;
}
</pre></body></html>