/**==========================================================	[ Solution /quickwebaccess ] 		Update 2011/01/17	@ Sony Marketing(Japan) Inc		--- "/vaio/solution/quickwebaccess/index.html"		 1. Basic setting	 2. Page setting	 3. Common module setting	===========================================================*//* ---------------------------------------	1. Basic setting--------------------------------------- *//* headline setting */#main h2 {	margin-bottom:10px;}#main h3 {	margin-bottom:15px;	background:#E5E5E5;	padding:5px 9px 4px;	font-size:108%;}#main h4 {	background:url(/vaio/share/images/dotline_side.gif) repeat-x left bottom;	margin-bottom:15px;	padding-bottom:3px;}#main h5 {	border-left:5px solid #ADCDD8;	margin-bottom:10px;	padding-left:10px;}#main h6 {	margin-bottom:5px;}/* Layout */#main-visual {	margin-bottom:30px;}.section {	margin-bottom:30px;}/* boxes setting */.boxes {	padding:0 15px;}.boxL, .boxR {	display:table-cell;	vertical-align:top;}.boxR {	padding-left:20px;}	/* for IE6, 7 */	* html .boxL,	* html .boxR {		display:inline;		zoom:1;	}	*:first-child+html .boxL,	*:first-child+html .boxR {		display:inline;		zoom:1;	}/* ---------------------------------------	2. Page setting--------------------------------------- */.boxR img {	vertical-align:bottom;}/* overview */#main #overview {	margin-bottom:30px;}/* grid setting */.grid1 .boxL {width:516px;}.grid1 .boxR {width:384px;}/* ---------------------------------------	3. Common module setting--------------------------------------- *//* related series area */.relatedSeries {	padding: 0 15px 40px;}/* products info */.products_info {	margin-bottom:50px;	background:#F7F7F7;	padding:10px 20px;}.products_info ul li {	margin-left:0.8em;	text-indent:-0.8em;}/* note */p.note, ul.note li {	margin-left:1.3em;	text-indent:-1.3em;}/* image center */.imageCenter {	margin-top:30px;	text-align:center;}/* text align */.align_center { text-align: center; }.align_right { text-align: right; }/* text color */.gray {color:#999;}/* margin */.mt0 { margin-top: 0 ! important; }.mt5 { margin-top: 5px ! important; }.mt10 { margin-top: 10px ! important; }.mt15 { margin-top: 15px ! important; }.mt20 { margin-top: 20px ! important; }.mt30 { margin-top: 30px ! important; }.mt40 { margin-top: 40px ! important; }.mt50 { margin-top: 50px ! important; }.mr0 { margin-right: 0 ! important; }.mr5 { margin-right: 5px ! important; }.mr10 { margin-right: 10px ! important; }.mr15 { margin-right: 15px ! important; }.mr20 { margin-right: 20px ! important; }.mr30 { margin-right: 30px ! important; }.mr40 { margin-right: 40px ! important; }.mr50 { margin-right: 50px ! important; }.mb0 { margin-bottom: 0 ! important; }.mb5 { margin-bottom: 5px ! important; }.mb10 { margin-bottom: 10px ! important; }.mb15 { margin-bottom: 15px ! important; }.mb20 { margin-bottom: 20px ! important; }.mb30 { margin-bottom: 30px ! important; }.mb40 { margin-bottom: 40px ! important; }.mb50 { margin-bottom: 50px ! important; }.ml0 { margin-left: 0 ! important; }.ml5 { margin-left: 5px ! important; }.ml10 { margin-left: 10px ! important; }.ml15 { margin-left: 15px ! important; }.ml20 { margin-left: 20px ! important; }.ml30 { margin-left: 30px ! important; }.ml40 { margin-left: 40px ! important; }.ml50 { margin-left: 50px ! important; }/* clearfix */.clearfix:after {	content: ".";	display: block;	height: 0;	clear: both;	visibility: hidden;}.clearfix {	display: inline-block;}/* Hides from IE-mac \*/* html .clearfix { height: 1%; }.clearfix { display: block; }/* End hide from IE-mac */