@charset "UTF-8";
@import url("base.css");
@import url("common.css");
@import url("fontsize.css");
h3 {
	margin-top: 22px;
	margin-bottom: 0px;
}
table.shipping {
	font-size: 80%;
	line-height: 135%;
	margin-top: 9px;
}
.shipping td {
	vertical-align: top;
	padding: 9px 9px 9px 0px;
	border-style: none;
}
table.price,.commission {
	float: left;
	margin-top: 9px;
	border-top: 1px solid #FF6600;
	font-size: 80%;
}
table.price {
	width: 165px;
}
table.commission {
	width: 450px;
}
.price th,td,.commission th,td {
	border-bottom: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
	padding-right: 4px;
	padding-left: 4px;
}
.price th,.commission th {
	color: #FFFFFF;
	background: #FF9900;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
}
.price td,.commission td {
	color: #FF6600;
	text-align: center;
	border-right: 1px solid #FF6600;
}
td.bgOr {
	background: #FFFFC0;
}
#time {
	padding-left: 40px;
	float: left;
	font-size: 80%;
	line-height: 135%;
	color: #FF6600;
}
