/* CSS Document */
@charset "utf-8";
/*************************
 main
**************************/

section.sec_common_black {
	background-color: #000;
	color: #fff;
	padding: 30px 10px;
}
section.sec_common_black p {
	font-size: 13px;
}

table.postage {
	width: 100%;
	table-layout: fixed;
	text-align: center;
	margin: 0 0 15px;
}
table.postage th, table.postage td {
	border: 1px solid #fff;
	padding: 10px;
	font-weight: bold;
}
table.postage th {
	background-color: #bbb;
	color: #000;
}
table.postage th span {
	display: block;
	font-size: 74%;
	font-weight: nomal;
	line-height: 1.5;
}
table.postage_sp {
	display: none;
}
