  /* Lightbox で表示させるDIV要素のCSS */
  .lightbox-panel {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #536376;
	-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	-moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	width: 900px;
	position: fixed;
	top: 100px;
	left: 50%;
	z-index: 9999;
	border: 2px solid #CCCCCC;
	margin-left: -400px;
	background-color: #FFFFFF;
	display: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	height: 70%;
	overflow: scroll;
	overflow-x:hidden;
  }


  /* Lightbox表示時に背景を黒に */
  .BlackWindow{
	display: none;
	background: #E9C000;
	opacity: 0.8;/*黒地の背景の調整はこの数値で調整*/
	filter: alpha(opacity=80);/*黒地の背景の調整はこの数値で調整*/
	position: fixed;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	z-index: 9998;
	height: 100%;
	width: 100%;
  }
  /* Lightbox で表示させるDIV要素のCSS */
  .lightbox-panel2 {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #536376;
	-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	-moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	width: 900px;
	position: fixed;
	top: 100px;
	left: 50%;
	z-index: 9997;
	border: 2px solid #CCCCCC;
	margin-left: -400px;
	background-color: #FFFFFF;
	display: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	height: 70%;
	overflow: scroll;
	overflow-x:hidden;
  }
  /* Lightbox表示時に背景を黒に */
  .BlackWindow2{
	display: none;
	background: #E9C000;
	opacity: 0.8;/*黒地の背景の調整はこの数値で調整*/
	filter: alpha(opacity=80);/*黒地の背景の調整はこの数値で調整*/
	position: fixed;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	z-index: 1;
	height: 100%;
	width: 100%;
	z-index: 9996;
  }

 /* Lightbox で表示させるDIV要素のCSS */
  .lightbox-panel3 {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #536376;
	-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	-moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	width: 900px;
	position: fixed;
	top: 100px;
	left: 50%;
	z-index: 9995;
	border: 2px solid #CCCCCC;
	margin-left: -400px;
	background-color: #FFFFFF;
	display: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	height: 70%;
	overflow: scroll;
	overflow-x:hidden;
  }
  /* Lightbox表示時に背景を黒に */
  .BlackWindow3{
	display: none;
	background: #E9C000;
	opacity: 0.8;/*黒地の背景の調整はこの数値で調整*/
	filter: alpha(opacity=80);/*黒地の背景の調整はこの数値で調整*/
	position: fixed;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	z-index: 1;
	height: 100%;
	width: 100%;
	z-index: 9994;
  }



/************************/

  /* Lightbox で表示させるDIV要素のCSS */
  .lightbox-panel_sp {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #536376;
	-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	-moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	width: 100%;
	position: fixed;
	top: 200px;
	left: 50%;
	display: none;
	z-index: 200;
	border: 2px solid #CCCCCC;
	margin-left: -50%;
	background-color: #FFFFFF;
	padding: 20px;
  }
  /* Lightbox表示時に背景を黒に */
  .BlackWindow_sp{
	display: none;
	background: #000000;
	opacity: 0.3;/*黒地の背景の調整はこの数値で調整*/
	filter: alpha(opacity=30);/*黒地の背景の調整はこの数値で調整*/
	position: fixed;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	z-index: 150;
	height: 100%;
	width: 100%;
  }
  /* Lightbox で表示させるDIV要素のCSS */
  .lightbox-panel2_sp {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #536376;
	-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	-moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	width: 100%;
	position: fixed;
	top: 200px;
	left: 50%;
	display: none;
	z-index: 10;
	border: 2px solid #CCCCCC;
	margin-left: -50%;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
	z-index: 200;
  }
  /* Lightbox表示時に背景を黒に */
  .BlackWindow2_sp{
	display: none;
	background: #000000;
	opacity: 0.3;/*黒地の背景の調整はこの数値で調整*/
	filter: alpha(opacity=30);/*黒地の背景の調整はこの数値で調整*/
	position: fixed;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	z-index: 1;
	height: 100%;
	width: 100%;
	z-index: 150;
  }

 /* Lightbox で表示させるDIV要素のCSS */
  .lightbox-panel3_sp {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #536376;
	-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	-moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
	width: 100%;
	position: fixed;
	top: 200px;
	left: 50%;
	display: none;
	z-index: 10;
	border: 2px solid #CCCCCC;
	margin-left: -50%;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
	z-index: 200;
  }
  /* Lightbox表示時に背景を黒に */
  .BlackWindow3_sp{
	display: none;
	background: #000000;
	opacity: 0.3;/*黒地の背景の調整はこの数値で調整*/
	filter: alpha(opacity=30);/*黒地の背景の調整はこの数値で調整*/
	position: fixed;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	z-index: 1;
	height: 100%;
	width: 100%;
	z-index: 150;
  }


.show-panel{
	cursor: pointer;
}

.show-panel2{
	cursor: pointer;
}
.show-panel3{
	cursor: pointer;
}

.show-panel_sp{
	cursor: pointer;
}

.show-panel2_sp{
	cursor: pointer;
}
.show-panel3_sp{
	cursor: pointer;
}
.close-panel{
	cursor: pointer;
}
.close-panel2{
	cursor: pointer;
}
.close-panel3{
	cursor: pointer;
}
.close-panel_sp{
	cursor: pointer;
}
.close-panel2_sp{
	cursor: pointer;
}
.close-panel3_sp{
	cursor: pointer;
}



.close-panel,.close-panel2,.close-panel3{
	position: fixed;
	margin-left: 860px;
}




