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

.tbl_price {
	margin-left: 20px;
}

table.tbl_price .w75 {
	width:75px;
}

table.tbl_price .w150 {
	width:150px;
}

table.tbl_price .w175 {
	width:175px;
}

table.tbl_price .w220 {
	width:220px;
}

table.tbl_price .w250 {
	width:250px;
}

table.tbl_price th {
	padding: 2px 4px;
}

table.tbl_price td {
	padding: 2px 4px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
}

table.tbl_price .wr {
	text-align: right;
}
