
@charset "utf-8";

/* page: cosplay only */
.cosplay dl{
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cosplay dt{
  margin: 0 0 8px;
}

.cosplay .cosplay-img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.cosplay dd{
  width: 100%;
  max-width: 520px;
  box-sizing: border-box;
  margin: 0;

  border: 1px dotted #f36;
  background: #ffecec;

  padding: 8px 10px;
  text-align: left;
  border-radius: 6px;
}
