@charset "utf-8";

/** エラーダイアログ **/
#error-content{
	display: none;
	width:30%;
	margin:1.5em auto 0;
	//padding:10px 20px;
	//border:5px solid #aaa;
	border: 2px solid #E3DEC8;
	background:#fff;
	z-index:9999;
	position: fixed;
}
#error-overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 0,0,0, 0.75 );
}
#error_title {
	//font-size: 14px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	//color: #666;
	color: #fff;
	//border: solid 1px #FFF;
	//border-bottom: solid 1px #999;
	border-bottom: solid 1px #1d2088;
	cursor: default;
	padding: 0px;
	margin: 0px;
	//background: url(../images/alert/alert_title.gif) #CCC;
	background:#1d2088;
}
#error-body {
	background: url(../images/alert/alert.png) no-repeat 13px 13px;
	margin : 10px 0;
}
#error-message {
	padding-left: 48px;
	min-height:50px;
}
#error-button {
	text-align: center;
	margin: 5px;
}
#error-button button {
	width:80%;
	border:solid 1px;
	height:30px;
}