/* 車両画像の縁取り */
.ucVehicleImageOutline {
	margin:		0;
	padding:	0;
}
.ucVehicleImageOutline img {
	padding:			3px;
	border:				1px	outset	#cccccc;
	background-color:	#ffffff;
}

/* 車両画像の縁取り（特選車一覧画面用） */
.ucVehicleImageOutlineSpecialList{
	margin:			0;
	padding-left:	44px;
	padding-right:	0px;
	padding-top:	0px;
	padding-bottom:	0px;
}
.ucVehicleImageOutlineSpecialList img {
	padding:			3px;
	border:				1px	outset	#cccccc;
	background-color:	#ffffff;
}

/* H2画像用 */
.ucH2Image {
	border:	0px	solid;
}

/* 詳細画面 サムネイル画像表示部のTABLE用 */
.ucTableDetailThumbNails {
	border:	0px	solid;
	width:	861px;
	margin:	0;
}

/* 詳細画面 サムネイル画像リスト表示部のTABLE用 */
.ucTableDetailThumbNailsList {
	border:	0px	solid;
	width:	180px;
	margin:	0;
}


/* 詳細画面 サムネイル画像表示部のTD用 */
.ucTdDetailThumbNails {
	border:	0px	solid;
	width:	123px;
}

/* 詳細画面 サムネイル画像表示部のIMG用 */
.ucImgDetailThumbNails {
	border:	0px	solid;
	width:	77px;
}

/* 詳細画面 詳細情報表示部のTABLE用 */
.ucTableDetailInfos {
	border:		#cccccc	1px	solid;
	margin:		0;
	padding:	2px;
}

/* 詳細画面 詳細情報表示部のTD用(1) */
.ucTd1DetailInfos {
	border-right:		medium	none;
	border-left:		medium	none;
	border-top:			medium	none;
	border-bottom:		#cccccc	1px	dashed;
	padding:			2px;
	background-color:	#fcffdb;
	vertical-align:		middle;
	text-align:			left;
	width:				120px;
}

/* 詳細画面 詳細情報表示部のTD用(2) */
.ucTd2DetailInfos {
	border-right:		#cccccc	1px	solid;
	border-left:		medium	none;
	border-top:			medium	none;
	border-bottom:		#cccccc	1px	dashed;
	padding:			2px;
	width:				280px;
	background-color:	#ffffff;
	vertical-align:		middle;
	text-align:			left;
}

/* 詳細画面 詳細情報表示部のTD用(3) */
.ucTd3DetailInfos {
	border-right:		medium	none;
	border-left:		medium	none;
	border-top:			medium	none;
	border-bottom:		#cccccc	1px	dashed;
	padding:			2px;
	width:				280px;
	background-color:	#ffffff;
	vertical-align:		middle;
	text-align:			left;
}

/* 詳細画面 詳細情報表示部のSPAN用 */
.ucSpanDetailInfos {
	color:	#3f9e36;
}

/* 詳細画面 問い合わせ番号表示部のSPAN用 */
.ucSpanDetailTrackingNumber {
	border:				#cccccc	1px	solid;
	padding-left:		6px;
	padding-right:		6px;
	padding-top:		3px;
	padding-bottom:		3px;
	background-color:	#ffffff;
	vertical-align:		middle;
	text-align:			center;
	font-size:			x-large;
}

/* 詳細画面 詳細情報表示部のDIV（備考）用 */
.ucDivDetailRemark {
	margin-left:		0px;
	margin-right:		0px;
	margin-top:			10px;
	margin-bottom:		10px;
	padding:			5px;
	border:				1px	#CCCCCC	solid;
	background-color:	#FCFFDB;
	width:				820px;
}

/* 特選車一覧画面 一覧表示部のTABLE用 */
.ucTableSpecialList {
	border:			0px	solid;
	margin:			0;
	padding:		0;
}

/* 特選車一覧画面 一覧表示部のTD用 */
.ucTdSpecialList {
	padding-right:	30px;
	padding-left:	0px;
	padding-top:	0px;
	padding-bottom:	0px;
	vertical-align:	top;
	width:			212px;
	text-align:		left;
}

/* 車種別一覧画面 一覧表示部のTD用(1) */
.ucTd1StocksList {
	padding-right:	0px;
	padding-left:	0px;
	padding-top:	0px;
	padding-bottom:	10px;
	vertical-align:	top;
	width:			120px;
	text-align:		left;
}

/* 車種別一覧画面 一覧表示部のTD用(2) */
.ucTd2StocksList {
	padding-right:	10px;
	padding-left:	10px;
	padding-top:	0px;
	padding-bottom:	10px;
	vertical-align:	top;
	width:			166px;
	text-align:		left;
}

/*以下車両カード 番号カード用追加CSS*/

