/* ------------------------------------------------------------

  top content

------------------------------------------------------------ */
.main-area {
  margin-bottom: 20px;
}
.main-area .mainiamge {
  width: 790px;
  margin-bottom: 16px;
}

.main-area .group-btn {
    display: flex;
}

.main-area .group-btn li {
  /*line-height: 100px;
  float: left;*/
  margin-right: 20px;
  width: 250px;
  font-size: 1.13rem;
  font-weight: bold;
  background: #ff6f7d;
}
.main-area .group-btn li a {
  /*display: block;*/
  padding-left: 20px;
  color: #fff;

  height: 100px;
  display: flex;
  align-items: center;
}
.main-area .group-btn li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.main-area nav {
  margin-bottom: 20px;
}
.main-area .btn01 a {
  background: url(../images/top/top_ico01.png) no-repeat right 30px top 14px;
}
.main-area .btn02 a {
  background: url(../images/top/top_ico04.png) no-repeat right 32px top 20px;
}

.main-area .group-btn .btn02 {
    line-height: 1.3;
}

.main-area .btn03 a {
  background: url(../images/top/top_ico03.png) no-repeat right 32px top 18px;
  margin-right: 0;
}

.main-area .medical-checkup {
  border-bottom: 1px solid #e0dac8;
  margin-right: 20px;
}
.main-area .medical-checkup .medical-ttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #7a5a45;
  border-top: 1px solid #e0dac8;
  border-bottom: 1px solid #e0dac8;
  padding: 6px 0;

    line-height: 1.2;
}

.main-area .medical-checkup .medical-ttl span:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 7px;
    color: #ff929d;
}

.main-area .medical-checkup ul {
  display: table;
  width: 100%;
}
.main-area .medical-checkup ul li {
  display: table-cell;
  vertical-align: center;
  width: 50%;
  padding: 16px 0;
}
.main-area .medical-checkup ul li:first-child {
  border-right: 1px solid #e0dac8;
  text-align: left;
}
.main-area .medical-checkup ul li:last-child {
  text-align: right;
}

.main-area .medical-checkup ul li:first-child,
.main-area .medical-checkup ul li:last-child {
    position: relative;
}
.main-area .medical-checkup ul li:first-child .sub-tit {
    position: absolute;
    top: 100px;
    left: 38px;
    font-size: 13px;
}
.main-area .medical-checkup ul li:last-child .sub-tit {
    position: absolute;
    top: 100px;
    left: 57px;
    font-size: 13px;
}
.arrow-green {
    position: relative;
    display: inline-block;
    padding-left: 17px;
}
.arrow-green:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #6eb92b;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
}
.arrow-green:after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -3px;
}

.main-area .group-recruit {
  margin-left: 10px;
  margin-top: 28px;
  width: 270px;
  background: #ece6d6;
  box-shadow: 0 0 0 1px #fff, 0 0 0 10px #ECE6D5;
  /*padding: 20px 10px;*/
  padding: 10px;
}
.main-area .group-recruit dl {
  width: 100%;
}
.main-area .group-recruit dl dt,
.main-area .group-recruit dl dd {
  display: block;
}
.main-area .group-recruit dl dt {
  font-size: 18px;
  font-weight: bold;
  color: #604d36;
  text-align: center;
  /*margin-bottom: 25px;*/
  margin-bottom: 10px;
}
.main-area .group-recruit dl dd {
  letter-spacing: -.40em;
  text-align: center;
}
.main-area .group-recruit dl dd p {
  display: inline-block;
  letter-spacing: normal;
}
.main-area .group-recruit dl dd p:first-child {
  /*margin-right: 20px;*/
  margin-right: 10px;
}
.main-area .group-recruit dl dd a {
  display: block;
  margin-bottom: 10px;
}
.main-area .group-recruit dl dd a:last-child {
  margin-bottom: 0;
}

