@charset "utf-8";
.alertMsg-error {
	display: block;
	padding: 0px 10px 5px;
	border: 1px dotted #d35336;
	background: #ffeee1;
	color: #d35336;
	font-weight: bold;
}

.orderNoPreLabel,
.salesGoodsCodePreLabel{
	font-weight: bold;
	font-size: 90%;
}

li.ui-menu-item {
  width: 300px;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 1px;
}

ul.ui-autocomplete{
  width: 300px;
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
}


/* ======================================================================================
forSP
====================================================================================== */
@media screen and (max-width: 849px) {

	#buttonGroup {
		height: 160px;
	}
	#shopTopButton_link {
		top: 55px;
	}
	#saveButton {
		margin-bottom: 0;
		margin-top: 0;
	}
	
}