@charset "shift_jis";

/*----------------------------------------------------------

	Basic Setting

-----------------------------------------------------------*/
/* headline */
h1 {
	margin-bottom:5px;
}

/* link */
div#column2-main760 a {
	color:#43677E;
}
div#column2-main760 a:hover {
	color:#c41230;
}

/* Lead Sentence */
.leadSentence {
	margin-bottom:40px;
}


/* Dock Speaker Style */
#dockSpeaker {
	margin-bottom:50px;
}
#dockSpeaker .block1 {
	position:relative;
	background:url(../images/nwd300_bg.jpg) no-repeat left top;
	height:350px;
}
#dockSpeaker .block1 .section01 {
	position:absolute;
	left:395px;
	top:40px;
}
#dockSpeaker .block1 .productLink {
	position:absolute;
	left:385px;
	top:250px;
}

#dockSpeaker .block2 {
	position:relative;
	background:url(../images/nwr100_bg.jpg) no-repeat left top;
	height:350px;
}
#dockSpeaker .block2 .section01 {
	position:absolute;
	left:40px;
	top:40px;
}
#dockSpeaker .block2 .productLink {
	position:absolute;
	left:30px;
	top:250px;
}

#dockSpeaker .block3 {
	position:relative;
	background:url(../images/nwsk8_bg.jpg) no-repeat left top;
	height:350px;
}
#dockSpeaker .block3 .section01 {
	position:absolute;
	left:395px;
	top:40px;
}
#dockSpeaker .block3 .productLink {
	position:absolute;
	left:385px;
	top:250px;
}

#dockSpeaker .block4 {
	position:relative;
	background:url(../images/nwv500_bg.jpg) no-repeat left top;
	height:567px;
}
#dockSpeaker .block4 .section01 {
	position:absolute;
	left:40px;
	top:40px;
}
#dockSpeaker .block4 .section02 {
	position:absolute;
	left:395px;
	top:250px;
}
#dockSpeaker .block4 .productLink {
	position:absolute;
	left:385px;
	top:460px;
}

#dockSpeaker .block5,
#dockSpeaker .block6 {
	float:left;
	position:relative;
	width:380px;
	height:541px;
}
#dockSpeaker .block5 {
	background:url(../images/nw1_bg.jpg) no-repeat left top;
}
#dockSpeaker .block6 {
	background:url(../images/nwgu50_bg.jpg) no-repeat left top;
}
#dockSpeaker .block5 .section01,
#dockSpeaker .block6 .section01 {
	position:absolute;
	left:40px;
	top:250px;
}
#dockSpeaker .block5 .productLink,
#dockSpeaker .block6 .productLink {
	position:absolute;
	left:40px;
	top:435px;
}


/* Dock Compo Style */
#dockCompo {
	margin-bottom:50px;
}
#dockCompo .block1 {
	position:relative;
	background:url(../images/v7mv5_bg.jpg) no-repeat left top;
	height:796px;
}
#dockCompo .block1 .section01 {
	position:absolute;
	left:40px;
	top:40px;
}
#dockCompo .block1 .section02 {
	position:absolute;
	left:395px;
	top:456px;
}
#dockCompo .block1 .section03 {
	position:absolute;
	left:30px;
	top:658px;
}
#dockCompo .block1 .productLink {
	position:absolute;
	left:30px;
	top:688px;
}
#dockCompo .block1 .productLink2 {
	position:absolute;
	left:385px;
	top:688px;
}

#dockCompo .block2 {
	position:relative;
	background:url(../images/l7d_bg.jpg) no-repeat left top;
	height:577px;
}
#dockCompo .block2 .section01 {
	position:absolute;
	left:40px;
	top:40px;
}
#dockCompo .block2 .section02 {
	position:absolute;
	left:395px;
	top:250px;
}
#dockCompo .block2 .section03 {
	position:absolute;
	left:30px;
	top:448px;
}
#dockCompo .block2 .productLink {
	position:absolute;
	left:385px;
	top:478px;
}

#dockCompo .block3 {
	position:relative;
	background:url(../images/v3_bg.jpg) no-repeat left top;
	height:505px;
}
#dockCompo .block3 .section01 {
	position:absolute;
	left:40px;
	top:249px;
}
#dockCompo .block3 .section02 {
	position:absolute;
	left:395px;
	top:250px;
}
#dockCompo .block3 .productLink {
	position:absolute;
	left:385px;
	top:400px;
}


/* SystemStereo */
#systemStereo {
	margin-bottom:50px;
}
#systemStereo p {
	padding:30px 30px 0;
	line-height:1.8;
}
#systemStereo p.categoryLink {
	text-align:center;
}

/* notes */
.notes {
	margin-top:5px;
	font-size:79%;
}
.notes li {
	padding-left:1.5em;
	text-indent:-1.5em;
}
.indent2em li {
	padding-left:2em;
	text-indent:-2em;
}




/* WM footer */
table#footer {
	margin-top:40px;
}


/* clearfix */
.boxes:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0.1em;
	line-height:0;
	clear: both;
	visibility: hidden;
}
.boxes {
	zoom: 1;
}


/*----------------------------------------------------------

	Common Module

-----------------------------------------------------------*/
/* margin */
.mb0 {margin-bottom:0 ! important;}
.mb5 {margin-bottom:5px ! important;}
.mb10 {margin-bottom:10px ! important;}
.mb20 {margin-bottom:20px ! important;}
.mb30 {margin-bottom:30px ! important;}
.mb40 {margin-bottom:40px ! important;}

/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {zoom: 1;}

/*nonHeight*/
.nonHeight {
	line-height: 0;
	font-size: 0;
}