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

	[ Solution /b-mobile ] 
	
	Update 2010/04/02
	@ Sony Marketing(Japan) Inc
	
	--- "/vaio/solution/b-mobile/index.html"
	
	 1. Basic setting
	 2. Page setting
	 3. Common module setting
	
===========================================================*/
/* ---------------------------------------
	1. Basic setting
--------------------------------------- */
/* headline setting */
#main h2 {
	margin-bottom:10px;
}
h2.soH2Title {
	font-size: 1.33333em;
	border-bottom: 1px solid #ccc;
	margin: 0 0px 12px;
	padding: 5px 8px 4px;
}
h3.supttl {
	margin-bottom: 15px;
	background: #FFF !important;
	padding: 5px 9px 4px;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
}

#main h4 {
	background:url(/vaio/share/images/dotline_side.gif) repeat-x left bottom;
	margin-bottom:15px;
	padding-bottom:3px;
}
#main h5 {
	margin-bottom:5px;
}
/* boxes setting */
.boxes {
	margin-bottom:30px;
	padding:0 15px;
}
.boxL, .boxR {
	display:table-cell;
	vertical-align:top;
}
.boxL {
	padding-right: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
--------------------------------------- */
#main-visual {
	margin-bottom:30px;
}
.rClm {
	background:url(../images/column_bottom.gif) no-repeat left bottom;
	padding-bottom:3px;
}
.rClmInWrap {
	background:url(../images/column_top.gif) no-repeat left top;
	padding-top:3px;
}
.rClmIn {
	border-left:1px solid #B5B5BC;
	border-right:1px solid #B5B5BC;
	padding:13px 21px;
}
.rClmIn p {
	margin-bottom:15px;
}
.rClmIn ul li ul {
	padding-left:18px;
}

.boxR img {
	vertical-align:bottom;
}

/* anchor link */
.anchorLink {
	margin:30px 0;
	text-align:center;
}
.sub01 {margin-right:34px;}


/* other area */
.grid1 .boxL {width:445px;}
.grid1 .boxR {width:455px;}

.grid2 .boxL {width:718px;}
.grid2 .boxR {width:182px;}

/* key - buttons table setting */
#main .keyBtnTable {
	margin:0 auto 30px;
	width:500px;
}
.keyBtnTable table {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.keyBtnTable table caption {
	padding-bottom:5px;
	font-weight:bold;
}
.keyBtnTable table th,
.keyBtnTable table td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px 10px;
	text-align:center;
}
.keyBtnTable table thead th {
	background:#e5e5e5;
	width:228px;
}

.note li {
	margin-left:1em;
	text-indent:-1em;
	list-style:none;
}

/* ---------------------------------------
	3. Common module setting
--------------------------------------- */
/* corresponding
--------------------------------------- */
.corresponding {
	padding: 0 15px 15px;
}
.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;
}

ul {
	list-style:none;
}
/* text align */
.align_center { text-align: center; }
.align_right { text-align: right; }

/* list-style-type */
ul.listStyleDisc {
	padding:0;
}
.bf{
	font-size:16px;
}
ul.listStyleDisc li {
	margin-left:20px;
	list-style-type: disc;
}
.listStyleNone{
	padding:0;
}
.listStyleNone li {
	list-style-type: none;
}

/* 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 */

h2.mb30 p{
	display:none;
}
@media(max-width:640px){
	#container,#pagebody,#main-visual {
		width:100% !important;
	}
	#main-visual p img,.boxR p img {
		width:100%;
		height:auto;
	}
	#main .keyBtnTable {
		width:95%;
		padding:0;
	}
	h2.mb30 img{
		display:none;
	}
	h2.mb30 p{
		display:block;
		font-size:1.1em;
		text-align:center;
	}
	.rClm,.rClmInWrap {
		background:none;
		width:90%;
		margin:0 auto;
	}
	.rClmIn {
		border:none;
	}
	.rClm {
		border:1px solid #ccc;
		border-radius:3px;
	}
	.boxL,.boxR{
		width:90% !important;
		margin:0 auto;
		padding:0;
		display:block;
		clear:both;
		
	}
}
/*
.arrowLink, .arrowLink a, .mod-link {
	background: url("/share4/images/mod-link/ico_01.png") no-repeat 0 50%;
	padding: 0 0 0 10px;
}*/