@charset "utf-8";

.list-box {
  display: table;
}
.list-img,
.list-text {
  display: table-cell;
  vertical-align: middle;
}


/*■スライド --------------------*/
#ctnavi {
  width: 100%;
  background-color: #9ac29f;
}
#in-ctnavi {
/*  margin: 1.5em auto;*/
/*  position: relative;*/
  max-width: 940px;
  margin: 0 auto;
}


/*■まるメニュー --------------------*/

#mmenu-blk {
  margin: 0 ;
}
#mmenu-blk ul {
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  width: 710px;
}
#mmenu-blk li {
  display: table-cell;
  vertical-align: middle;
}


/*■お知らせ --------------------*/

h2#h2-info {
  margin-bottom: 0em;
  padding: 0.1em 0 0.1em 2em;
  color: #12457a;
  background: url(images/home/mk_info.gif) no-repeat 0.3em center;
  font-size: 1.5em;
  font-weight: normal;
}

#info-blk {
  margin: 1.5em auto;
  width: 99.5%;
  border: solid 1px #d8d8d8;
}
#info-blk #info-item {
  margin: 0em 1.5em 1.5em 1.5em;
  background-color: #eeeeee;
}

/* 項目 */
#info-blk #info-item dl {
  height: 16em;
  margin: 0;
  padding: 0.3em 0.5em;
  overflow-y: scroll;
  text-align: left;
}
#info-blk #info-item dt {
  clear: both;
  float: left;
  padding: 0;
  line-height: 1.5em;
}
#info-blk #info-item dd {
  margin-left: 0;
  padding: 0 0 0 8em;
  line-height: 1.5em;
}

span.text-del {
  text-decoration: line-through;
}


/*■診療案内 --------------------*/

h2#h2-tguide {
  margin-bottom: 1em;
  padding: 0.1em 0 0.1em 2em;
  color: #ffffff;
  background: #9ac29f url(images/home/mk_guide.gif) no-repeat 0.3em center;
  font-size: 1.5em;
  font-weight: normal;
}

.tguidethum {
  float: left;
  height: 150px;
  width: 348px;
  margin-left: 9px;
  margin-bottom: 10px;
  display: inline;
  overflow: hidden;
  border-radius: 6px;
  border: solid 1px #c4c4c4;
  box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}
.mb1emc {
  clear: both;
  margin-bottom: 1em;
}

/*******************************/
.list-box {
  display: table;
}
.list-img,
.list-text {
  display: table-cell;
  vertical-align: middle;
}


