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


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

	[ guide powersaving ]

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

div.section_powersaving h3.section_title div {
	padding: 0 0 0 46px;
	background: url("/support/vaio/guide/powersaving/images3/index_pttl.gif") no-repeat left 1px;
}

div.section_powersaving div img.Left {
	float: left;
	margin: 0 10px 10px 17px;
}

div.section_powersaving div#sleep table {
	border: 1px solid #999;
	border-collapse: collapse;
}

div.section_powersaving div#sleep table th {
	border: 1px solid #999;
	background-color: #FFC;
	color: #333;
	text-align: center;
}

div.section_powersaving div#sleep table td {
	border: 1px solid #999;
}

div.section_powersaving div#sleep table td p {
	margin: 10px;
}

div.section_powersaving div.mlsp {
	margin-left: 333px !important;
}


/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {

div.section_powersaving h3.section_title div {
	padding: 0 0 0 46px;
	background: url("/support/vaio/guide/powersaving/images3/index_pttl.gif") no-repeat bottom 1px;
}

div.section_powersaving div img.Left {
	float: none;
	display: block;
	margin: 20px auto 10px auto;
}

div.section_powersaving div.img318 {
	max-width: 318px;
}

div.section_powersaving div.img272 {
	max-width: 272px;
}

div.section_powersaving div.mlsp {
	margin-left: 20px !important;
}
}</pre></body></html>