@charset "utf-8";
/* CSS Document */
.mtye-watch-more .p-link-list__item a {
  color: #000!important;
  background-color: #fff!important;
  display: block!important;
  border-color: #000!important;
  padding: 1px 28px 0!important;
  margin: 0 auto;
  width: 160px;
  height: 50px;
/*  font-family: "Ropa Sans",sans-serif;*/
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease-out;
}
.mtye-watch-more .p-link-list__item a:hover {
  color: #fff!important;
  background-color: #000!important;
}