/**==========================================================

	[ Solution /homenetwork ] 
	
	Update 2010/05/11
	@ Sony Marketing(Japan) Inc
	
	--- "/vaio/solution/homenetwork/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;
	padding:0 15px;
}

/* boxes setting */
.boxes {
	width: 495px;
	margin: 0 auto;
}
.boxL,
.boxR {
	display:table-cell;
	vertical-align:top;
}

	/* 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;
}

/* grid setting */
.grid1 .boxL {width:222px; padding-right: 50px;}
.grid1 .boxR {width:222px;}


/* ---------------------------------------
	3. Common module setting
--------------------------------------- */
/* corresponding
--------------------------------------- */
.corresponding {
	padding: 0 15px 40px;
}
.corresponding h6 {
	margin-bottom:0;
	padding: 0 0 20px 15px;
}
.corresponding ul.models {
	padding:0 1px 0 15px;
}
.corresponding ul.models li {
	float: left;
	padding:0 14px 25px 0;
}
.corresponding ul.models li img {
	vertical-align: bottom;
}


/* 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:1em;
	text-indent:-1em;
}


/* image center */
.imageCenter {
	margin-top:30px;
	text-align:center;
}


/* text align */
.align_center { text-align: center; }
.align_right { text-align: right; }


/* 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 */
.models:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.models,
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .models,
* html .clearfix { height: 1%; }
.models,
.clearfix { display: block; }
/* End hide from IE-mac */