/*モーダルウインドウ*/

body.pgwModalOpen {
	overflow: hidden;
}

#pgwModalBackdrop {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9000;
}

#pgwModal {
	bottom: 0;
	left: 0;
	overflow-x: auto;
	overflow-y: scroll;
	padding: 10px;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 9010;
}

#pgwModal .pm-container {
	margin: 50px 10px 10px 10px;
}

#pgwModal .pm-body {
	display: inline-block;
	margin-top: 10px;
	max-width: 790px !important;
	max-width: 800px;
	min-width: 300px;
	position: relative;
	width: 100%;
	z-index: 9020;
}


.pgwModalBackdrop {
	background: #000;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.pgwModal .pm-body {
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px 5px #555;
	box-shadow: 0 0 5px 5px #555;
}

.pgwModal .pm-title {
	background: #e5e5e5;
	border-bottom: 1px solid #d5d5d5;
	border-radius: 5px 5px 0 0;
	font-size: 1rem;
	min-height: 25px;
	padding: 5px 0 6px;
}

.pgwModal .pm-content {
	background: #fff;
	border-radius: 0;
	max-height: 400px;
	overflow-y: scroll;
	padding: 40px 40px 0 40px;
	text-align: left;
}

.pgwModal .pm-close {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: -40px;
}

.pgwModal .pm-close span.pm-icon {
	background-image: url(../img/icon_close.png);
	display: block;
	height: 30px;
	width: 30px;
}

/*モーダル閉じる*/

.btnCloseModalOuter {
	padding: 0 0 40px 0;
	text-align: center;
}

.btnCloseModal {
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	background-color: darkGray;
	border: 1px solid #969696;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.15);
	-moz-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.15);
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.15);
	color: white !important;
	display: inline-block;
	font-weight: bold;
	padding: 12px 56px;
	text-decoration: none !important;
}