.topic-area {
  background: #ebf5e2;
  padding: 20px;
  margin-bottom: 40px;
}
.topic-area h2 {
  text-align: center;
  font-size: 1.13rem;
  margin-bottom: 20px;
}
.topic-area article {
  float: left;
  width: 250px;
  margin-right: 20px;
  font-size: 0.82rem;
  line-height: normal;
}
.topic-area article:last-child {
  margin-right: 0;
}
.topic-area article figure {
  margin-bottom: 10px;
}

.top-bnr {
  /*margin-bottom: 30px;*/
    width:790px;
	margin:20px 20px 0 0;
}
.top-bnr ul {
	margin:0 auto;
}
.top-bnr ul li {
  /*float: left;
  margin-right: 25px;*/
  float:left;
  width:32%;
  margin: 0 15px 20px 0;
  font-size: 15px;
}
.top-bnr ul li img {
  height:auto;
  max-width:100%;
}
.top-bnr ul li:nth-child(3n){
  margin-right:0;
}
.top-bnr ul li:last-child {
  /*margin-right: 0;
  margin-right: 15px;*/
}
.top-bnr ul li span {
  display: block;
}
.top-bnr ul li span:before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 7px;
  color: #ff929d;
}

.top-bnr-ai {
  margin-top: 20px;
}

.info-area {
  padding: 0;
  margin-bottom: 20px;
}
.info-area > .clearfix {
  display: table;
  width: 100%;
}
.info-area .table-left,
.info-area .tab-area {
  display: table-cell;
  vertical-align: middle;
}
.info-area .table-left {
  border-right: 1px solid #e0dac8;
  width: 25%;
  text-align: center;
}
.info-area .table-left h2 {
  font-size: 1.13rem;
  color: #6b6b6b;
}
.info-area .table-left .btn {
  width: 50%;
  margin: 0 auto;
}
.info-area .table-left .btn a {
  font-size: 0.88rem;
  line-height: 34px;
}
.info-area .tab-area {
  padding-left: 16px;
}
.info-area .tab-area .tab {
  border-bottom: 1px solid #e0dac8;
}
.info-area .tab-area .tab li {
  display: inline-block;
  border: 1px solid #e0dac8;
  border-bottom: none;
  margin-left: 10px;
  margin-right: 0;
  font-size: 0.82rem;
  padding: 0;
  background: none;
}
.info-area .tab-area .tab ul {
}
.info-area .tab-area .tab li a {
  padding: 0 10px;
  line-height: 28px;
  display: block;
  background: #fff;
}
.info-area .tab-area .tab li a:before {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  padding-right: 7px;
  color: #6eb92b;
  position: relative;
  top: 0;
}
.info-area .tab-area .tab li.active a,
.info-area .tab-area .tab li a:hover {
  background: #6eb92b;
  color: #fff;
  text-decoration: none;
}
.info-area .tab-area .tab li.active a:before,
.info-area .tab-area .tab li a:hover:before {
  color: #fff;
}

.info-area-recruit {
  margin-top: 50px;
}

