@charset "utf-8";

/* ------------------------------ */
/* 区切り線 */
hr {
  border-width: 1px 0px 0px 0px;
  border-style: dotted;
  border-color: #a9a9a9;
  height: 1px;  /* 高さ(※古いIE用) */
}

/* フォント */
.text_M{
  font-size:14px;
  font-weight:bold;
}

.text_Mn{
  font-size:14px;
}

/* ------------------------------ */
/* リンクボタン */
.q_button {
  margin-bottom: 3px;
}


/* ------------------------------ */
/* 施設検索 見出し */
div#headline {
  font-size:22px;
  font-weight:bold;
  padding: 0.25em 0.5em;
  color: #494949;
  background: transparent;
  border-left: solid 5px #1e73be;
}
div#headline p {
  font-size:14px;
  font-weight:normal;
  padding-top: 0.5em;
}

/* ------------------------------ */
/* 施設検索 小見出し */
div.subhead {
  font-size:18px;
  font-weight:bold;
  padding: 0.25em 0.5em;
  color: #494949;
  background: transparent;
  border-left: solid 5px #1e73be;
  margin-top: 20px;
}

/* ------------------------------ */
/* 施設情報 注意事項 */
.noticebox{
  line-height: normal;
  text-align:left;
/*
  font-size:12px;
  padding:10px 10px 10px 10px;
  color:#666666;
  border:1px solid #DDDDDD;
*/
}

/* ------------------------------ */
/* 絞り込み検索BOX */
.filteringBox {
  padding: 10px 10px 10px 10px;
  border: 1px solid #cdcbcb;
  font-size:14px;
  font-weight:bold;
  color:#444444;
  line-height:26px;
}

.filteringBox span{
  font-size:14px;
  font-weight:bold;
  color:#980f0f;
}

.filteringBox input{
  margin: 0px 0px 0px 0px;
  padding: 5px 10px 5px 10px;
  font-size:14px;
  font-weight:bold;
}

/* ------------------------------ */
/* 施設検索 */
#contentsBox {
  margin:0 10px 50px;
  line-height: normal;
}

/* ------------------------------ */
/* 施設検索トップ */
#contentsBox dl#top dt {
  clear:left;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: bold;
}
#contentsBox dl#top dd {
  float:left;
  margin: 0 5px 35px 0;
}

/* ------------------------------ */
/* 施設検索(都道府県一覧) */
#contentsBox table#prefectures {
  border-collapse: separate;
  border-spacing: 10px;
}

/* ------------------------------ */
/* 施設検索 市区町村 */
#contentsBox dl#city {
  margin-top: 15px;
}
#contentsBox dl#city dt {
  clear:left;
  font-size: 14px;
  margin-bottom: 10px;
  color: #165792;
  font-weight: bold;
  border-bottom: 1px dotted #165792;
}
#contentsBox dl#city dd {
  float:left;
  margin: 0 0 10px 0;
  width: 160px;
}

/* ------------------------------ */
/* 施設検索 施設一覧 */
#contentsBox div.hospital {
  padding:15px;
  border-bottom: 1px dotted #c0cfce;
  display:block;
  text-decoration: none;
}
#contentsBox div.hospital p.info_l {
  float:left;
  margin:0;
  word-break: break-all;
}
#contentsBox div.hospital .info_r {
  float:right;
  text-align: right;
  margin:0;
}
#contentsBox div.hospital .info_r img {
  margin:0 0 0 0;
}
#contentsBox div.hospital:nth-child(odd){ background-color:#eef2f7; }

/* 文字色 */
#contentsBox div.hospital span {
  color:#165792;
}

.tel {
  margin:0 0 10 0;
}

/* ------------------------------ */
/* ページャー */
#contentsBox #pager {
  text-align:center;
  color:#666;
  margin:10px 0 0;
}
#contentsBox #pager a{
  color:#666;
}

#contentsBox #name {
  font-size:18px;
  font-weight:bold;
  color:#165792;
  margin-top: 20px;
}

/* ------------------------------ */
/* 施設詳細 */
div.hpdetail {
  margin-bottom: 30px;
  max-width:740px;
}

table.table01 {
  background-color:#FFFFFF;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #cdcbcb;
}

table.table01 th {
  background-color: #eef2f7;
  padding: 10px;
  border-right: 1px solid #ccc;
  text-align: left;
  border-collapse: collapse;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  width: 100px;
}

table.table01 td {
  padding: 10px;
  text-align: left;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
}

/* ------------------------------ */
/* 地図表示 レスポンシブ対応 */
.iframe-map {
  width: 880px;
  height: 720px;
}

@media screen and (max-width: 880px) {
  .iframe-map-wrapper {
    position: relative;
    width: 100%;
    padding: calc(720 / 880 * 100%) 0 0;
  }
  .iframe-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* ------------------------------ */
/* 地図表示 凡例 */
.legend-map {
    margin-top:10px;
    margin-bottom:50px;
}
.legend-map div {
    font-size:13px;
    font-weight:bold;
    color:#444444;
    display:  inline-block; 
    text-align:left;
    vertical-align:middle;
    padding:1px;
}


/* ------------------------------ */
/* 施設情報 レスポンシブ対応 */
table.table01 th {
  white-space: nowrap;
}
table.table01 td {
  word-break: normal;
}

table.table02 {
  width:100%;
  border-right:#ccc solid 1px;
  border-top:#ccc solid 1px;
  border-left:#ccc solid 1px;
  border-collapse: collapse;
}
table.table02 thead th {
  background-color:#eef2f7;
  font-weight: normal;
  padding:10px;
  border-right:#ccc solid 1px;
  border-bottom:#ccc solid 1px;
}
table.table02 thead th:last-child {
  border-right:#ccc solid 1px;
}
table.table02 tbody th {
  background-color:#eef2f7;
  font-weight: normal;
  padding:10px;
  border-bottom:#ccc solid 1px;
  vertical-align:top;
}
table.table02 tbody tr:last-child th {
  border-bottom:#ccc solid 1px;
}
table.table02 tbody td {
  background-color:#FFF;
  padding:10px;
  border-left:#ccc solid 1px;
  border-bottom:#ccc solid 1px;
  vertical-align:top;
  text-align:center;
}
table.table02 thead th.title,
table.table02 tbody th.title {
  display:none;
}

@media screen and (max-width: 740px) {
  table.table01 th {
    white-space: normal;

  }
  table.table01 td {
    word-break: break-all;
  }

  table.table02 thead {
    display:none;
  }
  table.table02 tbody th {
    display:block;
  }
  table.table02 tbody td {
    display:block;
    border-left:none;
  }
  table.table02 tbody td::before {
    content: attr(label);
    float: left;
    clear:both;
  }
  table.table02 tbody td p {
    padding-left:6em;
  }
  table.table02 thead th.title,
  table.table02 tbody th.title {
      display:block;
  }
}
