section { margin:10px;}
#nav {
	text-align:right;
	margin-right:10px;
	margin-left:10px;
}
#nav ul {
	padding:0px;
	display:flex;
	justify-content: flex-end;
	list-style-type:none;
	align-items:baseline;
}
#nav {
	text-decoration:none;
}
#nav ul li:first-child {
	margin-right:auto;
}
.column-1 {
	font-size:14px;
}
.column-2 {
	margin-right:5px;
}
.column-center {
	margin-right: auto;
}
#list {
	margin: 10px 0;
}
#orderPeriod { font-size: 14px; padding:3px; }
#orderList {
	width:100%;
}
#orderList th {
	font-size: 12px;
	color: #333;
}
#orderList th,td {
	border-bottom: 1px solid #ccc;
	/* padding: 5px 10px; */
	padding: 3px 2px;
}
/* Order List */
.ID {
	text-align:center;
}
.SLPDT {
	text-align:center;
}
.CSTPO {
	text-align:left;
}
.ODAMT {
	text-align:right;
}
.CMPFG {
	text-align: center;
}
/* slip */
#slip {
	display: none;
}
.button a {
	display: block;
/* 	color: #666; */
	color: #111; /* amazon */
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #BBB;
	border-color: #a88734 #9c7e31 #846a29;
/* 	min-width: 14px; */
/* 	max-width: 128px; */
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #f0c14b; /* amazon color */
 	background: -moz-linear-gradient(top, #f7dfa5 0%, #f0c14b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7dfa5), color-stop(100%,#f0c14b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7dfa5 0%,#f0c14b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7dfa5 0%,#f0c14b 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f7dfa5 0%,#f0c14b 100%); /* IE10+ */
	background: linear-gradient(top, #f7dfa5 0%,#f0c14b 100%); /* W3C */
}
.button a:hover {
	color: #666;
	text-decoration: none;
	background: #f0c14b; /* amazon color */
}
.catalog-flex {
	justify-content:center;
}
.catalog-item {
	margin-top:30px;
	margin-bottom:30px;
}
/* SALES ORDER */
.cartHeader-0 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 10px;
}
.cartHeader-0 h2 {
	margin: 10px 0 0 0;
}
.cartHeader-0 th {
	text-align: left;
	padding: 0 10px 0 0;
	font-weight: bold;
}
.cartHeader-0 td {
	border:none;
	padding: 0;
}
/* Track Records */
.TRKNO { text-align: left;}
.SHPMT { text-align: center;}
.NOOCS { text-align: center;}
