@charset "UTF-8";

h2 {
	margin: 0 auto;
}

section p {
	max-height: 100%;
	background: #FFFFFF;
}

/*============================================
 診療内容
============================================*/
.fClear {
	zoom: 1;
}
.fClear:after{
	content: ""; 
	display: block; 
	clear: both;
}
#photo {
	float: right;
	margin-left: 20px;
}
/* 性感染症検査 */
#stdCheck {
	margin-top: 40px;
}
#about table {
	width: 100%;
}
#about tbody th {
	background:	#F7F5EA;
	text-align: left;
}
#about tbody th span {
	font-size: 70%;
}
#about th,
#about td {
	padding: 6px 10px;
	white-space: nowrap;
}
#about td.condition {
	text-align: left;
	white-space: normal;
}
#comment {
	margin: 5px 0 25px 0;
	font-size: 90%;
}
.list {
	margin-bottom: 25px;
}

/*============================================
 診察時間・担当医
============================================*/
#hour p strong {
	color: #B20000;
}

#hour table,
#doctor table {
	width: 100%;
	margin-bottom: 8px;
}
th,td {
	padding: 6px 5px;
	border: 1px solid #B9A96A;
	text-align: center;
}
tr:first-child th {
	background: #F7F5EA;
}


/*============================================
 診察予約
============================================*/
#reserve p img {
	margin-top: 10px;
}
#reserve p:last-child {
	padding-top: 20px;
}