  @charset "utf-8";
/* CSS Document */

html,body{margin:0; padding:0; height:100%; position:relative;}

#glayLayer{
	display:none;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#333;
	z-index:10;
}

#overLayer{
	display:none;
	background:#FFFFFF;
	padding:0px 80px 0px;
	/*padding:30px 70px 30px;*/
	position:fixed;
	top:50%;
	left:50%;
	z-index:20;
	text-align:left;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	/*IE9+*/
	box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.5);
	
}

#overLayerPrint{
	display:none;
}

*html #glayLayer,
*html #overLayer{
	position:absolute;
}

/* #btn_close{
	position:absolute;
	right:15px;
	top:12px;
} */
#btn_close{
	position: absolute;
	/* right: 10px;
	top: 10px; */
	right: 13px;
	top: 13px;
	cursor: pointer;
	display: inline-block;
	/* width: 46px;
	height: 46px; */
	width: 40px;
	height: 40px;
}
#btn_close span::before,
#btn_close span::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 3%;
	margin: -7% 0 0 -43%;
	/* background: #a2a2a2; */
	background: #666;
}
#btn_close span::before {
	transform: rotate(-45deg);
}
#btn_close span::after {
	transform: rotate(45deg);
}
#btn_close:hover span::before,
#btn_close:hover span::after{
	/* background: #666; */
	opacity: 0.6;
}

#page_mv_next{
	position: absolute;
	/* right: 10px; */
	right: 20px;
	top: 50%;
	margin-top: -20px;
}
#page_mv_prev{
	position: absolute;
	/* left: 10px; */
	left: 20px;
	top: 50%;
	margin-top: -20px;
}



#loading{
	position:absolute;
	left: 50%;
	top: 50%;
	margin-top: -16px;
	margin-left: -16px;
	display: none;
}

#now_pos{
	position:absolute;
	width: 80px;
	padding: 4px 0;
	line-height: 1;
	text-align: center;
	left: 0px;
	top: 17px;
	/* background:#555; */
	background:#2c4066;
	color:#f4f4f4;
	/* font-weight: bold; */
	font-size: 12px;
	font-size: 0.75rem;
}


@media print{
	html,body{height:auto !important; position:static;}
	
	#glayLayer,
	#btn_close,
	#page_mv_next,
	#page_mv_prev,
	.no_print,
	#now_pos{
	display:none !important;
	}
	
	#overLayer{
		display:none !important;
	}
	
	#overLayerPrint.print{
		display:block;
	}
	
	.pic_slide .pic_thumb ul li p.current{
		border-color:#e6e6e6;
	}

}