.top .top_title {
  background-color: #F8C38A;
}
/*---*/
.menu a:link, .menu a:visited {
  color: #727171;
  background-color: #FFF9F2;
}
.menu a:hover {
  color: #fff;
  background-color: #F8C38A;
}
.menu.en li {
  vertical-align: middle;
}
.menu.en .e_l_small a {
  padding-top: 9px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  font-size: 12px;
}
h1 {
  border-top: 5px solid #F8C38A;
  background-color: #FFF9F2;
}
h3 {
  border-bottom: 1px solid #DCDDDD;
}
.list li a:before {
  color: #F8C38A;
}
.list li a:hover {}
.list li a:hover:before {}
table .mds {
  width: 50px;
}
.page {
  display: none;
}
#main .inline .backcolor {
  background-color: #FFF9F2;
}
/*----*/
.gairai {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  clear: both;
}
.gairai tr:nth-child(2n+1) {
  border-bottom: #ccc solid 2px;
}
.gairai tr:last-child {
  border-bottom: #ccc solid 1px;
}
.gairai tr:nth-child(2n+1) td {
  font-size: 13px;
  background-color: #FFF9F2;
}
.link a, .kyushin a {
  color: #555 !important;
  padding: 5px 10px 5px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  text-decoration: none !important;
  background-color: #FCF5E0;
}
.kyushin a:hover {
  background-color: #F9EBC5;
}
.kyushin {
  float: left;
}
.link {
  top: -70px;
  float: right;
  margin: 0 10px -30px 0 !important;
  padding: 0 !important;
  position: relative;
}
.link a {
  border: #ccc 1px solid;
  background-color: #fff;
}
.link a:hover {
  background-color: #f5f5f5;
}
/*紹介受診から結果報告までの流れ 表 202011追加*/
#main .flow {
  border-collapse: collapse;
  margin: 10px 0 20px 0 !important;
}
#main .flow th, .flow td {}
#main .flow th {
  text-align: center;
  font-size: 14px;
}
#main .flow th.head {
  width: 8%;
}
#main .flow th.head p {
  background-color: #fff;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
#main .flow th.border_top {
  background-image: url("../img/second/border_top.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}
#main .flow th.border {
  background-image: url("../img/second/border.jpg");
  background-repeat: repeat-y;
  background-position: center;
}
#main .flow th.border_bottom {
  background-image: url("../img/second/border_bottom.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
}
/**/
#main .flow td {
  font-size: 13px;
}
#main .flow td ul {
  margin: 0 0 0 30px;
  padding: 0;
}
#main .flow td ul li {}
/**/
#main .flow th {
  margin: 0;
  padding: 8px 4px;
  text-align: center;
}
#main .flow th.pi {
  background-color: #E0A9C2;
}
#main .flow th.ye {
  background-color: #FFF579;
}
#main .flow th.bl {
  background-color: #9DD6CE;
}
#main .flow th.gr {
  background-color: #C3F066;
}
#main .flow th.pu {
  background-color: #CAB1FF;
}
/**/
#main .flow th.arrow {
  vertical-align: middle;
}
/**/
@media screen and (max-width: 649px) {
  #main .inline table.table {
    width: 100%;
    border: 1px solid #DCDDDD;
    border-collapse: collapse;
  }
  #main .inline table.table th, #main .inline table.table td {
    display: table-cell;
    font-size: 40%;
    border: 1px solid #DCDDDD;
    padding: 4px 10px;
  }
  #main .inline table.table th {
    text-align: center;
    font-weight: bold;
    background-color: #f5f5f5;
  }
  /*紹介受診から結果報告までの流れ 表 202011追加*/
  #main .flow {}
  #main .flow th, .flow td {
    display: table-cell !important;
  }
  #main .flow th.head {
    width: 12% !important;
    padding-right: 4px;
    font-size: 12px;
  }
  #main .flow th.head p {
    font-size: 12px;
  }
  #main .flow th {
    font-size: 12px;
  }
  #main .flow td {
    font-size: 11px;
  }
}
/*診療情報提供（カルテ開示）に関するご案内 202302追加*/
#main #disclosure .indent_1em {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
#main #disclosure .indent_3em {
  display: block;
  text-indent: -3em;
  padding-left: 3em;
}
/*名古屋大学大学院医学系研究科及び医学部附属病院における生命倫理審査委員会 230913追加*/
#main .bioethics_info {
  margin: 0 0 40px 0;
  padding: 25px 30px 10px 30px;
  border: 1px solid #DCDDDD;
}
/*がん遺伝子パネル検査 20240405*/
#main .underline_normal {
  text-decoration: underline #F8C38A 3px;
}
#main .underline_wavy {
  text-decoration: underline #F8C38A wavy 2px;
}
/*医療情報共有アプリ「NOBORI」について 202407追加*/
span.red {
  color: #ff0000;
}
em.bold {
  font-weight: bold;
}
em.under {
  text-decoration: underline;
}
/*アドバンス・ケア・プランニング（ACP） 202603追加*/
#main table.layout.acp td {
  text-align: center;
}
#main table.layout.acp td span {
  font-size: 80%;
}
@media screen and (max-width: 649px) {
  #main .inline table.layout.acp {
    display: table !important;
	margin: 0;
  }
  #main .inline table.layout.acp td {
    display: table-cell !important;
  }
  #main table.layout.acp td img {
	width: 80%;
  }
}


