@charset "shift_jis";

.half-char {
	ime-mode: disabled;
}

.hide {
	display: none;
}

.messages {
	width: 100%;
	float: left;
	color: #03C;
	text-align: left;
	font-size: 11px;
}

.errors {
	width: 100%;
	float: left;
	color: #e00000;
	font-weight: bold;
	text-align: left;
}
.errors{
	width: 100%;
	line-height: 1.4;
	color: #C10202;
}

#errors {
	margin: 10px auto;
	padding: 20px 0;
	/*width: 780px;*/
	width: 100%;
	text-align: center;
	font-weight: bold;
	line-height: 1.8;
	color: #e00000;
	background: #ffe5e5;
	border: 1px solid #e00000;
}

/** wait **/
div#mask {
    z-index: 10000;
    display:block;
	visibility: hidden;
    position:absolute;
    top:0;
    left:0;
	width: 100%;
	height: 100%;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
    background-color:#999;
}


div#wait {
    z-index: 10001;
    display:block;
	/*visibility: hidden;*/
    position:absolute;
	left: 0px;
	top: 0px;
	width: 120px;
	height: 80px;
    background-color:#fff;
	border: 3px solid #aaa;
	background-image: url(../images/loading-26.gif);
	background-repeat: no-repeat;
	background-position: center center;
    -moz-opacity: 0.9;
    opacity:.90;
    filter: alpha(opacity=90);
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
    behavior: url("/estimate_fire/css/PIE.htc");
}
