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

	[ Products Solution Top ] 
	
	Update 2010/05/11
	@ Sony Marketing(Japan) Inc
	

	--- "/vaio/solution/index.html"
	
=========================================*/

/* -----------------------------------------
	Basic settings
------------------------------------------ */
body{
	text-align:left;
}

/* Headline
------------------------------------------ */
h2#tmp-subtitle {
	background-repeat: repeat-x;
}
.mod-subTitle{
	margin:15px 0;
}
.mod-subTitle h2{
	font-weight:bold;
}
h3 {
	margin-bottom:20px;
	background: #E5E5E5;
	padding: 8px 10px;
	line-height: 1;
}


/* Layout
------------------------------------------ */

div.twoColumnWrap {
	margin:0 0 40px;
}
div#softArea {
	float:left;
	width:735px;
}
div#relatedArea {
	float:right;
	width:190px;
}
.mod-columnSP-extra {
	float:right;
	width:190px;
}

*:first-child+html .mod-columnSP-extra {
	float:right;
	width:190px;
	height:1000px;
}

@media (max-width:640px) {
	div.twoColumnWrap {
		margin:0 0 20px;
	}
	div#softArea {
		width:auto;
		float:left;
	}
	div#relatedArea {
		float:left;
	}
}

/* main-visual
------------------------------------------ */
ul,ol,li,dl,dt,dd {
	margin:0;
	padding:0;
	list-style: none;
}

/* softArea
------------------------------------------ */
div.softAreaInner {
	padding:0 20px;
}

/* items */
div.items {
	clear:both;
	width:720px;
	margin:20px 0 0 0;
*zoom:1
}
@media (max-width:640px) {
	div.itemLeft {
		padding:0 0 15px 0;
	}
}
div.itemsFirst {
	margin-top: 30px !important;
}
div.items h4 {
	margin:0 0 10px 0;
	background: url(/vaio/solution/Images/line.gif) repeat-x bottom;
	padding-bottom: 3px;
	color: #43677F;
}
div.itemLeft {
	width:335px;
	float:left;
*display:inline;
	margin:0 20px 0 0;
}
div.itemLeft p{
	margin:10px 0 0 0;
}
div.items ul {
	margin-top:10px;
}
div.items ul li {
	background: url(/vaio/solution/Images/arrow.gif) no-repeat left 0.5em;
	padding-left:10px;
}
.softListBtn {
	margin-top: 25px;
	text-align: right;
}

@media (max-width:640px) {
	div.softAreaInner {
		padding:0;
	}
	div.items {
		float:left;
		width:auto;
		margin:0 auto;
	}
	div.items h4 {
		width:auto;
		margin:0 auto;
	}
	div.itemLeft {
		float:left;
		width:auto;
		margin:0;
	}
	div.itemLeft p{
		margin:10px auto 0;
	}
	div.items ul {
		margin:20px  0;
	}
	div.items ul li {
		background: url(/vaio/solution/Images/arrow.gif) no-repeat left 0.5em;
		padding-left:10px;
	}
}

/* relatedArea
------------------------------------------ */
div#bnrArea {
	width:190px;
	margin: 0 auto 25px;
}

@media (max-width:640px) {
	#bnrArea{
		margin:0 auto;
	}
}

@media (max-width:640px) {
	.mod-column2 .mod-columnSP-extra {
	clear:both;
	float:none;
	width:auto;
	margin:20px auto
	}
}

/* bnrList */
ul.bnrList {
	margin:0 15px 0 14px;
}
ul.bnrList li {
	margin-top:10px;
	width: 161px;
}

/* link arrow icon */
#relatedArea ul.bnrList li p {
	padding-left:1em;
	background: url(/vaio/solution/Images/arrow.gif) no-repeat left 0.5em;
}
.arrowInline {
	padding-left: 10px;
	background: url(/vaio/solution/Images/arrow.gif) no-repeat left 0.3em;
}
.arrowInlineS {
	padding-left: 10px;
	background: url(/vaio/solution/Images/arrow.gif) no-repeat 2px 0.2em;
}

