@charset "UTF-8";

/* ================================================================
				/product/index.html 用設定
	================================================================	*/


/*------------------------------------
	共通設定：コンテンツエリア
------------------------------------*/

	#container .frm
		{
		position:relative;
		width:908px;
		}

	/*	メインエリア	-------------------	*/
	#container .mainarea
		{
		width:668px;
		margin-right:20px;
		}

		#container .mainarea h1
			{
			padding-left:4px;
			}

		/* 製品紹介ブロック */
		#container .mainarea #productList
			{
			position:relative;
			padding-top:16px;
			padding-bottom:8px;
			}
	
			/* タイトル横ボタン */
			#container .mainarea #productList .b-moreinfo
				{
				margin-top:-32px;
				padding-bottom:12px;
				padding-right:18px;
				text-align:right;
				}
	
			#productList
				{
				}

				#productList .lineup
					{
					padding:0 2px 0 1px;
					}

					/* 製品情報（共通） */
					#productList .lineup .items
						{
						position:relative;
						float:left;
						width:327px;
						margin-top:5px;
						margin-right:6px;
						background:url("/product/img/top/product_list_top.gif") left top no-repeat;
						padding-top:6px;
						}

						#productList .lineup .items .frmb
							{
							background:url("/product/img/top/product_list_bottom.gif") left bottom no-repeat;
							padding-bottom:6px;
							}

						#productList .lineup .items .frmbwh
							{
							background:url("/product/img/top/product_list_bottom_wh.gif") left bottom no-repeat;
							padding-bottom:6px;
							}

						#productList .lineup .items .frm
							{
							background:url("/product/img/top/product_list_bg.gif") left bottom repeat-y;
							width:auto;
							}


						#productList .lineup .items .tit
							{
							padding-top:14px;
							padding-left:18px;
							}

						#productList .lineup .items .info
							{
							_height:197px;
							min-height:197px;
/*							width:196px;*/
							}

							#productList .lineup .items .info p
								{
								margin-left:128px;
								}

							#productList .lineup .items .info .txt
								{
								padding-top:16px;
								padding-right:12px;
								margin-left:148px;
								}

							#productList .lineup .items .info .sts
								{
								margin-top:20px;
								margin-left:148px;
								margin-bottom:20px;
								background:url("/img/status_bg_02.gif") no-repeat 0 0;
								padding:4px 10px 14px;
								}

								#productList .lineup .items .info .sts img
									{
									display:block;
									}

								#productList .lineup .items .info .sts img.s-ippan
									{
									padding-bottom:10px;
									}

						#productList .lineup .items .thumb
							{
							position:absolute;
							bottom:0;
							left:4px;
							}


					/* 製品情報（右端） */
					#productList .lineup .list-r
						{
						margin-right:0;
						}





