@charset "UTF-8";

/* コンテンツバー */
article h1 { background: url(../images/tokui_kamoku.gif) no-repeat; }

#show_case_menu {
  margin: 5px 30px;
  font-size: 13px;
}

#show_disease_menu {
  margin-left: 30px;
  margin-bottom: 5px;
  font-size: 13px;
}

.case_group li:before {
  content: "｜";
}

.case_group li:first-child:before {
  content: "";
}

.case_group li {
  display: inline;
}

.disease_group_title:before {
  content: "■";
}

.disease_group li {
  text-indent: 1em;
}

.disease_group li:before {
  content: "┣";
}

.disease_group li:last-child {
  margin-bottom: 1em;
}

.disease_group li:last-child:before {
  content: "┗";
}

#related_articles span:before {
  content: "｜";
}

#related_articles span:first-child:before {
  content: "";
}

#related_articles {
  width: 95%;
  margin: 10px auto;
  border-bottom: solid 1px gray;
  font-size: medium;
}

#detail {
  width: 90%;
  margin: 20px auto;
}
