@charset "utf-8";
/* index.html用CSSインポートファイル */

/* 基本 */
@import '../common/reset.css';
@import '../common/text.css';

/* レイアウト */
@import '../common/grid.css';
@import '../layout/frameLayout.css';
@import '../layout/headerImpl.css';

/* 構成部品 */
@import '../component/specialLinkList.css';
@import '../component/productLinkList.css';
@import '../component/linkMarks.css';
@import '../component/topicPath.css';
@import '../component/cartPanel.css';

/*  ページ固有 */
/* -------------------------------------------------
	primaryContents内
---------------------------------------------------*/
#shopImage {
	font-size: 100%;
	height: 18.0em;
	background: url(../../img/header/headerMenuBanner.jpg) center center no-repeat;
	text-indent: -9999px;
	margin-bottom: 1.0em;
}

/* --------------------------
		新製品紹介 
-----------------------------*/

/* 新製品見出しバナー */
#newProductBanner {
	background: url(/img/barNewItem.png) center center no-repeat;
	text-indent: -9999px;
	margin-bottom: 0.5em;
}

#newProductList {
	margin-bottom: 2em;
}

#newProductList li {
	margin-bottom: 1em;
}

#newProductList a.inheritsFrame {
	text-indent: -9999px;
	height: 12em;
}

#newProductList h3 {
	font-size: 100%;
}

#newProductItem01 {
	background: url(/img/products/kangen/linkBanner_kangen.jpg) center center no-repeat;
}

#newProductItem02 {
	background: url(/img/products/aquarhythm/linkBanner_Aqua.jpg) center center no-repeat;
}

#newProductItem03 {
	background:  url(/img/products/mamoru/linkBanner_mamoru.jpg) center center no-repeat;
}


/* --------------------------
		取扱商品 
-----------------------------*/
/* 取扱商品バナー */
#ProductBanner {
	background: url(/img/barProducts.png) center center no-repeat;
	text-indent: -9999px;
	margin-bottom: 0.5em;
}

#productList {
	margin-bottom: 2em;
}

#productList a.inheritsFrame {
	height: 10em;
}

#productList h3 {
	display: none;
}

*:first-child+html #productList li {
	width: 47.5%;
}


#product01 {
	background: url(/img/products/prele/productMenu_prele.jpg) center center no-repeat;
}

#product02 {
	background: url(/img/products/apus/productMenu_apus.jpg) center center no-repeat;
}