.tab-detail {
  height: 230px;
  overflow: auto;
}
.tab-cont {
  display: none;
  padding-top: 10px;
}
.tab-cont dl,
.tab-cont3 dl {
  border-bottom: 1px solid #e0dac8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.tab-cont dl dt,
.tab-cont dl dd,
.tab-cont3 dl dt,
.tab-cont3 dl dd {
  font-size: 0.82rem;
}
.tab-cont dl dt,
.tab-cont3 dl dt {
  background: #ffa1aa;
  margin-right: 20px;
  float: left;
  color: #fff;
  padding: 0 10px;
  width: 20%;
  text-align: center;
}
.tab-cont dl dd,
.tab-cont2 dl dd,
.tab-cont3 dl dd {
  overflow: hidden;
}


/* ------------------------------------------------------------

  second content

------------------------------------------------------------ */
.row {
  margin: 0 20px 20px;
}

.leadcopy {
  font-size: 1.63rem;
  padding: 20px 0;
}

.tb01 {
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
  width: 100%;
}
.tb01 th,
.tb01 td {
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 10px;
}
.tb01 th {
  background-color: #f0f0e6;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
.tb01 th.txtl {
  text-align: left;
}
.tb01 .odd th {
  background: #ffdee7;
}

.tb-small {
  font-size: 0.82rem;
}

.tb04 {
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
  width: 100%;
}
.tb04 th,
.tb04 td {
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 10px;
}
.tb04 th {
  background-color: #f0f0e6;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
.tb04 th.txtl {
  text-align: left;
}
.tb04 .odd th {
  background: #ffdee7;
}

.tel-area {
  border: 5px solid #f0f0e6;
}
.tel-area dl {
  background: #fff;
  padding: 5px;
  display: table;
  width: 100%;
}
.tel-area dl dt,
.tel-area dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
.tel-area dl dt {
  width: 42%;
  border-right: 1px solid #cecece;
}


.dl_style1 {
  border-bottom: 1px dotted #cecece;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.dl_style1 dt {
  font-size: 1.13rem;
  color: #2b6fcf;
}

.b-dotted {
  border-bottom: 1px dotted #dfdfdf;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.disc-list li { padding-left: 1em; margin-bottom: 10px; }
.disc-list li:before { content: "・"; display: inline-block; margin-left: -1em; }
.disc-list.boder-dotted > li { padding-bottom: 10px; border-bottom: 1px dotted #dfdfdf; }
.num-list { padding-left: 1.7em; }
.num-list li { list-style: decimal; margin-bottom: 10px; }
.num-list.border-dotted > li { padding-bottom: 10px; border-bottom: 1px dotted #dfdfdf; }
.square-list li { padding-left: 1em; margin-bottom: 10px; }
.square-list li:before { content: "■"; color: #6eb92b; vertical-align: text-bottom; display: inline-block; margin-left: -1em; padding-right: 4px; }
.square-list li span { padding-left: 20px; display: block; }

.float-list li { float: left; width: 33.33333333333%; }
.link-list li { padding-left: 1em; margin-bottom: 10px; }
.link-list li a { color: #1570cc; text-decoration: underline; }
.link-list li a:hover { text-decoration: none; }
.link-list li:before { content: "\f105"; font-family: FontAwesome; display: inline-block; margin-left: -1em; padding-right: 4px; padding-left: 6px; }

.gairai-list {
}
.gairai-list article {
  border: 1px solid #d7d7d7;
  margin-bottom: 20px;
}
.gairai-list article.col3 {
  width: 240px;
  padding: 18px 19px 10px;
  margin-right: 30px;
}
.gairai-list article.col4 {
  width: 185px;
  padding: 10px 13px;
  margin-right: 13px;
}
.gairai-list article.last {
  margin-right: 0;
}
.gairai-list article h2 {
  text-align: center;
  font-size: 1.13rem;
  margin-bottom: 15px;
  line-height: 1.2rem;
  display: table;
  width: 100%;
}
.gairai-list article h2 span {
  display: table-cell;
  vertical-align: middle;
}

.gairai-list article h2.medical-checkup-h2 {
    margin-bottom: 2px;
}
.gairai-list article .medical-checkup-p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 3px;
}

.gairai-list article figure {
  text-align: center;
  margin-bottom: 10px;
}
.gairai-list article.col4 h2 {
  text-align: center;
  font-size: 0.94rem;
  height: 30px;
  margin-bottom: 10px;
}
.gairai-list article.col4 p {
  font-size: 0.82rem;
}

.gairai-step {
  padding-left: 40px;
}
.gairai-step dt {
  font-weight: bold;
  color: #7a5a45;
  font-size: 1.25rem;
}
.gairai-step:before {
  content: "";
  background: #7a5a45;
  width: 30px;
  height: 30px;
  color: #fff;
  display: inline-block;
  text-align: center;
  float: left;
  margin-left: -40px;
  line-height: 30px;
}
.step01:before {
  content: "1";
}
.step02:before {
  content: "2";
}
.step03:before {
  content: "3";
}
.step04:before {
  content: "4";
}
.step05:before {
  content: "5";
}
.step06:before {
  content: "6";
}
.step07:before {
  content: "7";
}

.kakarituke-list {
  background: #eeeeee;
  padding: 15px;
  margin-top: 40px;
}
.kakarituke-list .col4 {
  width: 175px;
  margin-right: 16px;
}
.kakarituke-list .col4:last-child {
  margin-right: 0;
}

.agenda {
  display: block;
  width: 100%;
  border-collapse: collapse;
  margin-top: -1px;
  letter-spacing: -.40em;
}
.agenda:first-child {
  margin-top: 0;
}
.agenda li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  border: 1px solid #dfdfdf;
  font-size: 0.88rem;
  margin-left: -1px;
  margin-bottom: -1px;
}
.agenda li.col3,
.agenda li.col4,
.agenda li.col6 { float: none; }
.agenda li a {
  padding: 10px;
  display: block;
}
.agenda li a:before {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 7px;
}
.agenda li:hover,
.agenda li:hover a,
.agenda li a:hover {
  background: #6eb92b;
  color: #fff;
}
.agenda li.non {
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.agenda li.non:hover {
  background: none;
}

li.col6.fontsize {
  font-size: 0.85rem;
}

.dl_style4 {
  margin-bottom: 30px;
}
.dl_style4 dt{
  font-weight: bold;
}
.dl_style4 dd{
  margin-bottom: 10px;
}

.shinryouka-list {
  margin-bottom: 40px;
}
.shinryouka-list li {
  border: 1px solid #ece6d6;
  width: 240px;
  margin-right: 30px;
  margin-bottom: 20px;
  float: left;
}
.shinryouka-list li:nth-child(3n) {
  margin-right: 0;
}
.shinryouka-list li a {
  display: block;
  line-height: 1.2rem;
  padding: 18px 2px;
  text-align: center;
  background: #fff;
}
.shinryouka-list li:hover,
.shinryouka-list li:hover a,
.shinryouka-list li a:hover {
  background: #ff929d;
  color: #fff;
}
.shinryouka-list li a:before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 7px;
}

.info {
  padding: 0 15px 10px;
}
.info dl {
  border-bottom: 1px dotted #d7d7d7;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.info dl dt {
  float: left;
  width: 20%;
  margin-right: 10px;
}
.info dl dd {
  overflow: hidden;
}
.info dl:after {
  visibility:hidden;
  display:block;
  font-size:0;
  content:" ";
  clear:both;
  height:0;
}

.tb-doctor {
  border-collapse: collapse;
  border: 1px solid #d7d7d7;
}
.tb-doctor th,
.tb-doctor td {
  border: 1px solid #d7d7d7;
  padding: 10px;
}
.tb-doctor td {
  font-size: 0.83rem;
}
.tb-doctor td img {
  width: 100%;
}
.tb-doctor td.doctor-img,
.tb-doctor td.doctor-university {
  text-align: center;
}
.tb-doctor td.doctor-shikaku {
  padding: 10px 15px;
}

.toriatukai-list dl {
  margin-bottom: 15px;
}
.toriatukai-list dl dd {
  padding-left: 20px;
}



.ico-pdf-right,
.link_pdf {
  background: url(../images/common/ico_pdf.png) no-repeat right 0;
  padding-right: 35px;
  line-height: 35px;
  display: inline-block;
}

.gray-box {
  background: #f2f2f2;
  border: 1px solid #d7d7d7;
  padding: 20px;
  font-size: 0.82rem;
}

.border {
  border: 1px solid #d7d7d7;
}


/* table fixed */
table.tb-scroll {
  width: 100%;
  border-collapse: collapse;
  border-spacing:0;
}
.tb-scroll th,
.tb-scroll td {
  margin: 0;
  padding: 8px 10px;
  border: 1px solid #ccc;
}
.tb-scroll th {
  background: #ffc;
}
table.tb-scroll {
  display: block;
  position: relative;
}
.tb-scroll thead {
  display: block;
  float: left;
}
.tb-scroll tbody {
  display: block;
  position: relative;
  width: auto;
  overflow-x: auto;
  white-space: nowrap;
}
.tb-scroll thead th {
  display: block;
}
.tb-scroll tbody td {
  display: block;
}
.tb-scroll tbody tr {
  display: inline-block;
}
.tb-scroll th:not(:last-child) {
  border-bottom: none;
}
.tb-scroll td:not(:last-child) {
  border-bottom: none;
}
.tb-scroll td {
  border-left: none;
}


/* 登録医MAP */
.gmap {
  width: 100%;
  height: 320px;
  background: #efefef;
}
.tb02 {
  width: 100%;
  border-collapse: collapse;
}
.tb02 th,
.tb02 td {
  border: 1px solid #cecece;
}
.tb02 th {
  background: #f7f7f7;
  font-size: 0.88rem;
}
.tb02 td {
  padding: 10px;
  font-size: 0.75rem;
}
.tb02 td.num,
.tb02 td.area,
.tb02 td.tel {
  text-align: center;
}

.select-area {
  text-align: center;
  padding: 0 50px;
  margin-top: 30px;
}
.select-area dl {
  display: inline-block;
  margin-right: 16px;
  width: 200px;
  border: 1px solid #cecece;
  vertical-align: top;
}
.select-area dl.last {
  margin-right: 0;
}
.select-area dl dt {
  background: #f7f7f7;
  text-align: center;
  font-size: 1rem;
  border-bottom: 1px solid #cecece;
}
.select-area dl dd {
  padding: 20px 10px;
  height: 202px;
  display: table-cell;
  vertical-align: middle;
}
.select-area dl dd ul li {
  display: inline-block;
  margin: 0 10px;
}
.select-area dl dd.area-link {
  padding: 0;
  height: auto;
  display: block;
}
.area-link .btn-normal {
  text-align: right;
  line-height: 31px;
  font-size: 0.88rem;
}


/* 保険適用の診療一覧 */
.case-link {
  letter-spacing: -.40em;
  background: #edf6ff;
  padding: 25px 30px 15px 30px;
  margin-left: -10px;
}
.case-link li {
  letter-spacing: normal;
  display: inline-block;
  min-width: 90px;
  margin-left: 10px;
  margin-bottom: 10px;
  line-height: 30px;
  text-align: center;
}
.case-link li a {
  display: block;
  border: 1px solid #115fad;
  background: #fff;
  padding: 0 14px;
}
.case-link li a:hover {
  background: #115fad;
  color: #fff;
}

.case-list {
  margin-left: -10px;
}
.case-list article {
  float: left;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 10px;
}
.case-list article figure {
  border: 1px solid #cecece;
  margin-bottom: 5px;
}

/* 外来医師担当表 */
.tb03 {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.tb03 th,
.tb03 td {
  border: 1px solid #cecece;
  font-weight: normal;
  padding: 7px;
  text-align: center;
  line-height: normal;
}
.tb03 th.shinryouka-name {
  line-height: 16px;
}
.tb03 th.time {
  background: #f6f6f6;
}
.tb03 tr.odd td {
  background: #f2f9ff;
}

.fixed-table .tb03 th,
.fixed-table .tb03 td {
  border-right: 0;
}

.group-tableb {
  overflow: hidden;
  margin-bottom: 10px;
  display: table;
  width: 100%;
}
.fixed-table {
  width: 60px;
  display: table-cell;
}
.scroll-table {
  width: 100%;
  display: table-cell;
}

/* archive */
.archive-area dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
}
.archive-area dl dt,
.archive-area dl dd {
  font-size: 0.82rem;
  display: table-cell;
}
.archive-area dl dt {
  width: 20%;
  vertical-align: middle;
  background: #ffa1aa;
  color: #fff;
  text-align: center;
}
.archive-area dl dd {
  width: 80%;
  padding: 10px;
}
.archive-area dl dd span {
  display: block;
}


/* 緊急時のお知らせ */
.emergency-area {
  border: 5px solid #604d36;
  background: #fff;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.emergency-close {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
}

/* ページャー */
.wp-pagenavi {
  padding-top: 50px;
  text-align: center;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #e2e2e2;
  color: #666666;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #ffa1aa;
  padding: 3px 12px;
  margin: 0 8px;
  font-size: 20px;
  color: #ffa1aa;
}

.search-list {
  border-bottom: 2px solid #e2e2e2;
  padding: 0 0 20px;
  margin-bottom: 20px;
}
.search-list dt {
  font-size: 1.13rem;
  position: relative;
  padding-left: 30px
}
.search-list dt:before {
  content: "";
  width: 18px;
  height: 5px;
  background: #115fad;
  position: absolute;
  top: 14px;
  left: 0;
}


/* 外来のご案内　再診の方へ　追加 20160901 */
.tab {
  overflow:hidden;
  border-bottom:5px solid #ece6d6;
  margin-bottom:10px;
}
.tab li {background:#fbf9f9;
  padding:5px 25px;
  float:left;
  margin-right:10px;
  cursor:pointer;
}
.tab li.select {
  background:#ece6d6;
}
.hide {
  display:none;
}

/* ISO9001認定 */
.isoTxt {
   border-bottom:2px dotted #cecece;
   padding-bottom:13px;
   margin-bottom:5px;
}

/* 施設周辺 */
.shuhenContainer {
  margin:10px auto 0;
  width:590px;
}

/* 各階ご案内 */
.wrapper_floor {
  background:url(../images/shisetu/floor/bg_floor.gif) repeat-x left top;
  padding-top:5px;
}
.floorBox .left {
  background:#f2f2ed;
  border:1px solid #c9c9c5;
  padding:10px;
  margin-top:12px;
  width:202px;
}
.floorBox .right {
  margin-top:12px;
}
.floorBox dd {
  margin-bottom:10px;
}
.floorBox p{
 margin-bottom:10px;
 color:#d45d81;
}

/* 設備紹介 */
.setubiNav {
  background:#ece6d6;
  padding:10px;
}
.setubiNav ul li {
  float:left;
  background:url(../images/shisetu/setubi/icon_arrow07.gif) no-repeat left center;
  padding-left:13px;
  margin-right:10px;
}
.setubiContainer .right {
  width:440px;
}
.setubiContainer .right h2 {
  border-left:4px solid #6eb92b;
  padding-left:7px;
  margin-bottom:10px;
}
.setubiContainer .right ul li {
  background:url(../images/shisetu/setubi/icon_arrow03.gif) no-repeat left center;
  padding-left:18px;
}
.hr_style1 {
  border-top-width: 3px;
  border-top-style: double;
  border-top-color: #E3E3E3;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  height:3px;
  clear:both;
}
.setubiPagetop a {
  background: url(../images/shisetu/setubi/icon_arrow07.gif) no-repeat left center;
  padding-left:10px;
}

/* 施設紹介 */
.shoukaiNav {
  background:#ece6d6;
  padding:10px;
}
.shoukaiNav ul li {
  float:left;
  background:url(../images/shisetu/shoukai/icon_arrow07.gif) no-repeat left center;
  padding-left:13px;
  margin-right:10px;
}
.shoukaiContainer .right {
  width:440px;
}
.shoukaiContainer .right h2 {
  border-left:4px solid #6eb92b;
  padding-left:7px;
  margin-bottom:10px;
}
.shoukaiContainer .right ul li {
  background:url(../images/shisetu/shoukai/icon_arrow03.gif) no-repeat left center;
  padding-left:18px;
}
.shoukaiPagetop a {
  background: url(../images/shisetu/shoukai/icon_arrow07.gif) no-repeat left center;
  padding-left:10px;
}

/* 消化器内科 */
.syoukakiTxt {
  margin-bottom:10px;
}


.pdf {
  background:url(../images/common/icon_pdf.gif) no-repeat left center;
  padding-left:25px;
}

/* 各部署紹介 */
/* 看護管理室 */
.kakubushoContainer .left {
  width:360px;
}
.kangokanriList dd {
  padding-left:1em;
}
.kangokanriList .indent {
  margin-left:1em;
}
.kangokanriList .indent02 {
  margin-left:5em;
}
.kangokanriTbl {
  width:100%;
}
.kangokanriTbl th,
.kangokanriTbl td {
  border:1px solid #8d725e;
  padding:5px;
}
.kangokanriTbl th {
  background:#ffcc9a;
}

/* 医療安全推進部*/
.iryoanzenTbl th,
.iryoanzenTbl td {
  border:1px solid #8d725e;
  padding:5px;
  width:50%;
}

/* 医事業務課 */
.iryogyoumuList dd {
  margin-left:1em;
}

/* 医事業務課 サービス係 */
.iryogyoumuserviceList li {
  float:left;
  width:50%;
}

/* 管理課 */
.kakubushoContainer .kanriList {
  width:360px;
}
.kanriContainer {
  margin:0 auto;
  width:510px;
}
.kanriContainer02 .left {width:530px;}

/* 健康管理 */
.kenkoukanriContainer .left {
  width:360px;
}

/* 臨床検査 */
.rinsyokensaTbl {
  width:100%;
}
.rinsyokensaTbl th,
.rinsyokensaTbl td {
  border:1px solid #8d725e;
  padding:5px;
}
.rinsyokensaTbl .item {
  color:#f00;
}

/* 訪問看護ステーションなかがみ */
.houmonkangoList02 {
 margin:0 auto;
 width:500px;
}
.houmonkangoList02 dt {
  text-align:center;
  font-weight:bold;
}
.houmonkangoList02 dd {
  margin-bottom:20px;
}

/* 眼科 */
.ganakContainer dl {
 float:left;
 width:360px;
}
.ganakContainer dl dt {
  text-align:center;
}

/* 整形外科 */
.seikeiContainer dl {
  float:left;
  width:360px;
}
.seikeiContainer dl dt {
  text-align:center;
}

/* 泌尿器科 */
.hinyoukiList dt {
 text-align:center;
}

/* 耳鼻咽喉科 */
.jibiintouContainer {
 margin:0 auto;
 width:500px;
}
.jibiintouContainer p {
 float:left;
}



/*--------------------

  テーブルセットＡ

--------------------*/
.set_a {
border: 1px solid #B2B2B2;
border-collapse:collapse;
width:100%;
color:#444444;
}
.set_a th,.set_a td {
  border: 1px solid #B2B2B2;
  vertical-align: top;
  text-align:left;
}
.set_a th {
  background-color: #F0F0E6;
  font-weight:bold;
  text-align:center;
  vertical-align:middle;
  padding:5px 0px 5px 0px;
}
.set_a td {
  padding:5px 10px 5px 10px;
  font-size:92%;
}

.cellclr3 {
  background: #785a44;
  color: #fff;
}
.cellclr5 {
  background: #fdebc8;
}
.cellclr6 {
  background: #ca874c;
}

.bg-brown {
  background: #785a44;
  padding: 5px;
  color: #fff;
}

._sp {
  display: none;
}

.tuusho-list ul {
  letter-spacing: -.40em;
}
.tuusho-list ul li {
  letter-spacing: normal;
  width: 33.3333333333%;
  display: inline-block;
  margin-bottom: 20px;
}

.floor-tab {
  border-bottom: 1px solid #cecece;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.floor-tab li {
  display: inline-block;
  margin-right: 5px;
}
.floor-tab li a {
  display: block;
  background: #b3b4b5;
  color: #fff;
  line-height: 29px;
  min-width: 90px;
  text-align: center;
}
.floor-tab li.active a {
  background: #6eb92b;
}
.disnon {
  display: none;
}

.time.min-h17 {
    height: 357px;
}
.time.min-h20 {
    height: 445px;
}
.time.min-h15 {
    height: 331px;
}
