@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/* ==========================================================================
	CONTENT
========================================================================== */

section h2{
  background-color:#f2b048;
  color:#ffffff;
  font-size:130%;
  font-weight:normal;
  padding:6px 10px;
}

#treatment table{
  width:100%;
  border-collapse:separate;
}
#treatment table tr th{
  width:30%;
  font-weight:normal;
  text-align:left;
  vertical-align:top;
  padding:10px;
  border-bottom:1px dotted #999;
  border-right:2px solid #f2b048;
}
#treatment table tr td{
  font-weight:normal;
  text-align:left;
  vertical-align:top;
  padding:10px 20px;
  border-bottom:1px dotted #999;
}
#treatment table tr td span{
  display:block;
  font-size:130%;
  font-weight: normal;
  padding-bottom:5px;
}
#treatment table tr:last-child th,#treatment table tr:last-child td{
  border-bottom:none;
}

#outcall ul li{
  width:450px;
  min-height:18px;
  font-size:130%;
  background:url(../images/index-images/check-icon.gif) 3px 50% no-repeat;
  padding-left:30px;
  margin-bottom:10px;
}

#outcall h3{
  color:#e47a24;
  font-size:130%;
  font-weight: bold;
  padding:6px 0px;
  border-bottom:1px dotted #666;
  margin-bottom:15px;
}
#outcall p span{
  display:block;
  font-size:130%;
  margin-bottom:10px;
}

