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


	Site Name   SONY DVD-PLAYER LINEUP
	File Name   page.css

	Create Date 2009/04/01


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

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

	Module Lineup Style Sheet

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

@charset "shift_jis";

body #column2-main760 h1 {
	margin-bottom: 39px;
}

h2 {
	margin-bottom:30px;
	width:100%;
}

p.modelBtn {
	position:absolute;
	right:0;
	bottom:7px;
}

div.modelCategory {

}

div.modelCategoryLeft {
	width: 550px;
	float: left;
/*	background: url(../images/dotted_line.gif) repeat-y top right;*/
}

div.modelCategoryRight {
	width: 190px;
	float: right;
	padding-top: 10px;
}
div.modelCategoryRightNew {
	width: 190px;
	float: right;
	padding-top: 13px;
}

div.modelCategoryRight ul li ,
div.modelCategoryRightNew ul li {
	height: 31px;
	padding: 0 0 3px 0;
}

div.modelCategoryRight ul li.end ,
div.modelCategoryRightNew ul li.end {
	padding: 0;
}

div.btmLine {
	background: url(/dvdirect/lineup/images/underline.gif) repeat-x bottom left;
	padding-bottom:30px;
	margin-bottom:30px;

}

ul.disconLeft {
	width: 618px;
	float: left;
	color:#999999;
	font-size:80%;
}

p.disconRight {
	width: 122px;
	float: right;
}


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

	Common Module

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

/*clearfix*/

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

.clearfix {
	zoom: 1;
}

/*nonHeight*/

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