@charset "UTF-8";

/* =========================================================
edit / del
========================================================= */
#edit .field .note-hidden {
	display: none;
	clear: both;
	color: #ff4500;
	text-align: left;
	background-image: url(/imgm/common/common/att_error.png);
	background-size: auto 16px;
	background-repeat: no-repeat;
	background-position: 4px 4px;
	border: 1px solid #ff4500;
	border-radius: 2px;
	padding: 4px 4px 4px 26px;
	margin-bottom: 5px;
	min-height: 16px;
}
#edit .field dd .note {
	margin-bottom: 5px;
}
#edit .field dd .memo {
	color: #ff4500;
	margin-bottom: 8px;
	font-size: 12px;
}
#edit .field dd input.price-total {
	opacity: 0.5;
}
#edit .confirm ul.list {
	margin: 0;
	padding: 0;
}
#edit .confirm ul.list li {
	margin-top: 2px;
	margin-left: 2em;
}
#edit .confirm span.price-detail {
	background-color: #ddd;
	border-radius: 4px;
	padding: 3px 4px;
	font-size: 11px;
	vertical-align: bottom;
}