<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.new{
	position:relative;
	display:block;
	overflow:visible;
}
.new:after{
	display:block;
	position:absolute;
	/* left:-3px; */
}
.new:after{
	content:"New!";
	background: #f1004a;
	color:#fff;
	padding:0 8px;
	height:20px;
	line-height:20px;
	bottom: 0;
	z-index:10;
	font-size:0.8em;
}

.kushikatsu {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: solid 3px #DD34A7;
}
</pre></body></html>