/*
		'項目の種類
		'  Product
		'  Category
		'  title_Category
		'    UnderTitle_Product
		'    UnderTitle_Category


		'CSS名
		'  xxx = title_category, category, product, underTitle_category, underTitle_Product

		'  upper_xxxx
		'  xxxx_name  (UnderTitleではないカテゴリーの場合H2)
		'  xxx_image
		'  xxxx_detail
		'  under_xxxxx

*/


/* その他 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
	
	
	.no_sales_page /*販売ページではないページで、商品の価格と在庫切れを表示する。*/
	{
		text-align:center;
	}

	.no_sales_page_outof_stock /*販売ページではないページで、商品の価格と在庫切れを表示する。*/
	{
		font-size:x-small;
		color:#f6ad49;
	}
	.price_with_tax_no_sales_page /*販売ページではないページで、商品の価格と在庫切れを表示する。*/
	{
		margin-right:5px;
		font-size:x-small;
	}	
	
	.ajax-entry-more-link a  /*続きを読むの部分*/
	{
	}
	
	.out_of_underTitle_Product { /* タイトルの下にある商品の次に、タイトルの下にない"商品"を記述する時用のセパレータ */
		border-bottom:1px gray solid;
		width:100%;		
	}

	.out_of_underTitle_Category { /* タイトルの下にある商品の次に、タイトルの下にない"カテゴリー"を記述する時用のセパレータ */
		border-top:1px dotted #e0c4b0;
		width:95%;
		margin-left:20px;
		margin-top:20px;
		margin-bottom:10px;
		line-height:0.2em;
	}


	.category_path 
	{
		font-size:x-small;
		margin-top:5px;
		margin:5 0 10 10;		
	}

	.category_path a
	{
		color:Gray;
	}


	.basket_button_div { /* 上部バスケットボタン */
		text-align:right;
		margin-right:20px;		
	}

	.basket_button 
	{
		height:32px;
	}
	

	.end_of_page { /* 最後の部分*/
		clear:left;
		border-top:1px dotted #e0c4b0;
		width:95%;
		margin-top:12px;
		margin-left:20px;
		line-height:0.2em;
	}

	.drop_down_part 
	{
		text-align:center;
		margin-top:5px;
		margin-bottom:13px;	
	}
	.price_no_tax
	{
		display:none;
	}
	
	.price_with_tax_before,
	.price_with_tax_after 
	{
		display:none;
	}
	
	.price_with_tax
	{
		font-size:0.85em;
	}

	.price_normal
	{
		color:#eb6ea5;
	}


	.Suryo  /* 数量：の表示 */
	{
		font-size:0.85em;
	}

	.UnitName { /*枚、個など*/
		display:none;
	}


/*  項目の上部調整  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

	.upper_title_Category {
		border-top:1px dotted #e0c4b0;
		width:95%;
		margin-left:20px;
		margin-top:20px;
		margin-bottom:10px;
		line-height:0.2em;
	}


	.upper_Product 
	{
		border-top:1px dotted #e0c4b0;
		width:95%;
		margin-left:20px;
		line-height:0.2em;
		
	}
	.upper_Category {
		border-top:1px dotted #e0c4b0;
		width:95%;
		margin-left:20px;
		line-height:0.2em;

	}

	
	.upper_underTitle_Category {
		border-top:1px dotted #e0c4b0;
		width:95%;
		margin-left:20px;
		line-height:0.2em;

	}
	
	.upper_underTitle_Product {
		border-top:1px dotted #e0c4b0;
		width:95%;
		margin-left:20px;
		margin-top:5px;
		line-height:0.2em;

	}
	
/*  項目の下部調整  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

	.under_TOP_Category_div 
	{
		clear:left;
		border-top:1px dotted #e0c4b0;
		width:95%;
		margin-left:20px;
		line-height:0.2em;
		
	}

	.under_title_Category 
	{
		border-top:1px dotted #e0c4b0;
		width:90%;
		margin-left:20px;
		margin-top:5px;
		margin-bottom:5px;
		line-height:0.2em;


	}

	.under_Product 
	{
		height:5px;
	}

	.under_Category {
	}


	.under_underTitle_Category 
	{
	}
	
	.under_underTitle_Product 
	{
	}
	
/*  名前部分  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
	.TOP_CategoryName
	{
	}	


	.TOP_CategoryName H1
	{
		background-color:#F0654B;
		height:22px;
		width:100%;		
		color:White;
		padding:4px 5px 2px 20px;
		font-size:80%;
		font-weight: bold;
	}	



	.title_Category_name,
	.title_Category_name H2	
	{
		font-size: 1.1em;
		font-weight: bold;
		color: #336600;
		margin-left:10px;
		margin-bottom:2px;	
		
	}



	.Product_name,
	.underTitle_Product_name 
	{
		font-size:x-small;
	}
	.Category_name,
	.Category_name H2,
	.underTitle_Category_name 
	{
		font-size:x-small;
		color: #336600;
		
	}


/*  画像部分 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

	.LowerZoomImage /*イメージ拡大というリンク。画像の下。*/
	{
		display:none;		

	}

	.UpperZoomImage /*イメージ拡大というリンク。画像の上 */
	{
		display:none;
	}

	
	.TOP_CategoryImage 
	{
		float:left;
		margin:6px 3px 3px 6px;
		font-size:small;
		
	}	
	
	.title_Category_image 
	{
		float:left;
		margin:6px 3px 3px 6px;
		
	}

	.Category_image 
	{
		font-size:0.80em;	
		margin-left:10px;
	}

	.Product_image
	{
		font-size:0.80em;
		margin-bottom:5px;
	}
	
	.underTitle_Category_image,
	.underTitle_Product_image 
	{
		font-size:0.80em;
		
	}


/*  説明部分 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

	.TOP_CategoryDetail,
	.TOP_CategoryDetail td
	{
		margin-top:12px;
		font-size:0.87em;
		margin-bottom:10px;
		margin-left:27px;
		margin-right:20px;
		color:gray;
		
	}

	.title_Category_detail,
	.title_Category_detail td 
	{
		font-size:0.92em;
		color:gray;
		margin:5px 20px 3px 27px;
		
	}	


	.Product_detail,
	.Product_detail td,
	.Category_detail,
	.Category_detail td,
	.underTitle_Category_detail,
	.underTitle_Category_detail td,
	.underTitle_Product_detail,
	.underTitle_Product_detail td 
	{
		font-size:x-small;
		color:gray;
		margin-bottom:10px;
		margin-left:14px;
		margin-top:7px;
		
	}

/*  一覧はこちら リンク 部分 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
	.Category_LinkToList,
	.Category_LinkToList a,
	.underTitle_Category_LinkToList,
	.underTitle_Category_LinkToList a
	{
		font-size:0.92em;
		margin-bottom:10px;
		text-align:right;
		margin-right:15px;
		
	}
	
