@charset "UTF-8";

.modal-overlay {
    z-index: 9998;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: #000;
}

.modal-wrap {
    z-index: 9999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
		-webkit-overflow-scrolling: touch;
}

.js_modal_content {
	width: 50% ;
	margin: 0 ;
	padding: 10px 20px ;
	border: 2px solid #aaa ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 101 ;
}
  
.js_modal_content .clsbtn,
.js-modal_content > .clsbtn,
.modal-wrap .clsbtn{
	position: absolute;
	display: block;
	top:-32px;
	right:-32px;
	width:60px;
	height: 60px;
	cursor:pointer;
	background: url('/image/fancybox_sprite.png') no-repeat left top;
	text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index:102;
}
.js_modal_content .clsbtn:hover,
.js-modal_content .clsbtn:hover {
	background-position: left bottom;
}

.modal-close-area{
	width:100%;
	height:100%;
  position: absolute;
  top: 0;
  left: 0;
}

