@charset "utf-8";

/* -------------------------------------
print.css
for printing media
----------------------------------------- */

body{
	background-image:none;
	background-color:#fff;
	color:#333;
}

/* page-break */
.PBbefore{
	page-break-before:always;
}


p,li,dt,dd{
	color:#333;
}

div#container{
	border:none;
}

/* topFlash, mainImage */
div#topFlash, div#mainImage{
	border-bottom:1px solid #333;
}

body#interview div#mainImage{
	border:none;
}*

/* navigation */
div#navigation{
	display:none;
}

/* div#footer */
div#footer address{
	border-top:1px solid #999;
	margin-top:30px;
	padding-top:15px;
}

/* section */
div.section p,
div.section02 p{
	padding-bottom:2em;
}


/* p.toPagetop */


p.toPagetop img{
	display:none;
}

/* p#closeBtn */
p#closeBtn img{
	display:none;
}

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

Top page (index.html)
========================================= */

/* body#toppage div.section */
body#toppage div.section{
	background:none;
}

p#topLeadImg img{display:block;}



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

feat1-4.html
========================================= */


/* div.imgList */
div.imgList{
	width:531px;
}



h4#maxxAs01{
	padding-top:20px;
}


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

lineup.html
========================================= */

/* ul.pagenavi (spec.html, lineup.html) */
ul.pagenavi{
	display:none;
}


/* ul.acceList */
ul.acceList{
	width:701px;
	margin:0 auto;
}
ul.acceList li.btw{
	padding-right:19px;
}

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

acce.html
========================================= */

ul#acceList{
	width:width:701px;
}
ul#acceList li.btw{
	padding:0 15px 0 0;
}


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

spec.html
========================================= */

/* p.btnPrint */
p.btnPrint{
	display:none;
}

/* table.specTable */
table.specTable{
	
}


table.specTable th{
	font-weight:bold;
	background:#eee;
	color:#333;
}


table.specTable tr.odd td,
table.specTable tr td.odd{
	background-color:#fff;
}

table.specTable tr:hover td{
	background-color:#fff;
}

table.specTable tr.cellCat th{
	background-color:#eee;
}



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

Product pop-up pages
========================================= */

/* div#mainImage */
body#popProducts div#mainImage{
	width:701px;
	border:none;
	margin-bottom:30px;
}


body#popup div#header{
	padding-bottom:0;
	background:none;
	border-bottom:1px solid #333;
}

body#popProducts div#header{
	padding-bottom:0;
	background:none;
	border-bottom:1px solid #333;
}
/* p#productLogos */
p#productLogos{
	/* border-top:1px solid #ccc; */
}




