@charset "UTF-8";

.cssskin-top_pop_rightbottom .c-enclosure {
  background-color: #6fa8dc;
  padding: 5px;
  color: #ffffff;
  border: 1px solid #6fa8dc;
  border-radius: 5px;
  font-weight: bold;
  background-image: url(../_userdata/img_bg_title.png);
  background-size: cover;
  line-height: 1.3;
}

.cssskin-top_pop_rightbottom .c-body {
  line-height: 0.1;
}

@media only screen and (max-width: 641px) {
.cssskin-top_pop_rightbottom .c-enclosure {
  font-size: 12px;
}

}
