<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 02 ]

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

/* 見出し一覧 */


div#contents div.section span.clause {
    color: #f60;
}

#articles {
	font-size: 14px;
	font-weight: bold;
	background-color: #FEFEEE;
	border: solid 1px #FC6;
	width: 460px;
	padding: 5px;
	margin: 0 auto 50px auto;
}

#articles ul {
	list-style-type : none;
	margin : 0;
	padding : 0.5em;
}

#articles ul li {
	display : block;
}


#articles ul li span {
	color: #F60;
}



/* ボタン右寄せ */
#main2 #beginnerContents #contentsMain0801 div.btn {
	overflow: hidden;
}

#main2 #beginnerContents #contentsMain0801 div.btn a {
	float: right;
}



/*発売別セキュリティーソフト案内*/

#main2 #release_pattern div.frame {
	background-image: url("/support/vaio/notices/Images/security_bg_frame.gif");
	background-repeat: no-repeat;
	margin: 15px 0 0 0;
	padding: 20px 0 0 0;
	width: 560px;
	}

#main2 #release_pattern div.frame_bottom {
	background-image: url("/support/vaio/notices/Images/security_bg_frameb.gif");
	background-repeat: no-repeat;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 0 0 20px 0;
	}
	
#main2 #release_pattern div.release {
	padding: 0 0 20px 20px;
	width: 560px;
	}

/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
#articles {
	width: auto;
}
}</pre></body></html>