<!-- /* 極コード、Opcoコード、販売店コード */ -->
.salesAffiliationLabel {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 120px;
}

td.salesAffiliation {
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

<!-- /* セールスエラーメッセージエリア */
-->
.common-error-area {
	margin-left: 0px;
	margin-top: -10px;
	margin-bottom: 5px;
}

.alert {
	background-color:#FFEFEF;
	margin:0 0 1em 0; padding:10px;
	color:#C25338;
	border:1px solid #D4440D;
	line-height:1.5;
	clear:both;
	background-repeat:no-repeat;
	background-position:5px 5px;
}

common-warning-area {
	margin-left: 0px;
	margin-top: -10px;
	margin-bottom: 5px;
}