/*カード全体の設定*/
.ucCardBody {
	font-family: "ＭＳ Ｐゴシック",MS Gothic,"ヒラギノ角ゴ Pro W3", Osaka,sans-serif;
	vertical-align: 0;
	font-size:10pt;
	color: #000000;
	background-color: #FFFFFF;
	width:100%;
}

/*カード外枠用*/
.ucCardBase {
	width:100%;
	text-align:center;
}

/*カードテーブル用*/
.ucCardTable{
	table-layout: auto;
	margin-left : auto;
	margin-right : auto ;
	width:80%;
}

/*車両スペックテーブル用*/
.ucCardTableSpec{
	font-size:9pt;
	table-layout: auto;
	margin-left : auto;
	margin-right : auto ;
	width:90%;
	line-height: 1.8em;
	letter-spacing: 1px;
}

/*サムネイル画像リスト用*/
.ucCardTableImgLink{
	margin-left : auto;
	margin-right : auto ;
	table-layout: auto;
	text-align:center;
	width:60%;
	line-height: 1.5em;
	letter-spacing: 1px;
}

/*サムネイルリストテーブルTD用*/
.ucCardTdImgLink{
	text-align:center;
	margin: 5px; padding: 5px;
}

/*サムネイルリストimg用*/
.ucCardImgLink {
	border:0;
}


/*車両スペック用TH*/
.ucCardThSpec {
	vertical-align:top;
	text-align:left;
	font-weight : normal;
}

/*車両スペック用TD*/
.ucCardThSpecTd {
	text-align:left;
}


/*車両カード作成日 入庫カード用*/
.ucCardDate {
	text-align:right;
	padding-right: 5%;
}
/*車両カード問い合わせ番号用 */
.ucCardNumber {
	text-align:right;
	padding-right: 5%;
	font-size:12pt;
	font-weight:bold;
}


/*車両カード用フッター*/
.ucCardFooter{
	text-align:center;
	margin-left : auto;
	margin-right : auto ;
}
/*車両カード用フッターTD*/
.ucCardFooterTd {
	letter-spacing: 1px;
	text-align:left;
}

/*車両カード用フッター中テキスト*/
.ucCardFooterMid {
	font-size:16pt;
	font-weight:bold;
}

/*文字サイズ 大 用*/
.ucCardTextBigbig{
	font-size:24pt;
	font-weight:bold;
}

/*文字サイズ 中 用*/
.ucCardTextMid{
	font-size:18pt;
	font-weight:bold;
}

/*文字サイズ 中2 用*/
.ucCardTextMid2{
	text-align:left;
	font-size:18pt;
	font-weight:bold;
}


/*番号カード用外枠設定*/
.ucCardBase2 {
	text-align:center;
	width:100%;
}

/*番号カード用外枠設定２*/
.ucCardBase3{
	width:80%;
	margin-left : auto;
	margin-right : auto ;
	border: solid 2px #000000; 
	border-collapse: collapse;
}

/*番号カード項目文字用*/
.ucNoCardCap{
	vertical-align:center;
	text-align:center;
	border: solid 1px #000000; 
	border-collapse: collapse;
	font-size:28pt;
}

/*番号カード特記事項用*/
.ucNoCardCapSp{
	width:50%;
	vertical-align:center;
	text-align:center;
	border: solid 1px #000000; 
	border-collapse: collapse;
	font-size:28pt;
}

/*番号カード文字サイズ 大 用*/
.ucNoCardTextBig{
	font-weight:bold;
	width:40%;
	vertical-align:center;
	text-align:center;
	border: solid 1px #000000; 
	border-collapse: collapse;
	font-size:40pt;
}

/*番号カード文字サイズ 中 用*/
.ucNoCardTextMid{
	font-weight:bold;
	vertical-align:center;
	text-align:center;
	border: solid 1px #000000; 
	border-collapse: collapse;
	font-size:28pt;
}

/*番号カード文字サイズ 小 用*/
.ucNoCardTextSml{
	text-align:left;
	line-height: 1.5em;
	letter-spacing: 1px;
	padding-left:1.2em;
	vertical-align:center;
	border-style:none;
	border-collapse: collapse;
	font-size:18pt;
}

/*特記事項 */
.ucCardSpecialNote {
	vertical-align:top;
	height: 9em;
}


/*印刷ボタン用（印刷時非表示）*/

/*スクリーン表示用*/
.ucPrintBtn {
	text-align:center;
}


/*印刷時非表示用*/ 
@media print {
 
.ucPrintBtn {
	display:none;
	}


/*番号カード用外枠設定２印刷用*/
.ucCardBase3{
	width:100%;
	margin-left : auto;
	margin-right : auto ;
	border: solid 2px #000000; 
	border-collapse: collapse;
}


