.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,.9);
}
.modal-wrap {
	z-index: 9999;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
}
.modal-open {
	color: #00f;
	text-decoration: underline;
}
.modal-open:hover {
	cursor: pointer;
	color: #f00;
}
.modal-close:hover {
	cursor: pointer;
	color: #f00;
}
.textarea {
	max-width: 640px;
	margin: 5vh auto !important;
	position: relative;
	padding: 50px;
	box-sizing: border-box;
	background: #FFF;
}
.textarea img{
	max-width:100%;
}
@media only screen and (max-width:736px) {
.textarea {
	width: 90vw;
	margin: 5vh 5vw;
	padding: 25px;
}
}
.titlebox {
	width: 200px;
	height: 200px;
	padding: 25px;
	box-sizing: border-box;
	background: rgba(0,159,231,.8);
}

.textarea h1 {
	font-size: 20px;
	color: #999;
	font-weight: bold;
}
.textarea h1 span{
	border-bottom:3px solid #FAAE17;
}
.textarea h2 {
	font-size: 28px;
	font-weight: bold;
	margin: 10px 0;
}
@media only screen and (max-width:736px) {
.textarea h1 {
	font-size: 18px;
}
.textarea h2 {
	font-size: 20px;
}
}
.textarea h3 {
	font-weight: bold;
	font-size:24px;
	color:#414042;
	margin:20px 0
}
.textarea time{
	color:#999;
	font-size:14px;
}
.textarea p {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 170%;
}
@media only screen and (max-width:736px) {
	.textarea h3 {
		font-size:18px;
	}
.textarea p {
	font-size: 13px;
}
}
p.closemodal {
	position: fixed;
	top: 30px;
	right: 40px;
	font-size:50px;
}
p.closemodal a:hover{
	color:#333;
}

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