﻿@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------
 *
 *						販売終了製品一覧
 *
 *-------------------------------------------------------------*/
	#leftContents .listTableArea {
		width:680px;
		margin-bottom:25px;
	}
	
	#leftContents td {
		padding:5px 0px 3px 8px;
	}
	
	#leftContents .listCaption {
		border-left:1px solid #dcdcdc;
		color:#ffffff;
		background:#969696;
		width:679px;
		font-size:92%;
		text-align:center;
	}
	
	#leftContents .listCaption .caption {
		width:390px;
		border-right:1px solid #ffffff;
	}
	
	#leftContents .listCaption .endSale {
		width:131px;
		border-right:1px solid #ffffff;
	}
	
	#leftContents .listCaption .endSupport {
		width:131px;
		border-right:1px solid #dcdcdc;
	}
	
	#leftContents .endList {
		border-left:1px solid #dcdcdc;
		width:679px;
	}
	
	#leftContents .endList th {
		border:1px solid #dcdcdc;
		padding-top:10px;
		padding-bottom:10px;
		color:#ffffff;
		background:#969696;
	}
	
	#leftContents .endList td {
		border-bottom:1px solid #dcdcdc;
		border-right:1px solid #dcdcdc;
	}
	
	#leftContents .endList td.endLeftCell {
		width:390px;
		font-size:92%;
	}
	
	#leftContents .endList td.endRightCell {
		width:131px;
		font-size:92%;
	}
	
	#leftContents .endList td.endCenterCell {
		width:131px;
		font-size:92%;
	}
	
	#leftContents .endList td.endProName {
		background:#e1f0f0;
		font-weight:bold;
	}