@charset "shift_jis";

#contents {
	width: 546px;
	padding-left: 6px;
	padding-top: 25px;
}
#contents h3 {
	color: #7F6C4F;
	font-size: 14px;
	font-weight: normal;
	background-image: url(/img/recommend/icn.gif);
	text-indent: 2em;
	background-repeat: no-repeat;
}

#contents .msg {
	width: 507px;
	background-color: #efefef;
	margin-top: 5px;
	padding: 12px;
	margin-bottom: 10px;
}
#contents .msg p {
	line-height: 140%;
}
#contents .pct {
	display: block;
	text-align:center;
}
#contents h4 {
	font-weight: normal;
	color: #7F6C4F;
	padding-top: 15px;
	padding-left: 3px;
	padding-bottom: 5px;
}
#contents strong {
	font-weight: bold;
	color: #ff5900;
	padding-bottom: 5px;
}
#contents .detail {
	width: 524px;
	border: 1px solid #CCCCCC;
	padding: 7px;
	margin-bottom: 10px;
}
.detail .L {
	font-style: normal;
	width: 255px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	float: left;
	margin: 10px;
	padding-right: 15px;
}
.detail .R {
	padding: 10px;
	float: right;
	width: 200px;
}
#contents .detail .access {
	clear: both;
	background-color: #FFFFFF;
}
#contents .detail .access td{
	border-bottom:solid 1px #CCCCCC;
	padding:10px;
}
#contents .detail .access td.btm{
	border-bottom:none;
}
.access .map {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 7px;
}
table.clinic_list{
	background:#DDD7D1;
	margin:10px 0px;
}
table.clinic_list th,
table.clinic_list td{
	background: #FFFFFF;
	padding:5px;
}
table.clinic_list th{
	border-left:#806D4E 3px solid;
	width:20%;
	font-weight:normal;
	text-align:left;
}

img.gohp {
	border:none;
	margin-top:5px;
}




/* ------------------------------------------------------
clearfix
------------------------------------------------------ */
/* for modern browser */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* for IE 5.5-7 */
.clearfix {
  zoom: 1;
}
