@charset "UTF-8";
/* News */
#news {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 880px;
    height: 100%;
    min-height: 728px;
    z-index: 1001;
	padding: 40px 0;
}
#news::after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	z-index: -1;
}
#news2 {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 880px;
    height: 100%;
    min-height: 728px;
    z-index: 1001;
	padding: 40px 0;
}
#news2::after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	z-index: -1;
}
.btn-close {
    position: fixed;
    top: 54px;
    left: 50%;
	margin-left: 284px;
    color: #FFF;
    z-index: 1100;
    transition: all 0.2s ease-out;
}
.btn-close:hover {
    transform: scale(1.2);
    cursor: pointer;
}
.btn-close span {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
}
.btn-close span:before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 20px;
    height: 3px;
    background: #000;
    transform: rotate(45deg);
}
.btn-close span:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 20px;
    height: 3px;
    background: #000;
    transform: rotate(-45deg);
}

.news-inner {
	background: #FFF;
	width: 640px;
	height: calc(100vh - 80px);
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: scroll;
    box-sizing: border-box;
}
.news-header {
	padding: 24px;
}
.news-title {
	font-family: serif;
	font-size: 12px;
	margin-bottom: 4px;
}
.entry-title {
	font-size: 21px;
	line-height: 1.5em;
}
.entry-body {
	padding: 30px;
	font-family: sans-serif;
}
.entry-body h4 {
	font-size: 16px;
	margin-bottom: 1em;
}
.entry-body h5 {
	font-size: 14px;
	margin-top: 1em;
}
.entry-body dl {
	margin-top: 1em;
	padding-top: 1em;
	border-top: solid 1px #CCC;
}
.entry-body dt {
	font-weight: 700;
}
.entry-body p {
	font-size: 14px;
	line-height: 1.7em;
	margin-top: 1em;
}
.entry-body ol {
	margin: 0.5em 0 0.5em 1.3em;
}
.entry-body ol li {
	list-style-type: decimal;
	font-size: 14px;
	line-height: 1.7em;
	margin: 0.3em
}
.entry-body .small {
	font-size: 12px;
	color: #333;
}
.entry-block {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: solid 1px #CCC;
}
.entry-block dl {
	display: flex;
	margin-bottom: 0.5em;
}
.entry-block dt {
	width: 9em;
	padding-right: 15px;
}
.entry-block dd {
	width: calc(100% - 9em);
}
.entry-block dt,
.entry-block dd {
	font-size: 14px;
	color: #333;
	letter-spacing: 0.05em;
}


/* Comments */
#comments {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 880px;
    height: 100%;
    min-height: 728px;
    z-index: 1001;
	padding: 40px 0;
}
#comments::after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	z-index: -1;
}
.comments-inner {
	background: #000;
	width: 640px;
	height: calc(100vh - 80px);
	padding: 30px 30px 30px;
	margin: 0 auto;
	position: relative;
	overflow: scroll;
    box-sizing: border-box;
}
.btn-close2 {
    position: fixed;
    top: 54px;
    left: 50%;
	margin-left: 284px;
    color: #FFF;
    z-index: 1100;
    transition: all 0.2s ease-out;
}
.btn-close2:hover {
    transform: scale(1.2);
    cursor: pointer;
}
.btn-close2 span {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
}
.btn-close2 span:before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 20px;
    height: 3px;
    background: #000;
    transform: rotate(45deg);
}
.btn-close2 span:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 20px;
    height: 3px;
    background: #000;
    transform: rotate(-45deg);
}
.btn-close3 {
    position: fixed;
    top: 54px;
    left: 50%;
	margin-left: 284px;
    color: #FFF;
    z-index: 1100;
    transition: all 0.2s ease-out;
}
.btn-close3:hover {
    transform: scale(1.2);
    cursor: pointer;
}
.btn-close3 span {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
}
.btn-close3 span:before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 20px;
    height: 3px;
    background: #000;
    transform: rotate(45deg);
}
.btn-close3 span:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 20px;
    height: 3px;
    background: #000;
    transform: rotate(-45deg);
}

.box-comments {
	width: 90%;
	max-width: 640px!important;
	height: 80vh;
	overflow: auto;
	font-family: sans-serif;
	border-radius: 7px;
	
}
.comments-inner {
	padding: 30px;
	background: #FFF;
}
.comment {
	margin-top: 40px;
}
.comment:first-child {
	margin-top: 0;
}
.comment-inner {
	position: relative;
	text-align: left;
}
.comment-img {
	float: left;
	width: 34%;
	padding-right: 5%;
	padding-bottom: 5%;
	min-height: 200px;
}
.comment-name {
	margin-bottom: 1em;
}
.comment-body p {
	font-size: 14px;
	line-height: 1.7em;
}

@media screen and (max-width: 920px) {
	#news,
	#news2,
	#comments {
		min-width: 100%;
		height: 100%;
		min-height: auto;
	}
	.news-inner,
	.comments-inner {
		width: 100%;
		max-width: 600px;
		padding-bottom: 80px;
	}
	.btn-close,
	.btn-close2,
	.btn-close3 {
		top: 14px;
		left: auto;
		right: 14px;
		margin-left: 0;
	}
	.btn-close span:before,
	.btn-close2 span:before,
	.btn-close3 span:before {
		background: #FFF;
	}
	.btn-close span:after,
	.btn-close2 span:after,
	.btn-close3 span:after {
		background: #FFF;
	}

	.comments-inner {
		padding: 0 20px;
		background: #FFF;
		padding-bottom: 100px;
	}
	.comment-name {
		font-size: 14px;
		margin-bottom: 1em;
	}
	.comment-body p {
		font-size: 13px;
		line-height: 1.7em;
	}
	.comment-img {
		float: left;
		width: 32%;
		padding-right: 15px;
		padding-bottom: 10px;
		min-height: 200px;
	}
}