<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.OrderList{
	width:100%;
	border:0;
	margin-bottom:10px;
	border-left: #999 1px solid;
	border-top: #999 1px solid;
}

.OrderList th{
	 border-right: #999 1px solid;
	 border-bottom: #999 1px solid; 
	 background-color: #FF9999;
	 color:White; 
	 text-align: center;
	 font-size:12px;
	 padding: 10px 0;	
}
.OrderList td{
	 border-right: #999 1px solid;
	 border-bottom: #999 1px solid;
	 padding:4px;
}
.OrderList .gridvalue_alternatingrow{
	background-color: #FFFF99;
	text-align: left
}

.OrderList .label{
	 background-color: #FF9999; 
	 text-align: center;
}

.OrderList .unitpricecolumn {
	width: 100px;
	text-align: right;
}

.OrderList .quantitycolumn {
	width: 40px;
	text-align: right;
}

.OrderList .subtotalcolumn {
	width: 130px;
	text-align: right;
}

.OrderList .shippingcostcolumn {
	width: 80px;
	text-align: right;
}

.OrderList .value{
	background-color: white;
	text-align: right;
}

.OrderForm{
	border-collapse: collapse;
	empty-cells: show;
}

.OrderForm .label {
	padding-left: 4px;
	font-family: "ＭＳ Ｐゴシック", Arial, Tahoma;
	font-size: 10pt;
	background-color: #DDDDDD;
	border: 1px solid #999999;
	width: 150px;
}
.OrderForm .value {
	font-family: "ＭＳ Ｐゴシック", Arial, Tahoma;
	font-size: 10pt;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

.OrderLineHeader{
	font-family: "ＭＳ Ｐゴシック", Arial, Tahoma;
	font-size: 11px;
	color: #000;
}

.PriceList {
	border: 1px solid #999999;
	border-collapse: collapse;
}

.PriceList .label {
	padding-left: 4px;
	font-family: "ＭＳ Ｐゴシック", Arial, Tahoma;
	font-size: 10pt;
	background-color: #FFFF99;
	width: 70px;
	text-align:center;
}

.PriceList .value 
{
	font-family: "ＭＳ Ｐゴシック", Arial, Tahoma;
	font-size: 10pt;
	background-color: #FFFFFF;
	width: 100px;
	text-align:right;
}</pre></body></html>