@charset "utf-8";

/* CSS Document */

div#content div#main div.report-main h5 {
  font-size: 13.5px;
  font-weight: bold;
  margin: 1em 0 1em 1em;
}
div#content div#main div.report-main p {
  margin-bottom: .5em;
}
div#content div#main div.report-main img.imaging {
  margin: 0 0 1em 1em;
}


div#content div#main div.report table.t_gaiyo {
  width: 730px;
  margin: 0 auto 40px;
}
div#content div#main div.report table.t_gaiyo th {
  border-bottom: solid 1px #ccc;
  padding: 3px;
  vertical-align: top;
}
div#content div#main div.report table.t_gaiyo td {
  border-bottom: solid 1px #ccc;
  padding: 3px;
}

table.hospital_about_table{
  width:100%;
  border-top:solid #CCC 1px;
  border-left:solid #CCC 1px;
}
table.hospital_about_table th{
  background:#e1f6fe;
  border-right:solid #CCC 1px;
  border-bottom:solid #CCC 1px;
  padding:10px;
}
table.hospital_about_table td{
  border-right:solid #CCC 1px;
  border-bottom:solid #CCC 1px;
  padding:10px;
}

@media screen and (max-width: 770px) {
  div#content div#main div.report-main img.imaging {
    float: none;
    display: block;
    margin: .5rem auto;
  }
}

@media screen and (max-width: 640px) {
  .access dl {
  overflow: hidden; }
  .access dl dt {
    float: left;
    width: 13em;
    font-weight: bold;
    text-align: right;
    margin-right: 1em; }
  .access dl dd {
    overflow: auto;
    margin-bottom: 1em; }

  div#content div#main div.report-aug div.message {
  width: 100%;
}
  div#content div#main div.report-aug {
    display:-webkit-box;
    display: -webkit-flex;
    display:-ms-flexbox;
    display: flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
  }
  div#content div#main div.report-aug div.message img.director {
    -webkit-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }
  div#content div#main div.report-aug div.message {
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
    margin-top: .5em;
  }
  div#content div#main div.report-aug div.present {
  margin-top: 1em;
}
}

@media screen and (max-width: 415px) {

  div#content div#main div.report-main dl dt {
    clear: both;
    float: none;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 5px 8px 4px;
    border-bottom: none;
    background-color: #ddd;
    box-sizing: border-box;
    line-height: 1;
  }

  div#content div#main div.report-main dl dt br,
  div#content div#main div.report-main dl dd br {
    display: none;
  }

  div#content div#main div.report-main dl dd {
    margin: 0;
    padding: 5px 8px 4px;
    border-bottom: none;
    background-color: rgb(245, 245, 245);
    box-sizing: border-box;
  }
}
