﻿/*□□□□□□□□□□□□□□□□□□□□

	Ajax 関連スタイル

□□□□□□□□□□□□□□□□□□□□*/
/*////////////////////////////////////////
	 UpdateProgress
////////////////////////////////////////*/
/*――― 背景 ―――*/
.progressBackground {
	filter: alpha(opacity=70);
	opacity: 0.7;
	min-height: 100%;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2147483646;
}
.updateProgress {
	position: absolute;
	margin: 0 auto;
	top: 45%;
	left: 40%;
	vertical-align: middle;
	z-index: 2147483647;
}
.updateProgress img {
	margin-left: 5px;
	margin-right: 5px;
}
.updateProgress img#LoadingText {
	margin-top: 10px;
}

/*////////////////////////////////////////
	 ModalPopup
////////////////////////////////////////*/
/*――― 起動ボタン ―――*/
.btn_dummy {
	display: none;
}
/*――― 背景 ―――*/
.modalBackground {
	filter: alpha(opacity=70);
	opacity: 0.7;
	background-color: #001748;
	z-index: 101;
}
/*――― ポップアップ本体 ―――*/
table.modalPopup {
	position: absolute;
	vertical-align: top;
	z-index: 102;
	border-spacing: 0;
	border: 2px solid #888;
	border-radius: 5px 5px;
	min-width: 300px;
}
/*――― グリップ ―――*/
table.modalPopup th.modalGrip {
	background: url(/_images/bg_popup_grip.png) repeat-x;
	cursor: move;
	border: 1px solid #000;
	border-bottom-color: #999;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 5px;
	text-align: left;
}
/* 閉じるボタン */
table.modalPopup th.modalGrip img {
	cursor: pointer;
	margin-left: 2em;
	float: right;
}

/*――― メイン表示部 ―――*/
table.modalPopup td.modalMain {
	background-color: #fff;
	padding: 20px;
	border: 1px solid #000;
	border-top: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
/* 操作ガイド文 */
table.modalPopup .guideMsg {
	margin-bottom: 10px;
}
/* ボタンエリア */
table.modalPopup .modalMain .buttonArea {
	margin-bottom: 0;
}
/* メッセージ */
table.modalPopup div.popupMsg {
	margin: -20px 20px 30px 20px;
	white-space: nowrap;
}



/*――― MesssageDialog コントロール専用 ―――
.modalBackgroundDialog {
	filter: alpha(opacity=40);
	opacity: 0.4;
	background-color: #000;
	z-index: 2147483645 !important;
}
table#tblPopupDialog {
	box-shadow: 8px 8px 8px #000;
	z-index: 2147483646;
}
table#tblPopupDialog .modalMain {
	min-width: 250px;
}
table#tblPopupDialog .modalMain table#DialogMessage {
}
table#tblPopupDialog .modalMain table#DialogMessage th {
	vertical-align: top;
	padding-right: 15px;
}
table#tblPopupDialog .modalMain .buttonArea {
	text-align: right;
	margin-top: 10px;
}
*/