*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

html{
	background:white;
	padding:0;
}

body{
	max-width:1920px;
	margin:0 auto;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	position:relative;
	background:url('back/00.webp');
	padding-bottom:200px;
}

::-webkit-scrollbar{width:10px;}
::-webkit-scrollbar-track{background:#ddd;}
::-webkit-scrollbar-thumb{background:orange; border-radius:5px;}
::-webkit-scrollbar-thumb:hover{background:orange;}

a:link, a:hover, a:active, a:visited{text-decoration:none; outline:none;}

.clear{clear:both;}


.mcount{display:none;}

.icos{display:none;}

.twrap{
	width:740px;
	margin:0 auto;
	margin-top:25px;
	padding:9px;
	border-radius:9px;
	position:relative;
	z-index:9;
	background:white;
}

.imgt{
	display:block;
	width:100%;
	margin:0 auto;
	border-radius:9px;
}

.vx{
	display:block;
	width:100%;
	margin:0 auto;
	border-radius:9px;
	outline:none;
	cursor:pointer;
}

.des{
	font-family:montserrat;
	font-size:20px;
	letter-spacing:1px;
	line-height:30px;
	color:#00394d;
	margin-top:11px;
	text-align:center;
}

.aover{
	font-family:montserrat;
	font-size:20px;
	font-weight:500;
	letter-spacing:1px;
	color:#007399;
	text-align:center;
}

.artitle{
	font-family:'autour one';
	font-size:25px;
	font-weight:600;
	letter-spacing:1px;
	text-align:center;
	color:#007399;
	line-height:36px;
}

.intro{
	font-family:montserrat;
	font-size:20px;
	font-weight:500;
	text-align:center;
	color:#00394d;
	letter-spacing:1px;
	line-height:30px;
	white-space:pre-wrap;
}

.aline{
	width:740px;
	margin:0 auto;
	margin-top:9px;
	border-top:2px dashed #007399;
}

.storywrap{
	width:740px;
	margin:0 auto;
	.background:lightblue;
}

.p{
	font-family:montserrat;
	font-size:19px;
	font-weight:500;
	color:#00394d;
	white-space:pre-wrap;
	letter-spacing:1px;
	line-height:32px;
	user-select: text;
	margin-left:-23px;
	margin-top:30px;
}

.d{
	font-family:montserrat;
	font-size:19px;
	font-weight:500;
	color:#00394d;
	white-space:pre-wrap;
	letter-spacing:1px;
	line-height:32px;
	user-select: text;
	margin-top:30px;
	position:relative;
}

.d::before {
	content: '';
	width:9px; height:9px;
	border-radius:50%;
	position:absolute;
	left:-23px; top:10px;
	background:#007399;  
}

.x{
	font-family:montserrat;
	font-size:19px;
	font-weight:500;
	color:#00394d;
	white-space:pre-wrap;
	letter-spacing:1px;
	line-height:32px;
	user-select: text;
	.margin-left:20px;
	margin-top:14px;
}

.story a{
	font-family:montserrat;
	font-size:19px;
	font-weight:500;
	color:#00394d;
	white-space:pre-wrap;
	letter-spacing:1px;
	line-height:32px;
	user-select: text;
	color:black;
	border-bottom:2px dashed #00394d;
	position:relative;
}

.story a:active{bottom:2px;}

.story hr{
	margin:34px 0 25px 0;
}

.stars{
	font-family:montserrat;
	font-size:25px;
	font-weight:500;
	letter-spacing:2px;
	color:#00394d;
	white-space:pre-wrap;
	letter-spacing:1px;
	line-height:32px;
	user-select: text;
	margin-left:3px;
	margin-top:30px;
	color:#006080;
}


@media only screen and (max-width: 1540px){

}

@media only screen and (max-width: 1360px){

}

@media only screen and (max-width: 1250px){

}

@media only screen and (max-width: 1080px){
	.icos{display:block; margin-top:36px;}
	.twrap{padding:0;}
}

@media only screen and (max-width: 900px){
	
}

@media only screen and (max-width: 790px){
	.twrap{width:100%; border-radius:0;}
	.aover{font-size:18px;}
	.artitle{font-size:20px;}
	.imgt, .vx{border-radius:0; filter:none;}
	.intro{padding:0 20px; font-size:18px;}
	.aline{width:100%; padding:0 25px;}
	.storywrap{width:100%; padding:0 45px;}
	.storywrap p{font-size:18px;}	
	::-webkit-scrollbar{width:0;}
}

@media only screen and (max-width: 630px){

}

