<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.i-sun { display:inline-block; margin-left:5px; color:red; text-shadow:1px 1px 2px white, -1px 1px 2px white, 1px -1px 2px white, -1px -1px 2px white; }
.fileupdate {	background-color: #ffeeee;	}
.noupdate {		background-color: #eeffff;	}
.editupdate {	background-color: #ffffcc;	}
.successormodel { font-size:1.0rem; }

/* â–¼å¹…ã®ç‹­ã„ç”»é¢å¯¾ç­– */
@media all and (max-width: 600px) {
	.howtocustomize {
		margin: 1em 0px;
		padding: 0px;
	}
	.howtocustomize &gt; li {
		list-style-type: none;
		margin-top: 0.5em;
	}
	.howtocustomize ul {
		margin: 0.5em 0px 0px 0px;
		padding: 0px 0px 0px 1em;
		font-size: 0.95em;
	}
	.successormodel { font-size:0.75rem; }
}
.points + .sampleimagearea { margin: -1em 0 2em; }

/* Selected Tab */
.sangoyomiTop		.navforpages li a.tTop,
.sangoyomiSetup	.navforpages li a.tSetup,
.sangoyomiUsage	.navforpages li a.tUsage,
.sangoyomiCustom	.navforpages li a.tCustom,
.sangoyomiFaq		.navforpages li a.tFaq,
.sangoyomiSkin	.navforpages li a.tSkin,
.sangoyomiRNote	.navforpages li a.tRNote
{
	background-color: white;
	color: black;
	z-index: 10;
}

/* for SETUP Page */
.aftersetup { margin-top:0.75em; }
.howtovp-table { display: table; margin:0.25em 0; }
.howtovp-table div { display: table-cell; vertical-align:middle; }
.howtovp-title { margin:0 1em 0 0; padding:1rem; min-width:7em; position:relative; font-size:1.25em; background-color:#ccc; border-radius:0.5em; line-height:1.1; text-align:center; }
.howtovp-title::after {
	content: 'â–¶';
	display: block;
	position: absolute;
	top: 0.75rem;
	right: -1.2rem;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	color: #ccc;
}
.howtovp-releasenote .howtovp-title { letter-spacing: 0.1em; }
.howtovp-download .howtovp-title { background-color: royalblue; color: white; }
.howtovp-download .howtovp-title::after { color: royalblue; }
.howtovp-releasenote .howtovp-title { background-color: hotpink; color: white; }
.howtovp-releasenote .howtovp-title::after { color: hotpink; }
@media (max-width: 599px) {
	.howtovp-table, .howtovp-table div { display:block; }
	.howtovp-title { margin:0; }
	.howtovp-title::after {
		content: 'â–¼';
		top: auto; left: 0; right: 0; bottom: -0.8em;
	}
}
</pre></body></html>