@charset "UTF-8";

.errorMsg {
	position: relative;
	z-index: 100;
	display: none;
}
#errorsList {
	position: relative;
	z-index: 1000;
	display: none;
}
.errMsgPop {
	position: absolute;
	bottom: 11px;
	left: 95px;
	display: inline-block;
	min-width: 120px;
	background-color: #FFF;
	border:1px solid #FF0000;
	padding: 10px 16px 10px 8px;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	/*
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	*/
	z-index: 999;
	white-space: nowrap;
}
#errorsList .errMsgPop {
	bottom: -6px;
	left: 295px;
}
.errMsgPop .closeIcon {
	position: absolute;
	top: 1px;
	right: 5px;
	display: block;
	font-weight: bold;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
.errMsgPop .closeIcon:hover {
	text-decoration: none;
}
.errMsgPop .balloon {
	display: block;
	width: 100%;
	height: 11px;
	background-image: url(//im.uniqlo.com/images/jp/pc/img/feature/mysize/icon_errorBallon.png);
	background-repeat: no-repeat;
	background-position: -440px bottom;
	position: absolute;
	bottom: -11px;
	left: 0;
}
#errorsList .errMsgPop .balloon {
	background-position: -395px bottom;
}
#errorsList dl {
	position: absolute;
	bottom: 0;
	left: 584px;
	display: inline-block;
	min-width: 120px;
	background-color: #C3272A;
	padding: 10px 16px 10px 8px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	z-index: 999;
	white-space: nowrap;
}
#errorsList dt {
	text-align: center;
	margin-bottom: 5px;
}
#errorsList dt a.closeIcon {
	position: absolute;
	top: 1px;
	right: 5px;
	display: block;
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
#errorsList dt a.closeIcon:hover {
	text-decoration: none;
}
#errorsList dd {
	line-height: 1.8;
}
#errorsList dd.balloon {
	display: block;
	width: 11px;
	height: 11px;
	background-image: url(//im.uniqlo.com/images/jp/pc/img/feature/mysize/icon_errorBallon.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: -11px;
	left: 22px;
}
#errors .closeIcon {
	display: none;
}
#errors label {
	display: block;
	color: #FF0000;
}
#errors label:hover {
	text-decoration: underline;
}
.error_input {
	background-color: #FFE6E7!important;
	color: #FF0000!important;
}

