.modal-overlay {
    z-index:2;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
	height:100%;/*for old Safari*/
    height:100vh;
    background-color:rgba(0,0,0,.5)}
.modal-overlay (:target) {height:100%\9} /* IE9,10 */
a.modal-open:hover {cursor:pointer}
.modal-content {
    position:fixed;
    display:none;
    z-index:3;
    margin:10px;
    padding:15px;
	border-radius:20px;
    background:#fff;
	border:2px solid #47626F;
}
.modal-content img {
	/*width:auto;
	max-height:70vh*/
}
.modal-content h2 {font-size:24px; margin-bottom:0.5em; padding-right: 30px;}
.modal-content p {max-width:565px; /*text-align:left*/}
a.modal-close {
	position:absolute;
	top:0;
	right:10px;
	color:#b29c33;
	font-size:35px;
	line-height:1;
	font-weight:bold;
	text-decoration:none}
a.modal-close:hover {
	cursor:pointer;
	opacity:.6}

.modal-Bimg {
	margin-right:10px;
	margin-left:0;
}

.modal-img00 {
	text-align:center;
}

.modal-img01 {
	width:400px;
	height:auto;
}

.modal-img02 {
	width:240px;
	height:auto;
	margin-right:5px;
}

@media screen and (max-height: 640px) {
	.modal-content {padding:10px}
	/*.modal-content h1 {font-size:100%; margin-bottom:3px}
	.modal-content p {font-size:75%;width:70%; margin:auto}*/
	a.modal-close:hover {opacity:1}
}
@media screen and (max-width: 640px) {
	.modal-content {padding:10px}
	/*.modal-content img {max-height:inherit; width:100%; height:auto}
	.modal-content p {font-size:75%; width:100%;}*/
	a.modal-close:hover {opacity:1}
}
