@charset "UTF-8";

/* ***************************************************
* CSS file For futae.artis-clinic.com
	FileName: price.css
■目次 ==========================================
■[00]:料金表
**************************************************** */

/*-----------------------------------------------------------
■[00]:料金表
------------------------------------------------------------*/
div.Price_ls, div.Price_sekkai {
	margin-bottom: 15px;
	float: left;
}

div.Price_ls { background: url(/img/price/ls_bg.jpg) no-repeat left top; padding: 0 0 0 170px; }

div.Price_sekkai { background: url(/img/price/sekkai_bg.jpg) no-repeat right top; padding: 0 170px 0 0; }

div.Price_ls dl, div.Price_sekkai dl {
	width: 342px;
}

div.Price_ls dl dt, div.Price_sekkai dl dt {
	margin-bottom: 2px;
}


div.Price_ls dl dd, div.Price_sekkai dl dd {
	padding-left: 5px;
	margin-bottom: 5px;
}

div.Price_ls dl dd table, div.Price_sekkai dl dd table {
	border-bottom: 1px dotted #977f7d;
	border-top: 1px dotted #977f7d;
	width: 337px;
	margin-bottom: 7px;
}

div.Price_ls dl dd table tr.Odd, div.Price_sekkai dl dd table tr.Odd {
	background: #fff6eb;
}

div.Price_ls dl dd table tr.Even, div.Price_sekkai dl dd table tr.Even {
	background: #fffbf5;
}

div.Price_ls dl dd table tr th, div.Price_sekkai dl dd table tr th {
	padding:0 15px 0 5px;
	text-align: left;
}

div.Price_ls dl dd table tr td, div.Price_sekkai dl dd table tr td {
	text-align: right;
	padding-right: 5px;
}

div.Price_ls dl dd a, div.Price_sekkai dl dd a {
	display: block;
	width: 181px;
	float: right;
}
