@charset "UTF-8";

/*----------------------------------------------------
	削除ダイアログ
----------------------------------------------------*/
.dialog_deleteConfirm {
	width:300px;
}
.dialog_deleteConfirm #popup_ok,
.dialog_deleteConfirm #popup_cancel {
	width:90px;
}

/*----------------------------------------------------
	ダブルサブミットダイアログ
----------------------------------------------------*/
.dialog_doubleSubmitAlert {
	width:350px;
}
.dialog_doubleSubmitAlert #popup_message {
	text-align: left;
}
.dialog_doubleSubmitAlert #popup_ok {
	width:90px;
}