/* notes */
div.items ul.note li {
	font-size:83%;
	background: none;
	padding-left: 0;
	margin-left:1.5em;
	text-indent:-1.5em;
}

.seriesName {
	padding: 6px 0;
	text-align: center;
}
.mod-brandTopImage{
	margin:0;
}
p.alignRight{
	heigth:100%;
	margin:0;
	text-align:right;
}
.text12{
	font-size:12px;
}

/* -----------------------------------------
	hover settings
------------------------------------------ */
table#compareTable tr.line_on td {
	background:#d4f2ff;
}
table#compareTable tr td.rowColor {
	background:#d4f2ff;
}
table#compareTable tr.line_on td.rowColor {
	background:#93dfff;
}
/*fix*/
table#compareTable tr.line_on td.empty {
	background: #ffffff;
}


/* -----------------------------------------
	thickbox.css overwrite
------------------------------------------ */

TB_window,
#TB_iframeContent {
	position:absolute;
	left:0;
	top:500px;
	*top:250px;
	overflow:hidden;
}
#TB_title {
	display:none;
}
.TB_overlayBG {
	position:relative;
	background-color:#000000;
}

@media (max-width:640px) {
	br {
			display:none;
	}
}

/* clearfix */
.twoColumnWrap:after,
#softArea:after,
.items:after,
.itemLeft:after,
.itemRight:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.twoColumnWrap,
#softArea,
.items,
.itemLeft,
.itemRight {
	zoom: 1;
}

* html .twoColumnWrap,
* html #softArea,
* html .items,
* html .itemLeft,
* html .itemRight {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}




/* WhiteData. 2012.4.26 */

/* itemsNew */
div.itemsNew {
	clear:both;
	width:720px;
	margin:20px 0 0 0;
*zoom:1
}
@media (max-width:640px) {
	div.itemLeftNew {
		padding:0 0 15px 0;
	}
}
div.itemsFirstNew {
	margin-top: 30px !important;
}
div.itemsNew h4 {
	margin:0 0 10px 0;
	background: url(/vaio/solution/Images/bg_stl.jpg) no-repeat;
	padding: 5px 5px 3px 5px;
	color: #43677F;
	font-size: 15px;
	border-bottom: 2px solid #377bd6;
}
div.itemsNew h4 a {
	color: #333;
}
div.itemLeftNew {
	width:335px;
	float:left;
*display:inline;
	margin:0 20px 15px 0;
}
div.itemLeftNew p{
	margin:10px 0 0 0;
}

div.itemRightNew {
	width:335px;
	float:right;
*display:inline;
	margin:0 30px 15px 0;
}
div.itemRightNew p{
	margin:10px 0 0 0;
}

div.itemsNew ul {
	margin:10px 0;
	background: url(/vaio/solution/Images/line.gif) repeat-x bottom;
}
div.itemsNew ul li {
	background: url(/vaio/solution/Images/arrow.gif) no-repeat left 0.5em;
	padding: 0 0 5px 10px;
}
div.itemsNew ul li a {
	font-weight: bold;
	color: #333;
}

@media (max-width:640px) {
	div.itemsNew {
		float:left;
		width:auto;
		margin:0 auto;
	}
	div.itemsNew h4 {
		width: auto;
		margin:0 auto;
		background: url(/vaio/solution/Images/bg_stl_mq.jpg) repeat-x;
  -webkit-border-top-left-radius: 5px;  
  -webkit-border-top-right-radius: 5px;  
  -moz-border-radius-topleft: 5px;  
  -moz-border-radius-topright: 5px;  
	}  
	div.itemLeftNew {
		float:left;
		width:100% !important;
		margin:0;
	}
	div.itemLeftNew p{
		margin:10px auto 0;
	}
	div.itemsNew ul {
		margin:20px  0;
	}
	div.itemsNew ul li {
		background: url(/vaio/solution/Images/arrow.gif) no-repeat left 0.5em;
		padding-left:10px;
	}
}