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

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  color: #464646;
  margin-bottom: 1.3em;
}
#titleWrap + img {
  float: left;
  position: relative;
  top: 0.5em;
  margin-right: 1.5em;
  margin-bottom: 2em;
  width: 25em;
  height: 17.5em;
  background: #9c9d85;
  padding: 0.2em;
  border: solid 1px #000;
}
#pgContent h4 {
  font-size: 1.4em;
  color: #0d4677; 
  margin-bottom: 1em;
}
#pgContent p + div.listBox {
  clear: left;
}
#pgContent .listBox {
  float: left;
  margin-bottom: 2em;
  width: 23em;
  margin-right: 2em;
}
#pgContent .last {
  margin-right: 0;
}
#pgContent .list {
  float: left;
}
#pgContent .list li {
  color: #001278;
  font-size: 1.1em;
  margin-bottom: 0.4em;
  padding-left: 1.3em;
  background: url(/imgs/global/check.gif) left 0.3em no-repeat;
}
#pgContent #contactBox {
  clear: both;
  float: left;
  width: 100%;
}
#pgContent #contactBox img {
  float: left;
  margin-right: 3em;
  width: 8.3em;
  height: 13em;
}
#pgContent #clinicAddress{
  float: left;
  width: 100%;
  margin-bottom: 1em;
}
#pgContent #clinicAddress ul {
   float: left;
}
#pgContent #clinicAddress li {
  font-size: 1.2em;
  color: #464646;
  margin-bottom: 0.5em;
}
#pgContent #clinicNumbers {
  float: left;
  width: 100%;
}
#pgContent #clinicNumbers dl {
  float: left;
}
#pgContent #clinicNumbers dt {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
  color: #464646;
  margin-bottom: 0.2em;
}
#pgContent #clinicNumbers dd {
  font-size: 1.2em;
  color: #464646;
  margin-bottom: 0.5em;
}
