@charset "UTF-8";
/* CSS Document */

.price_table{
	text-align: center;
	margin-left: 20px;
	width: 610px;
	border: 1px solid #FFFFFF;
	}
.price_table th{
	background-color: #e4e4e4;
	font-weight: bold;	
}
.option_table{
	margin-left: 20px;
	width: 610px;
	border: 1px solid #FFFFFF;
	text-align: left;
}
.descount_table{
	margin-left: 20px;
	width: 610px;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-size: 13px;
}
.descount_table td{
	background-color: #E4E4E4;
	padding: 5px;
}



.table_d{
	background-color: #E4E4E4;
}
.table_l{
	background-color: #EDEDED;
}
.greenttl{
	font-size: 13px;
	font-weight: bold;
	color: #1a7a4b;
	margin-top: 10px;
}
