@charset "utf-8";
.underscore {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border
	
}
.transactionSpace {
z-index: 2;
}

.containerWindow {
	max-width: 600px;
	min-width: 500px;
	}
.keyInfo {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	}
.redText {
	color: #CC0000;
	}
.orderInfo {
	font-size: 11px;
	color: #000000;
	}

.orderInfoLabel {
	color:#CC0000;
	font-weight: bold;
	}	
.orderInfoLabelBlack {
	color:#000000;
	}	
table.orderInfoBox {
	padding: 10px;
	height: auto;
	width: 100%;
	border: 1px solid #999999;
	margin-bottom: 20px;
}
td.orderInfoBox {
	border-style: none;
}

.emphasis {
	font-weight: bold;
	}

.button-procurement {
margin-right: 10px;
margin-top: -10px;
}