/* artWork用CSS　基本はfloor.cssを利用しています。 */
.profButtonWrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.profCaption {
  display: flex;
  justify-content: center;
}

.captionLinkText {
  display: flex;
  justify-content: center;
}

.captionLink {
  font-weight: bold;
}
