<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.noprint{
	position: relative;
	display: block;
}
.noprint img{
	display: none !important;
}
.noprint::before{
	content: "";
	display: inline-block;
}

.replace_210107::before{
	width: 300px;
	height: 400px;
	background: url("/standup/img/210107.jpg") no-repeat;
}

.replace_201210::before{
	width: 282px;
	height: 400px;
	background: url("/standup/img/201210.jpg") no-repeat;
}

@media print {
	.noprint { display: none !important; }
}

/* =============================================
 protect
============================================= */
.protect {
    display: block;
    position: relative;
    -webkit-user-drag: none;
    user-select: none;
}
.protect::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.protect img {
    -webkit-user-drag: none;
    pointer-events: none;
}
@media print {
    .protect {
        display: none !important;
    }
}</pre></body></html>