  /* 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: 600px;
	position: fixed;
	top: 200px;
	left: 50%;
	z-index: 200;
	border: 2px solid #CCCCCC;
	margin-left: -300px;
	background-color: #FFFFFF;
	display: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
  }
  /* Lightbox表示時に背景を黒に */
  .BlackWindow{
	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 {
	-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: 600px;
	position: fixed;
	top: 200px;
	left: 50%;
	z-index: 200;
	border: 2px solid #CCCCCC;
	margin-left: -300px;
	background-color: #FFFFFF;
	display: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
  }
  /* Lightbox表示時に背景を黒に */
  .BlackWindow2{
	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 {
	-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: 400px;
	position: fixed;
	top: 200px;
	left: 50%;
	display: none;
	z-index: 10;
	border: 2px solid #CCCCCC;
	margin-left: -200px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
	z-index: 200;
  }
  /* Lightbox表示時に背景を黒に */
  .BlackWindow3{
	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-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;
	
}

.panel{
	border-top: dashed 1px #48A1D2;
	padding-top:10px;
	margin-top:10px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	}

.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;
}
