@charset "UTF-8";

/* 車両詳細
--------------------------------- */
#car_detail {
	width:935px;
	margin:5px auto 0 auto;
}
/* 車両情報
--------------------------------- */
#detailLead {
 border-bottom:2px solid #0f28c6;
 margin:0 0 10px 0;
 padding-bottom:5px;/*add20100303*/
}
.printBtn {
	text-align:right;
}

/* 車両名など
--------------------------------- */
table#carInfo {
	border-collapse:collapse;
	width:530px;/*add20100225*/
	margin:38px 0 3px 0;/*add20100225*/
	float:left;
}
table#carInfo td {
	border-bottom:1px solid #407ab9;
	padding:5px 0 5px 0;
	line-height:130%;/*add20100225*/
}
table#carInfo td.leftList {
	/*padding-right:20px;*/
	width:40px;/*add20100225*/
	font-size:12px;/*add20100225*/
}
table#carInfo td.rightList {
	/*padding-left:50px;
	padding-right:20px;*/
	width:90px;/*add*/
	padding-left:5px;/*add20100225*/
	font-size:12px;/*add20100225*/
}
table#carInfo td.strongInfo {
	font-weight:bold;
	font-size:17px;/*add20100225*/
	letter-spacing:-1px;/*add20100225*/
}
/* 本体価格
--------------------------------- */
#carPrice {
	float:left;
	width:210px;/*add20100225*/
}
#carPrice span#priceTtl {
	display:block;
	padding:20px 0 5px 18px;/*add20100225*/
	font-size:1em;
	line-height:150%;
}
#carPrice strong#price {
	padding:0 0 0 18px;/*add20100225*/
	margin:0;
	display:block;/*add20100225*/
}
.font18 {
	font-size:18px;
}
.font36 {
	font-size:36px;
}
.colorRed {
	color:#e40002;
}
/* ボタンエリア
--------------------------------- */
#btnArea {
	width:189px;
	float:right;
}
#btnArea ul {
	list-style-type:none;
}
#btnArea ul li {
	display:block;
	padding:0 0 4px 0;
	margin:0;
}
#btnArea ul li img {
	vertical-align:top;
}
/* 車画像エリア
--------------------------------- */
/*ここから*//*add20100225*/
#pictureArea {
	background-color:#deeff4;
	background-image:url(../images/detail/bgi-picarea_003.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0 0 5px 0;
}
#pictureAreaIn {
	background-image:url(../images/detail/bgi-picarea_002.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:20px 0 20px 0;	
}
/*ここまで追記*//*add20100225*/
/* メイン画像
--------------------------------- */
#mainPic {
	width:640px;
	margin:0 auto;
	padding:0 0 15px 0
}
#mainPic span.picHeight {
	display:block;
	/**height:480px;**/
	overflow:hidden;
}
#mainPic p {
	padding:3px 0 0 0;
	font-size:16px;
	line-height:150%;
	font-weight:bold;/*add20100225*/
}

/* サムネイル
--------------------------------- */
#thmbnailArea {
	text-align:center;
	
}
#thmbnailArea ul {
	list-style-type:none;		
}

#thmbnailArea ul li {
	/*background: url(images/bg_paging.gif) left top no-repeat;*/
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/margin-right: 5px;
	line-height: 150%;
	width: 110px;
	height: 100%;
	/zoom: 1;
	vertical-align:top;/*20100225add*/
}

#thmbnailArea ul li span {
	display:block;
	text-align:left;
	font-size:0.85em;
	line-height:130%;
	padding:6px 0 0 0;
}
#thmbnailArea ul li a img, #thmbnailArea ul li a { 
	border: none;
	overflow: hidden;
	float: left;
}

#thmbnailArea ul li a:hover {
	border: 2px solid #ff0000; /*画像の枠線の太さと色*/
}
#thmbnailArea ul li a:hover img {
	margin: -2px;
}

/* おすすめポイント（スキャット版）
--------------------------------- */
#scatpoint {
	width:935px;
	padding:18px 0 0 0;
}
#scatpoint_L {
	float:left;
	width:142px;
}
#scatpoint_R {
	float:left;
	width:667px;	
}
#scatpoint_R em {
	display:block;
}
#scatpoint p {
	background-color:#FFFFFF;
	line-height:150%;
	font-size:1.2em;
	color:#d8006c;
	font-weight:bold;
	min-height:56px;
	height: auto !important;
	height: 56px;
	padding:5px 11px 5px 15px;
}
#scatpointBtm {
	background-image:url(../images/detail/bgi-pointscat_001.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:11px;
}

/* 設備・装備
--------------------------------- */
#tableArea {
	width:890px;
	margin:0 auto;	
	padding:15px 0 15px 0;/*20100225add*/
}
table.carDetail01 {
	width:441px;
	border-collapse:collapse;
}
table.carDetail01 th, table.carDetail01 td {
	border:1px solid #80a7d1;
	padding:3px 5px;
	font-size:0.85em;
	text-align:left;
	vertical-align:middle;
	line-height:150%;
}
.bk_blue {
	background-color:#d6eefb;
}

table#table_L {
	float:left;
}
table#table_R {
	float:right;
}
table#table_R td {
	text-align:center;
	
}

/* 注
--------------------------------- */
p#kome {
	width:860px;/*add20100225*/
	margin:10px auto 0 auto;/*add20100225*/
 	padding:10px 15px 10px 15px;/*add20100225*/
	border:1px solid #000066;/*add20100225*/
	background-color:#fcfcfc;/*add20100225*/	
	/*padding:10px 0 10px 25px;*/
	font-size:1em;
	line-height:150%;
}

/* 
--------------------------------- */
#bottomCont {
	width:890px;
	margin: 0 auto;
}

#kaeruBtn_shopiInfo {
	float:left;
	width:442px;
}
p#kaeruBtn_kome {
	font-size:0.9em;
	padding:5px 0 8px 0;
	color:#FF3300;/*add20100225*/
}
/*店舗情報*/
#shopInfo {
	width:442px;
	background-image:url(../images/detail/bgi-shopinfo_001.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	border-bottom:1px solid #121f7e;
	padding:0 0 2px 0;
}


#shopInfo_L {
	width:310px;
	float:left;
}
#shopInfo_L strong {
	font-size:1.1em;
	color:#121f7e;
	line-height:150%;
	padding:0 0 0 10px;
	display:block;/*add20100225*/
}
#shopInfo_L p {
	font-size:1em;
	line-height:150%;
	padding:0 0 0 10px;
}
ul#shopInfo_R {
	width:107px;
	float:right;
	list-style-type:none;
}
ul#shopInfo_R li {
	display:block;
	padding:0 0 2px 0;
	line-height:100%;
}

#likeit {
	width:420px;
	float:right;
}

#likeit p {
	font-size:1em;
	line-height:150%;
	padding:8px 0 5px 0;/*add20100225*/
}




