@charset "utf-8";

/* --- header ----------------------------------------------- */
h1#headline {
  display: none;
}

.detail_menu li {
  border-right-width: 2px;
  border-bottom-width: 2px;
}

.detail_menu li a {
  border-radius: 2px;
  background-color: #329AF1;
}

/* --- detail_contents ----------------------------------------------- */
h2#detail_top_title {
  border-radius: 2px;
  padding: 4px 0 2px 10px;
  background-color: #073D7D;
  font-size: 1.5rem;
}

