@charset "utf-8";

/************************************************************
 * CLASSES(コンポーネント)
 ************************************************************/

/* CSSスプライト */
.detail		{ background-image: url(/cmn/images/sprite/detail.png); }
.y_detail	{ background-image: url(/cmn/images/sprite/y_detail.png); }

/* スポットライト背景 */
.bgPinkSpotLight	{ background-position: -948px 0; background-repeat: no-repeat; background-color: #FCF0E0; }
.bgSilverSpotLight	{ background-position: -948px -180px; background-repeat: no-repeat; background-color: #F3F1F2; }

/* ボタン（画像） */
.simulation			{ background-position: 0 0; width: 242px; height: 57px; }
.simulation:hover	{ background-position: 0 -57px; }
.simulation:active	{ background-position: 0 -114px; }
.simulationInactive	{ background-position: 0 -171px; width: 242px; height: 57px; }

.consult			{ background-position: 0 -228px; width: 242px; height: 35px; }
.consult:hover		{ background-position: 0 -263px; }
.consult:active		{ background-position: 0 -298px; }
.consultInactive	{ background-position: 0 -333px; width: 242px; height: 35px; }

/* パネル */
.panelOrange {
	width: 980px;
	background-position: -1960px 0;
	background-repeat: repeat-y;
}
.panelOrangeHead {
	width: 980px;
	background-position: 0 top;
	background-repeat: no-repeat;
}
.panelOrangeBottom {
	width: 976px;
	background-position: -980px bottom;
	background-repeat: no-repeat;
	padding: 2px;
}
.panelOrangeTitle {
	padding: 5px 10px;
	border-bottom: 1px solid #EEE5D6;
}
.panelLeft {
	width: 700px;
	background-position: -4340px 0;
	background-repeat: repeat-y;
}
.panelLeftHead {
	width: 700px;
	background-position: -2940px top;
	background-repeat: no-repeat;
}
.panelLeftBottom {
	width: 696px;
	background-position: -3640px bottom;
	background-repeat: no-repeat;
	padding: 2px;
}
.panelOrangeLeft {
	width: 700px;
	background-position: -7223px 0;
	background-repeat: repeat-y;
}
.panelOrangeLeftHead {
	width: 700px;
	background-position: -5823px top;
	background-repeat: no-repeat;
}
.panelOrangeLeftBottom {
	width: 696px;
	background-position: -6523px bottom;
	background-repeat: no-repeat;
	padding: 2px;
}
.panelRight {
	width: 261px;
	background-position: -5562px 0;
	background-repeat: repeat-y;
}
.panelRightHead {
	width: 261px;
	background-position: -5040px top;
	background-repeat: no-repeat;
}
.panelRightBottom {
	width: 237px;
	background-position: -5301px bottom;
	background-repeat: no-repeat;
	padding: 12px;
}
/* 価格ボックス */
.priceBoxL td {
	width: 100px;
	}
.priceBoxC {
	}
.priceBoxR {
	max-width: 99%;
	}
.priceBoxR th {
	line-height: 14px;
	}
.priceBoxR td {
	padding-top: 1px;
	padding-bottom: 1px;
	}
.priceBoxR tr.bb_on td {
	border-bottom: 1px dashed #ccc;
	}
.priceBoxR td.bb_none {
	border-bottom: none !important;
	}

/* 写真コントロール部 */
.photoBox {
	position: relative;
	width: 696px;
	height: 480px;
	}

.photoBox a, .photoBox img {
	position: absolute;
	top: 0px;
	}

.photoBox img {
	left: 27px;
	width: 640px;
	height: 480px;
	}

.photoArrow {
	top: 0px;
	width: 348px;
	height: 480px;
	background-image: url(/cmn/images/parts/detail_pic.png);
	background-repeat: no-repeat;
	}

a.pAL { left: 0px; background-position: 5px 212px;}
a:hover.pAL { background-position: -715px 212px;}
a.pAR { left: 348px; background-position: -343px 212px;}
a:hover.pAR { background-position: -1063px 212px;}



.photoBack			{ background-position: -280px -80px; width: 19px; height: 58px; margin: 211px 4px 0; }
.photoBack:hover	{ background-position: -280px -140px; }
.photoNext			{ background-position: -320px -80px; width: 19px; height: 58px; margin: 211px 4px 0; }
.photoNext:hover	{ background-position: -320px -140px; }



.controlPhotoWrapper {
	position: relative;
	margin: 3px auto 0px;
	width: 674px;
	height: 45px;
	}

.controlPhotoBack, .controlPhotoNext {
	position: absolute;
	top: 2px;
	display: block;
	width: 20px;
	height: 41px;
	}

.controlPhotoBack			{ left: 0px; background-position: -360px -80px; width: 20px; height: 41px;}
.controlPhotoBack:hover		{ background-position: -360px -121px; }
.controlPhotoBack:active	{ background-position: -360px -162px; }
.controlPhotoBackInactive	{ background-position: -360px -203px; width: 20px; height: 41px;}

.controlPhotoNext			{ right: 0px; background-position: -380px -80px; width: 20px; height: 41px;}
.controlPhotoNext:hover		{ background-position: -380px -121px; }
.controlPhotoNext:active	{ background-position: -380px -162px; }
.controlPhotoNextInactive	{ background-position: -380px -203px; width: 20px; height: 41px;}

.cPWFrame {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 634px;
	height: 45px;
	overflow: hidden;
	}

ul.cPWList {
	width: auto;
	height: 45px;
	}

ul.cPWList li {
	float: left;
	width: 63px;
	height: 45px;
	text-align: right;
	}

ul.cPWList li a img {
	border: 2px solid #f3f1f2;
	width: 55px;
	height: 41px;
	}

ul.cPWList li a:hover img, ul.cPWList li a.active img {
	border: 2px solid #FF7603;
	}

.photoMovieWrapper {
	}

.photoMovieWrapper a {
	 position: relative;
	 margin-left: 4px;
	 display: block;
	 width: 59px;
	 height: 45px;
	 text-decoration: none;
	 outline: none;
	}

.photoMovieWrapper a img {
	border: 2px solid #183BA1 !important;	
	}

.photoMovieWrapper a:hover img {
	border: 2px solid #FF7603 !important;	
	}

span.photoMovie {
	position: absolute;
	top: 10px;
	left: 16px;
	display: block;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	background-position: 0 -546px;
	}

/* 動画用フレーム */
.playerFrame {
	/*----margin-left: 27px;---*/
	margin-left: 41px;
	}

/* カーセンサー認定フローの表 */
.ico_starS {
	display: block;
	width: 44px;
	height: 14px;
	text-indent: -9999px;
	background-image: url(/cmn/images/parts/nintei_starS.png);
	background-repeat: no-repeat;
	float:left;
	}

.starS1		{ background-position: 0 0;}
.starS1h	{ background-position: 0 -19px;}
.starS2		{ background-position: 0 -38px;}
.starS2h	{ background-position: 0 -57px;}
.starS3		{ background-position: 0 -76px;}

.ico_star {
	margin: 0 auto;
	display: block;
	width: 58px;
	height: 18px;
	text-indent: -9999px;
	background-image: url(/cmn/images/parts/nintei_star.png);
	background-repeat: no-repeat;
	}

.star1	{ background-position: 0 0;}
.star1h	{ background-position: 0 -25px;}
.star2	{ background-position: 0 -50px;}
.star2h	{ background-position: 0 -75px;}
.star3	{ background-position: 0 -100px;}

.flowApproval {
	position: relative;
	width: 461px;
	height: 53px;
	background: url(/cmn/images/parts/nintei_base.png) 0 0 no-repeat;
	}

.arrowAlphaB {
	position: absolute;
	top: -7px;
	height: 32px;
	text-indent: -9999px;
	background-image: url(/cmn/images/parts/nintei_active.gif);
	background-repeat: no-repeat;
	}

.aAB_R		{ left: 0px;	width: 45px;	background-position: 0 0;}
.aAB_1		{ left: 30px;	width: 55px;	background-position: -45px 0px;}
.aAB_2		{ left: 70px;	width: 55px;	background-position: -100px 0px;}
.aAB_3		{ left: 110px;	width: 55px;	background-position: -155px 0px;}
.aAB_3h		{ left: 150px;	width: 70px;	background-position: -210px 0px;}
.aAB_4		{ left: 204px;	width: 66px;	background-position: -280px 0px;}
.aAB_4h		{ left: 255px;	width: 75px;	background-position: -346px 0px;}
.aAB_5		{ left: 315px;	width: 60px;	background-position: -421px 0px;}
.aAB_6		{ left: 360px;	width: 59px;	background-position: -481px 0px;}
.aAB_S		{ left: 404px;	width: 56px;	background-position: -540px 0px;}

/* お気に入りに追加しました */
.regAddFavoriteBox {
	color:#FFFFFF;
	font-weight:bold;
	height:52px;
	line-height:52px;
	text-align:center;
	width:230px;
	z-index:200;
	background: url(/cmn/images/parts/detail_add.png) 0 0 no-repeat;
	}

.dammyPosition1	 { position: absolute; top:210px; left:400px; }
.dammyPosition2	 { position: absolute; top:3240px; left:315px; }

/* sold-out */
div.sold-out, div.zaiko_normal {
	position: relative;
	width: 80px;
	height: 60px;
	}
div.sold-out {
	background-color: #eee;
	}
div.sold-out img {
	width: 80px;
	height: 60px;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	}
div.sold-out span {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	border: 1px solid #999;
	width: 78px;
	height: 58px;
	text-align: center;
	line-height: 60px;
	overflow: hidden;
	font-weight: 700;
	}

/* 特例 */
.bgThGray td {
	color: #333 !important;
	}
/* 物件詳細用ヘルプアイコン */
.question_detail {
	color: #696969;
	text-decoration: none;
	}
.question_detail span.question {
	margin-left: -8px;
	font-size: 12px;
	}

/* ﾃｰﾌﾞﾙ[基]処理 */
.cap_ki1, .cap_ki2 {
	margin-left: 5px;
	font-size: 10px;
	color: #c00;
	}
.cap_ki1 {
	position: absolute;
	}
/* 認定中古車(ﾃﾞｨｰﾗｰ) */
.ico_edgeN {
	display: block;
	margin-bottom: 4px;
	width: 66px;
	height: 15px;
	text-indent: -9999px;
	background: url(/cmn/images/sprite/detail.png) 0 -370px no-repeat;
	}
/* 相場表をみる～SNSリンク */
.snsList {
	padding-top: 15px;
	padding-bottom: 2px;
	font-size: 10px;
	}
.snsList li { float: left;}
.snsList_souba { width: 374px; padding-top: 6px;}
.snsList_link1 { width: 90px;}
.snsList_link2 { width: 79px; overflow: hidden;}
.snsList_link3 { width: 80px;}
.snsList_link4 { width: 120px;}

/* 下部ｱｸｼｮﾝﾌﾚｰﾑにお気に入りを追加 */
.panel_shita div {
	top: 5px; right: 10px;
	}
/************************************************************
 * CLASSES(プロパティ)
 ************************************************************/

/* WIDTH */
.w65	{ width: 65px; }
.w90	{ width: 90px; }
.w100	{ width: 100px; }
.w110	{ width: 110px; }
.w120	{ width: 120px; }
.w140	{ width: 140px; }
.w150	{ width: 150px; }
.w155	{ width: 155px; }
.w165	{ width: 165px; }
.w170	{ width: 170px; }
.w180	{ width: 180px; }
.w184	{ width: 184px; }
.w205	{ width: 205px; }
.w242	{ width: 242px; }
.w260	{ width: 260px; }
.w461	{ width: 461px; }
.w520	{ width: 520px; }
.w640	{ width: 640px; }
.w680	{ width: 680px; }
.w700	{ width: 700px; }

/* MARGIN */
.mT2	{ margin-top: 2px;}
.mL27	{ margin-left: 27px;}

/* PADDING */
.pT5R5B5L10	{ padding: 5px 5px 5px 10px;}
.pR5	{ padding-right: 5px;}
.pB3	{ padding-bottom: 3px; }
.pL10	{ padding-left: 10px; }
.pR15	{ padding-right: 15px;}

.lts	{ letter-spacing: -1px;}
.lh11	{ line-height: 11px;}
.lh16	{ line-height: 16px;}

.silverHighTall {
	padding-top: 6px;
	width: 122px;
	height: 36px;
	line-height: 14px;
	background: url(/cmn/images/sprite/detail.png) -260px -260px no-repeat;
	}

.silverHighTall:hover {
	background-position: -260px -302px;
	}

.silverHighTall:active {
	background-position: -260px -344px;
	}


/* プラン文字数増加修正 2011.01.18 */
/* 価格 */
.bknDtlPriceTbl{width:100%; margin-bottom:5px;}
.bknDtlPriceTbl th,
.bknDtlPriceTbl td{padding:2px;}
.price_hontaiLine th,
.price_hontaiLine td{ border-bottom:dotted 1px #ccc;}
.bknDtlPriceTbl th{width:100px; line-height:1.2em;}
.priceCell{text-align:right; width:100px;}

.price_hontai,
.price_sougaku{line-height:16px;}
.price_hontai b,
.price_sougaku b{margin-right:3px; font-family:arial; font-size:19px;}
.price_sougaku b{color:#c00;}


.panelBottomTitle{position: absolute; right: 0; color: #969A99; font-size: 10px; font-weight: normal;}



/* プラン別一覧対応 2011/04/15 */
.planSelect							{ margin-top: 3px;}
.planSelect img						{ margin-left: 3px; vertical-align: middle;}
.planDetail							{ position: relative;}
.planDetail img						{ position: absolute;}
.planHighLight						{ background-color: #fdf9f0 !important;}

.planType0							{ line-height: 35px;}
.planType0 img						{ top: 7px; right: 12px;}
.planType0 img						{ /top: -4px;}
.planType1 img, .planType2 img		{ top: -2px; right: 23px;}
.planType1 img, .planType2 img		{ /top: -4px;}

