.lock {
	overflow: hidden;
}
#modal-target {
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
}
.modal-content {
	display: none;
}
.modal-overlay {
	z-index: 9998;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(255,255,255,1);
}
.modal-wrap {
 background: -moz-linear-gradient(left, #bbc2ca, #FFF,#bbc2ca);
 background: -webkit-linear-gradient(left, #bbc2ca, #FFF,#bbc2ca);
 background: linear-gradient(to right,#bbc2ca, #FFF,#bbc2ca);
	z-index: 999999;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
}
.modal-close{
	font-size: 100%;
}
.modal-close:hover {
	cursor: pointer;
	color: #f00;
}
.modal-content > div{
	max-width: 1024px;
	margin: 10vh auto 5vh auto !important;
	position: relative;
	padding: 60px 40px;
	box-sizing: border-box;
}
.modal-content > div img{
	max-width:100%;
}
@media only screen and (max-width:736px) {
.modal-content > div {
	width: 90vw;
	margin: 5vh 5vw;
	padding: 0px 20px;
}
}
.titlebox {
	width: 200px;
	height: 200px;
	padding: 25px;
	box-sizing: border-box;
	background: rgba(0,159,231,.8);
}

p.closemodal {
	position: fixed;
	top: 40px;
	right: 40px;
	font-size:50px;
 line-height: 1;
}
p.closemodal a:hover{
	color:#333;
}

@media only screen and (max-width:736px) {
	p.closemodal {
	top: 15px;
	right: 15px;
	}
}
