
@charset "utf-8";

/*MVVりらいぶ賞 2026.06*/

.relive {
  border:5px solid #c00000;
  padding:25px 15px 5px 15px;
  margin-top:20px;
  margin-bottom:30px;
  background-color:#fff;
  border-radius:10px;
  position:relative;
}
.relive h4 {
  border: none;
  margin: 20px 10px 20px 0;
  line-height:1.25;
  padding: 0 0 0 0;
  font-size: 135%;
  text-align: center;
  color:#836520;
  display: block;
}
.relive img {
  width:100%;
}
.relive .img-box {
  text-align:center;
}
.relive .img-box span {
  font-size: 80%;
  display: block;
  background-color:#f0aaaa!important;
  color:#000;
  text-align: left;
  padding: 10px 15px!important;
}
.relive .txt-box {
  padding:5px 10px 5px 10px;
  background-color:#fff;
  margin:4px 0 10px 0;
}
.relive .txt-box p {
  font-size:15px;
  margin:5px 0 5px 0;;
  color:#111;
}

@media screen and (max-width:640px){
  .relive {
    border:2px solid #ec6c00;
    padding:12px 10px 1px 10px;
    margin:20px 0 20px 0;
  }
  .relive h4 {
    margin: 16px 0 10px 0;
    padding: 6px 10px 0 10px;
    text-align: left;
    line-height:1.2;
    font-size: 120%;
  }
  .relive .txt-box p {
    margin:4px 0 10px 0;
    font-size:15px;
    line-height:1.4em;
  }
}