/*--------------------------------------------------------------------
/- file   : m-design.css
/- update : 20090204
/- desc   : 
/--------------------------------------------------------------------*/


/* reset m-design only
--------------------------------------------------------------------*/
div#m-design img {
	vertical-align:bottom;
}
div#m-design li {
	list-style-type:none;
}


/* layout setting
--------------------------------------------------------------------*/
/* default.css overwrite */
div#m-design div#container {
	border:none;
	width:100%;
	background:#424242 url(/vpl/spl/m-design/images/bg.gif) repeat-x left top;
}

div#m-design div.wrapper {
	margin:0 auto;
	width:760px;
}
div#m-design div#contents {
	padding:0 9px 0 10px;
}
div#m-design div#contents div#main {
	background:#ffffff;
	margin:61px 0 0;
	padding:0 30px 0 29px;
}

/* global footer overwrite */
div#m-design div#glftmp-cover {
	margin:0;
}
div#m-design div#glftmp {
	border-top:none;
}


/* warpper background image setting */
div#m-design div.feat01 div.wrapper div#contents {
	background:url(/vpl/spl/m-design/images/feat01_bg.gif) no-repeat left top;
}
div#m-design div.feat02 div.wrapper div#contents {
	background:url(/vpl/spl/m-design/images/feat02_bg.gif) no-repeat left top;
}
div#m-design div.feat03 div.wrapper div#contents {
	background:url(/vpl/spl/m-design/images/feat03_bg.gif) no-repeat left top;
}
div#m-design div.feat04 div.wrapper div#contents {
	background:url(/vpl/spl/m-design/images/feat04_bg.gif) no-repeat left top;
}
div#m-design div.feat05 div.wrapper div#contents {
	background:url(/vpl/spl/m-design/images/feat05_bg.gif) no-repeat left top;
}


/* bottom round corner background image setting */
div#m-design div.wrapper div#bottomMenu {
	clear:both;
	background:#0f0f0f url(/vpl/spl/m-design/images/subnavi_bg.gif) no-repeat left top;
	padding:55px 9px 40px 10px;
}

/* menu */
div#m-design ul.menu {
	width:741px;
}
div#m-design ul.menu li {
	display:inline;
}
div#m-design div#bottomMenu ul.menu {
	margin-bottom:13px;
}

/* product detail button */
div#m-design ul.productDetailBtn {
	text-align:right;
}
div#m-design ul.productDetailBtn li {
	display:inline;
	padding-left:20px;
	line-height:1;
}

/* product detail button for VPL-DX15 */
div#m-design ul.productDetailBtn2 {
	padding-top:10px;
	text-align:right;
}
div#m-design ul.productDetailBtn2 li {
	display:inline;
	background:url(../images/arrow.gif) no-repeat left center;
	padding-left:11px;
}


/* clearfix */
div#m-design #wrapper:after,
div#m-design #contents:after {
	content: ".";
	display: block;
	font-size: 0.1em;
	height: 0;
	clear: both;
	line-height:0;
	visibility: hidden;
}
div#m-design #wrapper,
div#m-design #contents {
	zoom: 1;
}

/* basic setting
--------------------------------------------------------------------*/
div#m-design #contents h2 {
	margin-bottom:1em;
}
div#m-design #contents h3 {
	margin-bottom:1em;
}
div#m-design #contents h4 {
	margin-bottom:1em;
}
div#m-design #contents p {
	margin-bottom:1em;
}
div#m-design #contents sup {
	vertical-align:text-top;
}

/* common class setting
--------------------------------------------------------------------*/
div#m-design #contents .sectionLast {
	margin-bottom:3em;
}
div#m-design #contents p.caption,
div#m-design #contents ul.caption li {
	margin-left:1em;
	font-size:85%;
	text-indent:-1em;
}
div#m-design #contents .imgCenter {
	text-align:center;
}
div#m-design #contents .pdfLink {
	margin-top:1em;
	margin-left:1em;
	font-size:85%;
}
div#m-design #contents p.pdfLink img {
	margin-right:3px;
	vertical-align:bottom;
}
	/* for IE */
	*:first-child+html div#m-design #contents .pdfLink img {
		vertical-align:middle;
	}
	*html div#m-design #contents .pdfLink img {
		vertical-align:middle;
	}
	/* */


div#m-design div.columnBottom {
	background:url(/vpl/spl/m-design/images/colmn_under.gif) no-repeat left bottom;
	padding-bottom:15px;
	width:682px;
}
div#m-design div.columnTop {
	background:url(/vpl/spl/m-design/images/colmn_top.gif) no-repeat left top;
	padding-top:15px;
}
div#m-design div.columnInner {
	background:url(/vpl/spl/m-design/images/colmn_side.gif) repeat-y left bottom;
	padding:3px 17px;
}
/* clearfix */
div#m-design div.columnInner:after {
	content: ".";
	display: block;
	font-size: 0.1em;
	height: 0;
	clear: both;
	line-height:0;
	visibility: hidden;
}
div#m-design div.columnInner {
	zoom: 1;
}
.mb0 {margin-bottom:0 ! important;}



