@charset "Shift_JIS";

/* --------------------------------------------------------------------
	フォーム入力チェック
-------------------------------------------------------------------- */
div.baloon {
	font-size: 11px;
	color: #fff;
	position: absolute;
	overflow: hidden;
	padding-left: 5px;
	background: url("../../img/usr/form/baloon.png") no-repeat top left;
	z-index: 1;
}

div.baloon a {
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 6px;
	left: 7px;
	height: 14px;
	width: 14px;
	background: url("../../img/usr/form/close.png") no-repeat 50% 50%;
}

div.baloon div {
   background: url("../../img/usr/form/baloon_right.png") no-repeat top right;
   padding: 6px 7px 14px 0;
   white-space: nowrap;
}
div.baloon div span {
	padding-left: 19px;
}

.none_baloon div.baloon{
	display: none !important;
}