@charset "utf-8";


/* ---------------------------------------------------
	ペットの診察料用CSS
---------------------------------------------------- */

span.female { color: #ff55d5; }
span.male { color: #39f; }

.cost_receipt {
	padding-right: 10px;
	float: left;
}

.cost_receipt .inner {
	background: url(../../images/cost/bg_receipt.png) left top no-repeat;
	height: 302px;
	position: relative;
	width: 245px;
}
	.cost_receipt .inner p {
		font-weight: bold;
		line-height: 1.2;
		padding-top: 50px;
		text-align: center;
	}
	.cost_receipt .inner dl {
		margin: 10px 15px 5px 15px;
	}
		.cost_receipt .inner dl dt {
			float: left;
			clear: both;
			line-height: 1.2;
		}
		.cost_receipt .inner dl dd {
			margin-bottom: 7px;
			line-height: 1.2;
			text-align: right;
		}
		.cost_receipt .inner dl dd.dd_em {
			min-height: 2.25em;
		}
		.cost_receipt .inner dl.total {
			border-top: 1px dotted #ddd;
			bottom: 0;
			left: 0;
			padding: 0;
			padding-top: 7px;
			position: absolute;
			width: 215px;
		}
		.cost_receipt .inner dl.total dt {
			font-weight: bold;
		}
		.cost_receipt .inner dl.total dd {
			padding: 0;
		}

table.dTable {
	margin: 10px 0;
	}
	table.dTable th {
		font-weight: bold;
		vertical-align: middle;
		width: 17em;
	}
	table.dTable th p {
		margin-top: 10px;
	}
	table.dTable td {
		border-left: 1px dotted #ccc;
		text-align: center;
	}
	table.dTable tr.item td {
		background: #f1ffd5;
		color: #506f14;
	}