/* CSS Document */
/**************************************************
               納車式
**************************************************/
.h2TT{
	background-image: url(../images/title.gif);
	height:49px;
	line-height:54px;
}
#src_panel_disp{
	background-color:#FFF;
	padding:13px;
	width:1031px !important;
}

#contents_inner{
	background-image:url(/company/image/contents_bck.gif);
	background-repeat:repeat;
	padding:15px 0;
	margin:15px 0 0 0;
}

#nousya_list{
	margin:10px 0 10px;
	padding:0px 0px;
}
#nousya_list li{
	background-image:url(../../newcar/images/main/link_bck.gif);
	background-repeat:repeat;
	border-bottom:1px solid #ababab;
	padding:5px;
	width:200px;
	float:left;
	margin:0 5px 10px 0;
}
#nousya_list li:hover{
	background-position:0 -254px;
}

#nousya_list li h3{
	font-size:12px;
	font-weight: normal;
	border-bottom:1px solid #c1c1c1;
	padding:0 2px 2px;
	height:20px;
	line-height:20px;
	font-weight:bold;
	background-color:#fc95c1;
	text-align:center;
}
#nousya_list li h3 a{color:#FFF !important;}

.nousya_img {
	text-align:center;
	overflow:hidden;
	margin:3px auto;
	width:200px;
	border:1px solid #dbdbdb;
	background-color:#FFF;
	overflow:hidden;
	height:150px;
}
.nousya_img img{
}
.nousya_txt .Date{ background-image:url(../images/nosya_date.png); line-height:17px; background-repeat:no-repeat; padding:0 0 0 5px; font-size:11px;}
.nousya_txt_disp{
	background-color:#FFF;
}
.nousya_txt table{
	font-size:11px;
	margin:5px 0 0 0;
	width:100%;
}
.nousya_txt table td{
	width:50%;
}

/**************************************************
               納車式詳細
**************************************************/
#DtlDisp{
	border:solid #d5d5d5;
	border-width:0 1px 1px;
	padding:10px;
}


#dtlTT{
	background-image:url(/usedcar/images/detail/h3TT.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#002678;
	color:#FFF;
	font-size:16px;
	padding:12px 10px;
}
#date{
	margin:0 0 5px 5px;
}
#MainImg{
	border:1px solid #e5e5e5;
	width:289px;
	float:left;
	text-align:center;
	background-color:#FFF;
	overflow:hidden;
}
#dtl_txt{
	float:right;
	width:330px;
}
#dtl_txt h3{
	font-size:12px;
	font-weight: normal;
	border-bottom:1px solid #c1c1c1;
	padding:0 0 0 10px;
	height:30px;
	line-height:30px;
	font-weight:bold;
	background-color:#fc95c1;
	color:#FFF;
}
#dtl_txt .Date{ background-image:url(../images/nosya_date.png); line-height:17px; background-repeat:no-repeat; padding:0 0 0 5px; font-size:11px;}
#nousya_data{
	width:100%;
	margin:5px 0 0 0;
}
#nousya_data th{
	font-weight:normal;
	width:60px;
}
#nousya_data td{
}

.eventTxt{
}
.eventTxt dt{
	background-image: url(../../newcar/images/main/arrow.png);
	background-repeat:no-repeat;
	background-position:5px center;
	padding:0 0 0 20px;
	font-weight:bold;
	border-bottom:1px solid #CCC;
	font-size:14px;
}
.eventTxt dd{
	margin:10px;
}
.store_NM{
	color:#fc95c1;
	text-align: right;
}

#backBt{
	background-image:url(../../common/images/sub_navi/red_sub_arrow.png);
	background-repeat:no-repeat;
	background-position:left 4px;
	padding:0 0 0 15px;
	float:right;
	margin:10px;
}
/*========================================
 + ページング
========================================*/
ul.pager {
	padding: 0 !important;
	text-align: center;
	margin:10px 0;
}
ul.pager li {
	display: inline-block;
	margin:0 !important;
	padding:0 !important;
}
ul.pager li .page_on {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	font-weight:bold;
	color:#da0000 !important;
	background-color:#FFF;
	border:1px solid #da0000;
}
ul.pager li a {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	width:24px;
	height:24px;
	display:block;
	float:left;
	text-align:center;
	font-size:11px;
	color:#5e5e5e !important;
	border:1px solid #ababab;
	background-color:#e2e2e2;
	line-height:24px;
	font-size:12px;
}

ul.pager li a:hover,
ul.pager li a:active {
	color:#da0000 !important;
	background-color:#FFF;
	border:1px solid #da0000;
}



