﻿@charset "UTF-8";
#col01 {
  margin-bottom: 20px;
}
#col02 {
  background-image: url(../../img/top/col02_bg.gif);
  height: 202px;
  padding-left: 7px;
  background-repeat: no-repeat;
  background-position: left top;
  margin-bottom: 15px;
}
.col02box {
  width: 209px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
  margin-top: 5px;
}
.col02box p {
  font-size: 12px;
  padding-top: 5px;
  line-height: normal;
}
.col02box span {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  padding-bottom: 2px;
  line-height: 24px;
}
#col03 {
  float: left;
  width: 390px;
  padding-right: 7px;
  padding-left: 7px;
  border: 3px solid #eef6d9;
  padding-top: 7px;
  margin-bottom: 15px;
}
#col03 li {
  background-image: url(../../img/top/icon.gif);
  background-position: left center;
  width: 110px;
  padding-left: 10px;
  background-repeat: no-repeat;
  float: left;
  margin-left: 10px;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#col03 .listend {
  width: 240px !important;
}
#col03 a:link, #col03 a:visited {
  color: #503006;
  text-decoration: none;
}
#col03 a:hover {
  color: #2e9cac;
  text-decoration: underline;
}
#col04 {
  float: right;
  width: 280px;
}
.point {
  border: 3px solid #ffe2ab;
  padding: 12px;
  margin-bottom: 15px;
  clear: both;
}
.point h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #f8ae22;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #f8ae22;
  background-image: url(../../img/top/point_icon.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 20px;
}
.point h3:first-of-type {
  margin-top: 5px;
}
.point p {
  margin-bottom: 10px;
}
.point ol {
  margin-left: 30px;
	margin-bottom: 20px;
}
.point ol li {
  list-style: decimal;
}
#News {
  background-image: url(../../img/top/col_news_go.gif);
  background-repeat: repeat-x;
  background-position: top;
  margin-bottom: 15px;
}
#News dl {
  clear: both;
}
#News dt {
  background-image: url(../../img/top/icon.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  clear: right;
  float: left;
  border-bottom-width: 1px;
  width: 100px;
  padding-left: 10px;
  padding-bottom: 5px;
}
#News dd {
  float: right;
  width: 590px;
  padding-bottom: 5px;
}
#News h3 {
  height: 23px;
  width: 130px;
  margin-bottom: 5px;
  float: left;
}
#News p {
  float: right;
  height: 23px;
  margin-bottom: 5px;
  font-size: 12px;
  margin-right: 5px;
  margin-top: 3px;
}
/*--*/
#home #MainCont .point table.schedule {
  width: 95%;
  border: 1px solid #ccc;
  margin: 0 auto;
  margin-bottom: 25px;
}
#home #MainCont .point table.schedule th {
  padding: 5px;
  border: 1px solid #c8c8c8;
  font-weight: normal;
  background: #ededed;
  text-align: center;
}
#home #MainCont .point table.schedule td {
  vertical-align: middle;
  padding: 5px;
  border: 1px solid #c8c8c8;
}
#home #MainCont .point table.schedule td.red {
  color: #C33;
  background-color: #FCC;
}
#home #MainCont table.schedule th.red,table.schedule span.red {
  color: #cc0000;
}
#home #MainCont table.schedule th.sat,table.schedule span.sat {
  color: #006699;
}
#home #MainCont .point table.schedule td {
  text-align: center;
}

/*日付統合時の調整*/
table.schedule thead th.merge span{display: inline-block;}
table.schedule thead th.merge span.btw{
	padding: 0 0.5em;
	vertical-align:50%;
}


/*セルをまとめた時の高さ合わせのための改行をPCで無視させる：長期休診用*/
#home #MainCont table.schedule td br {
  display: none
}
table.schedule th br.sp_br {
  display: none !important;
}