@charset 'utf-8';

/* アラートデフォルト */

#aefo_mes {
	margin: 5px;
	padding: 3px 5px 5px 5px;
}

#aefo {
	margin-top: -5px;
	cursor: pointer;
	white-space: nowrap;
}

#addr_candidates {
	line-height: 150%;
	padding: 10px;
}


/* 吹き出し */

span.focus_balloon_ie {
	position: relative;
	height: 100px;
	background-color: #8ee5ee;
}

span.focus_balloon {
	position: relative;
	height: 100px;
	background-color: #8ee5ee;
}

span.focus_balloon:after {
	position: absolute;
	top: 100%;
	left: 10px;
	width: 0;
	height: 0;
	content: ' ';
	border: 5px solid transparent;
	border-top-color: #8ee5ee;
}

span.error_balloon_ie {
	font-weight: bold;
	position: relative;
	height: 100px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #ffaeb9;
	background-color: #c3272a;
}

span.error_balloon {
	font-weight: bold;
	position: relative;
	height: 100px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #ffaeb9;
	background-color: #c3272a;
}

span.error_balloon:after {
	position: absolute;
	top: 100%;
	left: 10px;
	width: 0;
	height: 0;
	content: ' ';
	border: 5px solid transparent;
	border-top-color: #c3272a;
	_border: 1px #c3272a solid;
}


/* 郵便番号用デフォルト */

#azip_mes2 {
	padding: 5px;
}

#azip_mes2 a {
	cursor: pointer;
	color: #fff;
}

#azip2 {
	z-index: 2;
	display: none;
	white-space: nowrap;
	background-color: #8ee5ee;
}

#azip2:after {
	position: absolute;
	top: 100%;
	left: 10px;
	width: 0;
	height: 0;
	content: ' ';
	border: 5px solid transparent;
	border-top-color: #8ee5ee;
}

.placeholder_off {
	color: #dfdfdf;
}

.placeholder_on {
	color: #000;
}


/* 送信後エラーメッセージ */

#sub,
#sub_2 {
	position: relative;
}

.js_error_message {
	font-weight: bold;
	line-height: 140%;
	position: absolute;
	top: 0;
	display: none;
	padding: 10px 30px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #c3272a;
}

.js_error_message a {
	text-decoration: none;
	color: #fff;
}

.js_error_message a:hover {
	text-decoration: underline;
}