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


/*===============================

	[ beginner school security 06 ]

===============================*/

/* ウイルスに…処理手順・基本的な処理手順　共用*/
#contents .section2 h6 span span {
	font-size: 1.3em; 
	margin-left: 2px;
}

#contents .section2 ul li {
	margin-right: 10px;
}

/* ウイルスに感染してしまったときの基本的な処理手順 */
.basicSteps {
	border: solid 1px #093;
	padding: 0 7px 0 0;
	margin: 0 20px;
}

#contents .section2 .basicSteps h6 span {
	color: #093;
}

#contents .section2 .basicSteps h6 {
	border-bottom: solid 1px #093;
	background-color: #ECFEDF;
	padding: 0 0 0 5px;
}


/* ウイルスの駆除がうまくいかなかったときの処理手順 */
.recoverySteps {
	border: solid 1px #F60;
	padding: 0 7px 0 0;
	margin: 0 20px;
}

#contents .section2 .recoverySteps h6 {
	border-bottom: solid 1px #F60;
	background-color: #FEFED9;
	padding: 0 0 0 5px;
}

</pre></body></html>