@charset "UTF-8";
/* CSS Document */
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	padding-right: 20px;
    }

    .modalDialog:target {
        opacity:1;
        pointer-events: auto;
    }

    .modalDialog > div {
	/* [disabled]width: auto; */
	position: relative;
	margin: 10% auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.62);
	/* [disabled]display: inherit; */
	/* [disabled]-webkit-box-sizing: inherit; */
	/* [disabled]-moz-box-sizing: inherit; */
	/* [disabled]box-sizing: inherit; */
	max-width: 810px;
	text-align: center;
	background-image: url(images/psbb-004-tran.gif);
	opacity: 1;
    }

    .close {
	background-color: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
    }
.next {
	background-color: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 150px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
    }
.last {
	background-color: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	/* [disabled]right: 621px; */
	text-align: center;
	top: 150px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	left: 5px;
    }

    .close:hover {
	background-color: #C9C9C9;
}
.next:hover {
	background-color: #C9C9C9;
}
.last:hover {
	background-color: #C9C9C9;
}
.img-pop2 {
	/* [disabled]-webkit-box-shadow: 19px 19px 11px 14px rgba(252,1,5,1.00); */
	/* [disabled]box-shadow: 19px 19px 11px 14px rgba(252,1,5,1.00); */
	max-width: 95%;
	z-index: 1;
}
.img-pop-over-tl {
	/* [disabled]-webkit-box-shadow: 19px 19px 11px 14px rgba(252,1,5,1.00); */
	/* [disabled]box-shadow: 19px 19px 11px 14px rgba(252,1,5,1.00); */
	max-width: 95%;
	position: fixed;
	z-index: 2;
	padding-left: 20px;
}
.img-pop-over-br2 {
	/* [disabled]-webkit-box-shadow: 19px 19px 11px 14px rgba(252,1,5,1.00); */
	/* [disabled]box-shadow: 19px 19px 11px 14px rgba(252,1,5,1.00); */
	max-width: 95%;
	position: absolute;
	z-index: 2;
	top: 450px;
	right: 200px;
}
.img-pop-over-br {
	/* [disabled]-webkit-box-shadow: 19px 19px 11px 14px rgba(252,1,5,1.00); */
	/* [disabled]box-shadow: 19px 19px 11px 14px rgba(252,1,5,1.00); */
	max-width: 95%;
	position: fixed;
	z-index: 2;
}
