@charset "utf-8";
/* CSS Document */

#pgContent img.thumbNail {
  width: 15em;
  height: 11.2em;
  background: #9c9d85;
  padding: 0.2em;
  border: solid 1px #000;
}
#pgContent div#clinicBox > img{
  width: 40em;
  height: 23.5em;
}
#pgContent #clinicBox {
  width: 40em;
  background: #9c9d85;
  margin-bottom: 2em;
  padding: 0.5em;
  padding-bottom: 0;
}
#pgContent #clinicBox h4 {
  color: #001278;
  font-size: 1.4em;
  margin-bottom: 0.3em;
  background: none;
  padding: 0;
}
#pgContent #clinicBox span {
  display: block;
  color: #f3f4e4;
  font-size: 1.1em;
}
#pgContent .address {
  padding: 0.5em 0;
}
#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  margin-bottom: 1.5em;
  color: #464646;
}
#pgContent p a {
  color: #740f10;
}