@charset "utf-8";
.parent2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  height: 100%;
  width: 730px;
}

.parent {
  display: flex;
  flex-direction: row;
  height: 100%;
}

.child {
}

.w350 {
  width: 350px;
}

.w732 {
  width: 732px;
}

.mr32 {
  margin-right: 32px;
}

.mt30 {
  margin-top: 30px;
}

.special_t {
  width: 350px;
  height: 28px;
  background-color: #ffcccc;
  text-align: center;
  font-size: 14pt;
  margin-bottom: 10px;
}

.gold_t {
  width: 732px;
  height: 28px;
  background-color: #ffcccc;
  text-align: center;
  font-size: 14pt;
  margin-bottom: 26px;
}

.artm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.thema {
  font-size: 12pt;
  color: #ff0000;
}

.awardtitle {
  width: auto;
  height: 40px;
  background-color: #ff0000;
  font-size: 25px;
  color: white;
  padding-left: 10px;
}

.award_totop a {
  text-decoration: none;
  vertical-align: middle;
  background-color: #ff0000;
  font-size: 14px;
  color: white;
  padding-left: 10px;
  padding-right: 12px;
  padding-top: 8px;
}

.award_totop a:hover {
  height: 32px;
  background-color: #ff7171;
}

#sub2 {
  width: 196px;
  float: right;
  position: -webkit-sticky;
  position: sticky;
  top: 25px;
}

.sticky {
  position: sticky;
  top: 25px;
}
