@charset "utf-8";

ul.notes {
    font-size: 11px;
    list-style: none outside none;
    text-align: left;
}

ul.notes li.no-bullet {
    background: none repeat scroll 0 0 transparent;
    padding-left: 0;
}

table.base {
	width: 100%;
	border-collapse: collapse;
	border-top: solid 1px #afafaf;
}
table.base th,
table.base td {
	padding: 11px 0 10px 10px;
	border-bottom: solid 1px #afafaf;
	color: #000000;
	text-align: left;
	line-height: 1;
	border-left:none ;
}
table.base td {
	border-right:none;
}
table.base th {
	padding: 11px 40px 10px 10px;
	background-color: #f2f2f2;
	border-right: solid 1px #afafaf;
}
table.base th.first_row {
	border-left:none;
	border-right:none;
}

table.type-packet td.fee {
	width: 150px;
}
table.type-packet td.rate {
	width: 100px;
}


li.nest ol li {
	list-style: none;
}