@charset "utf-8";
@import "./product_cells.css";
@import "../plugins/thickbox.css";



/*------------------------------------------------------------------------------

	[ファイル名]	new_release.css
	
	[概要]			新商品紹介 専用
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/
body#new_release ul#productCells:after,
body#new_release ul#productCells li p.detail:after,
body#new_release div#productDetail_header:after,
body#new_release div#productDetail div#productPhotos ul:after,
body#new_release div#productDetail ul.relatedProducts:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html body#new_release ul#productCells,
*:first-child + html body#new_release ul#productCells li p.detail,
*:first-child + html body#new_release div#productDetail_header,
*:first-child + html body#new_release div#productDetail div#productPhotos ul,
*:first-child + html body#new_release div#productDetail ul.relatedProducts
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html body#new_release ul#productCells,
* html body#new_release ul#productCells li p.detail,
* html body#new_release div#productDetail_header,
* html body#new_release div#productDetail div#productPhotos ul,
* html body#new_release div#productDetail ul.relatedProducts
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
body#new_release ul#productCells,
body#new_release ul#productCells li p.detail,
body#new_release div#productDetail_header,
body#new_release div#productDetail div#productPhotos ul,
body#new_release div#productDetail ul.relatedProducts
{
	display: inline-table;
}
/* End Mac IE */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
body#new_release ul#productCells li p.btn_productDetail a,
body#new_release dl#productView dt
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
	text-align: left;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
#xxx
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}



/*------------------------------------------------------------------------------

							pageHeader画像指定（上書き）
							
------------------------------------------------------------------------------*/
body#new_release div#pageHeader{
	background-image: url(../../products/images/page_header_new_release.jpg);
}



/*------------------------------------------------------------------------------

								productView
								
------------------------------------------------------------------------------*/
body#new_release div#sec_1 h2{
	background-image: url(../../products/images/new_release_h2.gif);
}
body#new_release div#productDetail h2{
	background-image: url(../../products/images/new_release_h2.gif);
}



/*------------------------------------------------------------------------------

								productView
								
------------------------------------------------------------------------------*/
body#new_release dl#productView dt{
	background: url(../../products/images/pview_header.gif) no-repeat left top;
	width: 280px;
	height: 38px;
}