@charset "UTF-8";
/* CSS Document */
@import url("style.css");

/*
---------------------------------------------------------
name:       	common.css
information:	共通スタイルの定義
--------------------------------------------------------- */
#dateTrigger img {
	width: 20px;
	height: 20px;
}

.password {
	border: 1px solid #9C9C9C;
	width: 260px;
	height: 25px;
	line-height: 25px;
}

.readonly {
	background-color: #EFEFEF;
}

#msgdiv {
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
	line-height: 1.5;
	border: 1px dashed #CCCCCC;
}

#msgdiv ul {
	padding-left: 20px;
}

#msgdiv ul li {
	list-style-type: square;
}

.borError {
	border-color: red;
	background-color: pink;
}

.borWarning {
	border-color: #CE8A01;
}

.fadeImg {
	cursor: pointer;
}

.blackA {
	
}

.blackA:link,.blackA:visited {
	color: #000;
	text-decoration: none;
}

.blackA:hover,.blackA:active {
	color: #000;
	text-decoration: underline;
}

.maskdiv {
	display: none;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	filter: alpha(opacity =   80);
	background: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	padding-top: 280px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}