html {
	background-color:#000;
	background-image:url('https://cdn.yandere.love/static/bg-vt.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center left;
	height:100%;
	font-size:11pt;
}
.link, .link:visited, .link:active {
	color:#e81123;
	text-decoration: none;
}
.limk:hover {
	color:white !important;
}
.link:before {
	content:'｢';
	color:#666;
	top:-1px;
	position:relative;
}
.link:after {
	content:'｣';
	color:#666;
	bottom:-2px;
	position:relative;
}
body {
	color:#FFF;
	/* font-family: "Yu Gothic UI Light", Arial, Helvetica, sans-serif; */
	font-family:Arial, Helvetica, sans-serif;
}
div.content {
	margin:auto;
	max-width:1000px;
}
h1 {
	font-family: "Yu Gothic UI Light", Arial, Helvetica, sans-serif;
	position: relative;
	font-weight:100;
	padding:0px;
	margin:0px;
	line-height: 1.1em;
	/*border-bottom:1px solid rgb(200,100,255);*/
	width:60%;
}
h2 {
	font-size: 1em;
}
h1:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: -1px;
	right: -1px;
	height: 1px;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#e81123), to(transparent));
	background-image: -webkit-linear-gradient(left, #e81123, transparent);
	background-image: -moz-linear-gradient(left, #e81123, transparent); 
	background-image: -o-linear-gradient(left, #e81123, transparent);
}
td {
	padding:2px;
}
.red {
	color:#e81123;
}
.gr {
	color:#555;
}
.sg {
	float:right;
	padding-top:5px;
}
.im {
	float:right;
	padding-right:0px;
	margin-right:-12px;
}
.sideimg {
	margin-top:8px;
	padding:0px;
	margin-bottom:-5px;
	line-height:0px;
	z-index: 255;
	overflow: visible !important;
}
.mg {
    text-decoration: none;
    position: relative;
}
.mg:after {
    content: ' ';
    font-size: inherit;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 55%;
    bottom: 45%;
    border-top: 1px solid #e81123;
    /*border-bottom: 1px solid #e81123;*/
}
.weebquote:before {
	content:'｢';
	color:#666;
	top:-1px;
	position:relative;
}
.weebquote:after {
	content:'｣';
	color:#666;
	bottom:-2px;
	position:relative;
}
.box {
	background-color:rgba(8,8,8,0.75);
	border:1px solid rgba(8,8,8,0.75);
	margin:2px;
}
.pagetop {
	padding-left:12px;
	padding-right:12px;
	padding-top:0px;
	padding-bottom:2px;
}
.alert {
	border:1px solid #e81123;
	padding-left:12px;
	padding-right:12px;
	padding-top:4px;
	padding-bottom:4px;
	color:#e81123;
	text-align:center;
	font-size:0.9em;
	text-transform: uppercase;
	font-weight: normal;
}
.links {
	float:right;
	width:200px;
	padding:0px;
	padding-bottom: 500em;
    margin-bottom: -500em;
}
ul {
	padding:0px;
	list-style:none outside;
	margin:0px;
	margin-top:3px;
}
li {
	display:block;
	text-align:center;
	text-transform:uppercase;
}
li a {
	display:block;
	color:#FFF;
	text-decoration:none;

}
li:hover {
	background-color:#e81123;
}
.main {
	float:left;
	width:764px;
	padding-left:12px;
	padding-right:12px;
	padding-top:0px;
	/*padding-bottom:2px;*/
	padding-bottom: 500em;
    margin-bottom: -500em;
}
.lower {
	clear:both;
	padding-left:12px;
	padding-right:12px;
	padding-top:0px;
	padding-bottom:2px;
}
.ll {
	font-size:0.8em;
	font-weight:400;
}
.np {
	padding:0px;
	line-height: 0px;
}
hr.nav { 
  border: 0; 
  height: 1px;
  width:50%;
  /*background-color:#FFF; */
  background-image: -webkit-linear-gradient(left, transparent, #e81123, #e81123, transparent);
  background-image: -moz-linear-gradient(left, transparent, #e81123, #e81123, transparent); 
  background-image: -o-linear-gradient(left, transparent, #e81123, #e81123, transparent);
}
.silink {
	line-height: 0px;
	vertical-align: top;
}
::-moz-selection { /* Code for Firefox */
	color: black;
	background: #e81123;
  }
::selection {
	color: black;
	background: #e81123;
  }
.mail {
	display:block;
}
.mail:after {
	content: 'Mail';
}
.mail:hover:after {
	content: 'skylar@yandere.love';
}
.matrix:after {
	content: 'Matrix';
}
.matrix:hover:after {
	content: '@skylar:yandere.love';
}
.fediverse:after {
	content: 'Fediverse';
}
.fediverse:hover:after {
	content: '@skylar@misskey.yandere.love';
}
.bigcontainer4u {
	overflow-y: hidden;
    width: 100%;
}