@charset "utf-8";

.width175_err {
	width: 175px;
	background-color: #FFDFDF;
}

.width150_err {
	width: 150px;
	background-color: #FFDFDF;
}

textarea.other_err {
	width: 370px;
	height: 106px;
	font-size: 12px;
	background-color: #FFDFDF;
}

.tooltip {
	position: relative;
}


.tooltip .tooltipBody {
	background-color: white;
	border: solid 2px #f98325;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	left: 1em;
	top: -5.7em;
	text-decoration: none;
	visibility: hidden;
	padding: 3px 5px;
	zoom: 1;
	opacity: 0;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease-in-out;
	z-index: 10;
	opacity: 1;
}

.tooltip .tooltipBody .tooltipAngle {
	border-right: solid 10px transparent;
	border-left-width: 0;
	border-top: solid 10px #f98325;
	line-height: 0;
	position: absolute;
	left: 1em;
	bottom: -10px;
}

.tooltip .tooltipBody .tooltipAngle .tooltipAngleInner {
	border-right: solid 5px transparent;
	border-left-width: 0;
	border-top: solid 5px white;
	line-height: 0;
	position: absolute;
	left: 2px;
	bottom: 5px;
}

.tooltip .tooltipmail{left: -1em; top: -3.8em;/top:-3.6em;width:420px;}

/*
-------------------------------------------------------------
not supported tanseparent for border by IE6.
-------------------------------------------------------------
*/
* html .tooltip .tooltipBody .tooltipAngle,* html .tooltip_err .tooltipBody_err .tooltipAngle_err
	{
	border-right-color: white;
	bottom: -11px;
}

* html .tooltip .tooltipBody .tooltipAngle .tooltipAngleInner,* html .tooltip_err .tooltipBody_err .tooltipAngle_err .tooltipAngleInner_err
	{
	border-right-color: #f98325;
}

.tooltip_err {
	position: relative;
}

.tooltip_err .tooltipBody_err {
	background-color: white;
	border: solid 2px #f98325;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	left: 1em;
	top: -5.7em;
	text-decoration: none;
	visibility: hidden;
	padding: 3px 5px;
	zoom: 1;
	opacity: 0;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease-in-out;
	z-index: 100;
	opacity: 1;
/*	color: #FFFFFF; */
}

.tooltip_err .tooltipBody_err .tooltipAngle_err {
	border-right: solid 10px transparent;
	border-left-width: 0;
	border-top: solid 10px #f98325;
	line-height: 0;
	position: absolute;
	left: 1em;
	bottom: -10px;
}

.tooltip_err .tooltipBody_err .tooltipAngle_err .tooltipAngleInner_err {
	border-right: solid 5px transparent;
	border-left-width: 0;
	border-top: solid 5px white;
	line-height: 0;
	position: absolute;
	left: 2px;
	bottom: 5px;
	z-index: 100;
}

/* 氏名、ふりがな　固有設定*/
#name_kan_err,#name_cana_err {
	background-color: white;
}

/* 番地等　固有設定*/
#addr3_msg,#addr3_err {
	left: 21.5em;
	top: -3em;
}

#addr3_msg_ang,#addr3_err_ang {
	border-left: solid 10px transparent;
	border-right-width: 0;
	border-bottom: solid 10px #f98325;
	border-top: 0;
	line-height: 0;
	position: absolute;
	left: -1em;
	bottom: 10px;
}

#addr3_msg_angin,#addr3_err_angin {
	border-left: solid 5px transparent;
	border-right-width: 0;
	border-top: 0;
	border-bottom: solid 5px white;
	line-height: 0;
	position: absolute;
	left: -3px;
	bottom: -7px;
}

* html #addr3_msg_ang,#addr3_err_ang {
	border-left-color: white;
}

* html #addr3_msg_angin,#addr3_err_angin {
	border-left-color: #f98325;
}

#addr3_err_angin {
	border-bottom: solid 5px red;
}

/* 郵便番号等　固有設定*/
#zip_msg,#zip_err {
	left:14em;
	top:-4.5em;
}

