main article .page-inner.page-html a {
  text-decoration: underline;
  display: inline;
  margin: 0;
  padding: 0;
  border-style: none;
  cursor: auto;
}

.page-inner ul.mr-index a .title,
.page-inner ul.mr-index a .description {
  display: inline;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

main article .page-inner.page-html a:focus,
main article .page-inner.page-html a:hover {
  text-decoration: underline;
  outline: unset;
  background-color: unset;
}

ul.parent-titles {
  list-style-type: none;
}

ul.parent-titles li {
  display: inline;
}

ul.parent-titles li:not(:first-child):not(:last-child)::after {
  content: " | ";
}

ul.parent-titles li a {
  text-decoration: none;
  display: inline;
  margin: 0;
  padding: 0;
  border-style: none;
  cursor: auto;
  color: unset;
}

ul.parent-titles li a:focus,
ul.parent-titles li a:hover {
  text-decoration: none;
  outline: unset;
  background-color: unset;
}

ul.parent-titles>span::after {
  content: " ";
}

i.bravia-applink-icon {
  display: none;
}

.page-inner.page-html ul.mr-index li:first-child a {
  border-top: unset;
}