/* each page setting
--------------------------------------------------------------------*/
/* page setting for index.html */
div#m-design div.index  #contents {
	padding:5px 0 0;
}
div#m-design div.index  #contents ul.menu {
	padding:0 0 5px;
	background:#0f0f0f;
	width:760px;
}
div#m-design div.index div.wrapper div#bottomMenu {
	clear:both;
	background:#0f0f0f;
	padding:0 9px 40px 10px;
}


/* page setting for feature1.html */
div#m-design div.feat01 #contents p#imgSwitch {
	margin-bottom:0;
}
div#m-design div.feat01 #contents ul#compare {
	margin-left:70px;
}
div#m-design div.feat01 #contents ul#compare li {
	display:inline;
}


/* page setting for feature2.html */
div#m-design div.feat02 ul.experiment {
	margin-bottom:1.5em;
}
div#m-design div.feat02 ul.experiment li {
	float:left;
	padding-right:10px;
	width:163px;
}
div#m-design div.feat02 ul.experiment li.last {
	padding-right:0;
}
div#m-design div.feat02 ul.experiment li h5 {
	margin-bottom:0.2em;
	padding-left:2px;
}
div#m-design div.feat02 ul.experiment:after {
	content: ".";
	display: block;
	font-size: 0.1em;
	height: 0;
	clear: both;
	line-height:0;
	visibility: hidden;
}
div#m-design div.feat02 ul.experiment {
	zoom: 1;
}
div#m-design div.feat02 div#contents p.caption {
	margin-bottom:2em;
}
div#m-design div.feat02 #contents div.columnBottom {
	background:url(/vpl/spl/m-design/images/feat02_colmn_under.gif) no-repeat left bottom;
	padding-bottom:9px;
	width:430px;
}
div#m-design div.feat02 #contents div.columnTop {
	background:url(/vpl/spl/m-design/images/feat02_colmn_top.gif) no-repeat left top;
	padding-top:9px;
}
div#m-design div.feat02 #contents div.columnInner {
	background:url(/vpl/spl/m-design/images/feat02_colmn_side.gif) repeat-y left bottom;
	padding:3px 13px;
}
div#m-design div.feat02 #contents div.columnInner {
	position:relative;
}
div#m-design div.feat02 #contents div.columnInner p.image {
	margin-bottom:0;
}
div#m-design div.feat02 #contents div.columnInner p.text {
	position:absolute;
	top:3px;
	left:170px;
	margin-bottom:0;
	width:250px;
}



/* page setting for feature3.html */
div#m-design div.feat03 div#warpper {
	/*position:relative;*/
}
div#m-design div.feat03 div#intro {
	position:relative;
}
div#m-design div.feat03 div#intro p.movieBtn {
	position:absolute;
	top:198px;
	left:26px;
	width:224px;
	height:60px;
}


div#m-design div.feat03 #contents p.leftText {
	width:360px;
}
div#m-design div.feat03 #contents div.columnInner ul.text {
	float:right;
	margin-bottom:0;
	width:375px;
}
div#m-design div.feat03 #contents div.columnInner ul.text li {
	margin-left:1.3em;
	text-indent:-1.3em;
}
div#m-design div.feat03 #contents div.columnInner ul.text li span {
	color:#407BBE;
	font-weight:bold;
}
div#m-design div.feat03 #contents div.columnInner div.img {
	float:left;
	margin-bottom:0;
	width:247px;
}


/* page setting for feature4.html */
div#m-design div.feat04 div#intro {
	position:relative;
}
div#m-design div.feat04 div#intro p.movieBtn {
	position:absolute;
	top:198px;
	left:26px;
	width:240px;
	height:61px;
}
div#m-design div.feat04 #contents div.columnInner p {
	margin-bottom:0;
}
div#m-design div.feat04 #contents div.columnInner p.correspondenceFile {
	text-align:center;
}
div#m-design div.feat04 #contents div.columnInner img.sonyOrigin {
	margin-right:10px;
}
div#m-design div.feat04 #contents div.columnBottom {
	margin-bottom:1em
}


/* page setting for feature5.html */
div#m-design div.feat05 #contents div.columnBottom {
	margin-bottom:1em
}
div#m-design div.feat05 #contents div.columnInner h5 {
	clear:both;
	margin-bottom:1em;
}
div#m-design div.feat05 #contents div.columnInner div.textArea {
	float:right;
	width:375px;
}
div#m-design div.feat05 #contents div.columnInner p {
	margin-bottom:2em;
}
div#m-design div.feat05 #contents div.columnInner p.image {
	float:left;
	width:253px;
}