/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://deguchi-shika.com/themes/base-weblog.css);
@import url(http://deguchi-shika.com/themes/layout03-style01/layout03-style01.css);
/* end StyleCatcher imports */


/* ---------------------------------------- img */
img.clinic {
  width: 300px;
  margin: 1em auto;
  padding: 2px;
  border: 1px solid #dcdcdc;
}


/* ---------------------------------------- text */
p.check {
  padding: 10px;
  color: #85c911;
  text-align: center;
  font-weight: bold;
  back-ground: #dcdcdc;
}


/* ---------------------------------------- list */
dl {
  margin: 0;
  padding: 0;
}

dl dt.title {
  margin: 1em 0 0 0;
  padding: 0 0 0 1.4em;
  font-weight: bold;
  background: url(/img/list.gif) left 1px no-repeat;
}

dl dd.contents {
  margin: 0 0 2em 1.4em;
}


/* ---------------------------------------- subtitle */
h5 {
  margin: 1em 0;
  padding: 0 0 0 20px;
  color: #338ae6;
  font-weight: bold;
  font-size: 120%;
  border-bottom: 1px dotted #a9a9a9;
  background: url(/img/h5icon.gif) left center no-repeat;
}

/* ---------------------------------------- table */
table.info {
  width: 450px;
  margin: 2em auto;
  padding: 0px;
  border-top: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
}

table.info th {
  width: 160px;
  margin: 0px;
  padding: 5px;
  border-bottom: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  font-weight: normal;
  text-align: left;
}

table.info td {
  margin: 0px;
  padding: 5px;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  text-align: left;
}


table.time {
  width: 450px;
  margin: 2em auto;
  padding: 0px;
  border-top: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
}

table.time th {
  width: 160px;
  margin: 0px;
  padding: 5px;
  border-bottom: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  font-weight: normal;
  text-align: center;
  background-color: #f8f8ff;
}

table.time td {
  margin: 0px;
  padding: 5px;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  text-align: center;
}

/* ---------------------------------------- GoogleMap */
div.mapborder {
  width: 442px;
  margin: 0 auto 0 auto;
  padding: 3px;
  border: 1px solid #dcdcdc;
}

ul.outlink,
ul.outlink li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.outlink li {
  margin: 0 0 0 1em;
  padding: 0 10px 10px 7px;
  background: url(/img/icon-2.gif) 0 5px no-repeat;
}

/* ---------------------------------------- End */