@charset "utf-8";
/* CSS Document */

.priceBlock {
	text-align: center;
	padding: 20px;
}
.del_priceBlock section {
	margin-bottom: 50px;
}

/*CR003 Start -----------------------------------------------------------*/
.price table {
	width:100%;
	border-collapse: collapse;
}
.price th, td {
	border: 1px solid #ddd;
	padding: 8px;
}
.price th {
	background-color: #D0E7DC;
	/*color: white;*/
}
.priceDesc {
	text-align: left;
	width: 80%;
}
.priceCost {
	text-align: right;
}

.price tr:nth-child(even){background-color:white;}
.price tr:nth-child(odd){background-color:#f2f2f2;}
.price tr:hover {background-color: #ddd;}
/*CR003 End -----------------------------------------------------------*/