@charset "utf-8";
.insertGroup .insertImg-withTD:first-of-type {
  margin-top: 0px;
}
.insertImg-withTD > dd.tar {
  text-align: right;
}
.insertImg-withTD > dd.tal {
  text-align: left;
}
.section_ttltags > li {
  background-color: #00478b;
  padding: 8px 50px
}
.rdcSection > .section_ttl {
  border-top: 2px solid #00478b;
  border-bottom: 2px solid #00478b;
}
.rdcSection_middle > .section_ttl {
  border-left: 5px solid #00478b;
  color: #00478b;
}

/*subInfo_b*/
.subInfo_b {
  margin-top: 20px;
}
.subInfo_b .subInfo_b_picture {
  line-height: 1;
}
.subInfo_b .subInfo_b_picture img {
  width: 100%;
}
.subInfo_b .subInfo_b_info {
  padding: 15px 10px;
}
.subInfo_b .subInfo_b_hospital {
  font-size: 0.9rem;
}
.subInfo_b .subInfo_b_name {
  color: #333;
  font-weight: bold;
}
.subInfo_b .subInfo_b_name > span {
  color: #333;
  font-size: 0.9rem;
  font-weight: normal;
  margin-left: 5px;
}
.subInfo_b .subInfo_b_description {
  font-size: 0.8rem;
  margin-top: 8px;
}
.subInfo_b .subInfo_b_career {
  border-collapse: collapse;
  border-top: 1px solid #CCC;
  table-layout: fixed;
  width: 100%;
}
.subInfo_b .subInfo_b_career caption {
  font-size: 0.9em;
  padding: 10px 0;
  text-align: left;
}
.subInfo_b .subInfo_b_career td {
  border-bottom: 1px solid #CCC;
  font-size: 0.9em;
  line-height: 1.5;
  padding: 8px;
  vertical-align: middle;
}
.subInfo_b .subInfo_b_career td:first-child {
  padding-right: 20px;
  text-align: right;
  width: 18%;
}
@media screen and (max-width: 500px){
  .subInfo_b .subInfo_b_career td:first-child {
    width: 30%;
  }
}

/*font*/
.fontBlue {
  color: #00478b !important;
  font-weight: bold;
}
.fz_small {
  font-size: 12px !important;
  margin-top: 10px;
}
.bold {
  font-weight: bold;
}
.bordernone {
  border: none;
  padding: 0;
}