  /* Lightbox で表示させるDIV要素のCSS */
  .lightbox-panel {
	box-shadow:rgba(141, 221, 101, 0.65) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(141, 221, 101, 0.65) 0px 0px 6px 3px;
-moz-box-shadow:rgba(141, 221, 101, 0.65) 0px 0px 6px 3px;
	width:50%;
	position: fixed;
	top:5%;
	left:0;
	right:0;
	margin: auto;
	z-index:9999;
	background-color: #FFFFFF;
	display: none;
	padding:30px;
	color:#666666;
	text-align:center;
	overflow:scroll;
	overflow-x:hidden;
		height: 80%;

  }
  /* Lightbox表示時に背景を黒に */
  .BlackWindow{
	display:none;
	background:#d6aa00;
	opacity: 0.8;/*黒地の背景の調整はこの数値で調整*/
	filter: alpha(opacity=80);/*黒地の背景の調整はこの数値で調整*/
	position: fixed;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	z-index: 9997;
	height: 100%;
	width: 100%;
  }
 
  .lightbox-panel h2{
	font-size:130%;
	line-height:1.5em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-bottom:#000000 1px solid;
	border-top:#000000 1px solid;
	padding:20px 0 20px 0;
	margin-bottom:20px;
	 text-align:center;
  }



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

  

.show-panel{
	cursor: pointer;

}

.open-panel_r{
	background-color:#FF0004 !important;
}

.open-panel{
	position: relative;
	background-color: #F15A24;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #A74F29;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	display: block;
	width: 80%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	font-weight:bold;
}

.open-panel::before,
.open-panel::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.open-panel,
.open-panel::before,
.open-panel::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.open-panel:hover {
	top: -4px;
	box-shadow: 0 7px 0 #A74F29;
	text-decoration: none;

}
.open-panel:active {
	top: 3px;
	box-shadow: none;
}
	   



.close-panel{
	position: relative;
	background-color: #f7d034;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #f7ba59;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	display: block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	font-weight:bold;
}

.close-panel::before,
.close-panel::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.close-panel,
.close-panel::before,
.close-panel::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.close-panel:hover {
	top: -4px;
	box-shadow: 0 7px 0 #f7ba59;
		text-decoration: none;

}
.close-panel:active {
	top: 3px;
	box-shadow: none;
}

@media (max-width : 800px ){
	  .lightbox-panel br{
		  display:none;
	  }
	   .lightbox-panel {
	box-shadow:rgba(141, 221, 101, 0.65) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(141, 221, 101, 0.65) 0px 0px 6px 3px;
-moz-box-shadow:rgba(141, 221, 101, 0.65) 0px 0px 6px 3px;
	width:90%;
	position: fixed;
	top:5%;
	left:0;
	right:0;
	bottom:5%;
	margin: auto;
	z-index:9999;
	background-color: #FFFFFF;
	display: none;
	padding:30px;
	color:#666666;
	text-align:left;
	overflow:scroll;
	overflow-x:hidden;
		height:90%;
		}
	  
	  .close-panel{
		position: relative;
		bottom:0;
	background-color: #f7d034;
	border-radius: 4px;
	color: #fff;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #f7ba59;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	display: block;
	width: 80%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	font-weight:bold;
}

.close-panel::before,
.close-panel::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.close-panel,
.close-panel::before,
.close-panel::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.close-panel:hover {
	top: -4px;
	box-shadow: 0 7px 0 #f7ba59;
		text-decoration: none;

}
.close-panel:active {
	top: 3px;
	box-shadow: none;
}
	  
	  
	 .close-panel{
		position: relative;
		bottom:0;
	background-color: #f7d034;
	border-radius: 4px;
	color: #fff;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #f7ba59;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	display: block;
	width: 80%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	font-weight:bold;
}


	  
	  
}