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

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

	Site Name: SONY WALKMAN
	File Name: inc_common.css
	Info: include common css file

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

/* -------------------------------------------------------
	Key Features Settings
------------------------------------------------------- */
#keyFeatures {
	margin-bottom:30px;
	background:url(/walkman/tmp_include/images/tmp_omoline.gif) no-repeat left bottom;
	padding-bottom:26px;
}
#keyFeatures .headline {
	
}
#keyFeatures .boxes {
	margin-top:25px;
}
#keyFeatures .box {
	display:table-cell;
	padding-right:20px;
	width:260px;
	vertical-align:top;
}

	/* for IE6-7 */
	* html #keyFeatures .box {
		display:inline;
		zoom:1;
	}
	*:first-child+html #keyFeatures .box {
		display:inline;
		zoom:1;
	}

#keyFeatures .textLink {
	margin-top:3px;
	background:url(/walkman/share/images/products/tmp/arrow_black.gif) no-repeat left 6px;
	padding-left:10px;
	font-weight:bold;
}

#keyFeatures .notes {
	margin-top:20px;
	font-size:84%;
}
#keyFeatures .notes li {
	padding-left:2em;
	text-indent:-2em;
}
.incNotes {
	margin-top:15px;
	font-size:84%;
}
.incNotes li {
	padding-left:2em;
	text-indent:-2em;
}
</pre></body></html>