@charset "utf-8";

/**  /css/modal/management_agent.css Menu **************************************
	1	rent/配下ページ用　共通パーツ・共通クラス
	2	modalが組み込まれている ページ用　CSS
*******************************************************************/
#modal-content {
	width: 700px;
	margin: 60px auto 0;
	padding: 0 0 10px;
	background: #dff7fa;
	z-index: 9999999;
	display: none;
	position: absolute;
}

#modal-content p {
	text-align: center;
}

#modal-content p.txtArea {
	display: block;
	padding: 10px 20px;
	text-align: justify;
}

.btn-mlit {
	position: absolute;
	bottom: 20px;
	right: 30px;
}

.button-link {
	
}

.button-link:hover {
	cursor: pointer;
}

#modal-overlay {
	z-index: 99999;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
}

#modal-close {
	position: absolute;
	right: 0;
	top: -24px;
}
