.googleMapCanvas{ width:100%; border:0px none; height: 400px;}
.googleMapCanvas img{max-width: none !important;}

/* Custom CSS for pascal */
/*================================================
 *  divlightbox
 ================================================*/

  /* Lightbox で表示させるDIV要素のCSS */
.lightbox-panel {
	background: rgba(255,255,255,.9);
	-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	-moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	max-width: 1000px;
	width: 95%;
	position: fixed;
	top: 10%;
	left: 0;
	right: 0;
	display: none;
	z-index: 200;
	padding: 6px 6px 80px 6px;
	margin: 0px auto;
	max-height: 70%;
	height: 70%;
}
/* Lightbox表示時に背景を黒に */
.BlackWindow {
	display: none;
	background: #000000;
	opacity: 0.7;/*黒地の背景の調整はこの数値で調整*/
	filter: alpha(opacity=70);/*黒地の背景の調整はこの数値で調整*/
	position: fixed;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	z-index: 199;
}
/* Custom CSS end for pascal */
