.about_delivery{
	background-color:#fff;
	margin:15px 0px;
	padding:10px 0px;
}

table.postage_list{
	width:100%;
	table-layout: fixed;
  word-break: break-word;
	line-height:1.5em;
}

table.postage_list td, table.postage_list th{
	vertical-align:middle;
	text-align:center;
	color:#000;
	padding:10px 0px;
	border:1px solid #cfcfcf;
}

table.postage_list td.area, table.postage_list th.area{
	vertical-align:top;
	text-align:center;
	line-height:1em;
}

table.postage_list th{
	width:7%;
	background-color:#000;
	color:#fff;
}

th.cell1{
	width:9%;
}

table.postage_list td.fontred{
	color:#f00;
}

.about_delivery p{
	text-align:right;
	color:#000;
}
