.modal_lock {
	overflow: hidden;
}

.modal{ 
	display:none;
}

.modal .modal_overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background: #000;
	-ms-filter: "alpha(opacity=75)";
	background-color: rgba(0, 0, 0, 0.75);
}

.modal .modal_block {
	z-index: 2;
	display: none;
	position: fixed;
	width: 800px;
	border-radius: 3px;
	background: #ffffff;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ','meiryo', sans-serif;
}

.modal .modal_title {
	text-align: left;
	background: #f0f0f0;
	height:40px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.modal .modal_title h2{
	font-size: 20px;
	font-size: 2rem;
	line-height:40px;
	padding: 0 15px;
	font-weight: normal;
	margin:0;
	border:0;
}

.modal .modal_close {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
}

.modal .modal_close a{
	color: #222222;
	width: 40px;
	line-height: 40px;
	height: 40px;
	display: block;
	text-decoration: none;
}

.modal .modal_close a:hover {
	-ms-filter: "alpha(opacity=70)";
	opacity: 0.75;
}

.modal .modal_message {
	padding: 15px 15px 0;
}

.modal .modal_message.info {
	background: url('../../img2025/pc/icon_message.png') no-repeat 16px 18px;
	padding:20px 0 20px 58px;
}

.modal .modal_message.check {
	background: url('../../img2025/pc/icon_check.png') no-repeat 16px 18px;
	padding:20px 0 20px 58px;
}

.modal .modal_message p {
	font-size: 14px;
	line-height: 180%;
	margin: 0;
	overflow: hidden;
}

.modal .modal_message .modal_id {
	font-size: 14px;
	display:block;
	margin-top:15px;
}

.modal .modal_right {
	text-align: right;
	margin: 0;
	padding: 0 10px 14px 10px;
}

.modal .modal_btn {
	font-size: 114.3%;
	line-height: 1.15;
	background: #d8d8d8;
	font-weight: normal;
	color: #000000;
	min-width: 180px;
	min-height: 40.32px;
	padding: 12px 14px 10px 14px;
	display: inline-block;
	position: relative;
	margin: 0 0 0 10px;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible;
	border-radius: 2px;
	border: 0;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ','meiryo', sans-serif;
}

.modal .modal_btn:hover {
	background: #c2c2c2;
	color: #222222;
	cursor: pointer;
}

.ui-dialog-buttonpane .ui-dialog-buttonset .modal_btn:hover {
	background: #c2c2c2;
	cursor: pointer;
}
