@import "base.css";

h5 {
	margin: 4px 0;
	padding-left: 8px;
	font-size: 14px;
	border-left: 3px solid #FF8C00;
}

a.btn-request,
a.btn-request:active {
	display: block;
	margin: 0 auto;
	width: 400px;
	height: 80px;
	background-color: transparent;
	background-position: center top;
	background-image: url(../parts/report_button.png);
	background-repeat: no-repeat;
}
a.btn-request:hover {
	background-position: center bottom;
}
a.btn-request span {
	display: none;
}

#contents div.portlait {
	width: 130px;
	margin-right: 16px;
	margin-bottom: 16px;
	float: left;
}
#contents div.profile {
	float: left;
	width: 384px;
}
#contents div.profile dl {
	line-height: 150%;
}
#contents div.profile dl dt {
	width: 64px;
	float: left;
	color: #22A;
}
#contents div.profile h4 {
	margin-top: 8px;
}
#contents div.container h4.hosp {
	clear: both;
	margin: 10px 0 4px 0;
	padding: 2px 4px;
	background-color: #FFFFB7;
	border-bottom: 1px solid #FF8C00;
	border-left: 1px solid #FF8C00;
}
#contents .note {
	margin-top: 1em;
	margin-left: 2em;
}
#contents .note strong {
	color: #F40;
}

#contents ul.address {
	list-style-type: none;
	margin-left: 2em;
}
table.surgerytime {
	margin-left: 2em;
	border-collapse: collapse;
}
table.surgerytime th,
table.surgerytime td {
	border: 1px solid #888;
	padding: 3px 4px;
}
table.surgerytime th {
	background-color: #F7F82E;
}
table.surgerytime td.timez {
	text-align: right;
}
