@charset "utf-8";
/* ===[2010/09/28:14:30]:utsumi///http://www.sharetive.com///===*/
/*[layout]*/
.row{list-style:none outside none;}
.boxl{float:left;}
.boxr{float:right;}
.clear{clear:both;}
.pt15{padding:15px 0px 0px 0px;}
.pr15{padding:0px 15px 0px 0px;}
.pr8{padding:0px 8px 0px 0px;}
h2{font-size:200%; color:#fff;}
/*[contents box]*/
.box{margin:0;}
.tl,.tm,.tr,.ml,.mm,.mr,.bl,.bm,.br,.linel,.linem,.liner{float:left;}
.tl,.tr,.bl,.br{width:3px;height:10px;}
.tm,.bm{height:10px;}
.ml,.mr{width:3px;}
.tl{background:url("../../img/bg_box0_tl.gif") no-repeat scroll 0 0 #fff;}
.tm{background:url("../../img/bg_box0_tm.gif") repeat-x scroll 0 0 #fff;}
.tr{background:url("../../img/bg_box0_tr.gif") no-repeat scroll 0 0 #fff;}
.ml{background:url("../../img/bg_box0_ml.gif") repeat-y scroll 0 0 #fff;}
.mm{background: #fff;overflow:auto;}
.mr{background:url("../../img/bg_box0_mr.gif") repeat-y scroll 0 0 #fff;}
.bl{background:url("../../img/bg_box0_bl.gif") no-repeat scroll 0 0 #fff;}
.bm{background:url("../../img/bg_box0_bm.gif") repeat-x scroll 0 0 #fff;}
.br{background:url("../../img/bg_box0_br.gif") no-repeat scroll 0 0 #fff;}
.tm,.mm,.bm{width:614px;}
.ml,.mr,.mm{height:550px;}
.mm{overflow: hidden;}
/*[estimate btn]*/
#estimate{padding:0px 85px;}
a.estimate_l{background:url("../../img/def/btn_estimate_l.gif") no-repeat;margin:0px auto;text-indent:-9999PX;display:block;width:450px;height:70px;}
a.estimate_l:hover{background: url("../../img/def/btn_estimate_l_on.gif") no-repeat;}
/*[contents]*/
h2{font-size:200%;color:#036;}
#contents{text-align:left;}
#important{text-align:center;}
#osusume{padding:5px 0px 0px 20px;width:600px;height:75px;background:url("../../../img/bg_h2_car.gif") repeat-y scroll 0 0; }
#osusumeLeft{float:left;width:270px;text-align:center;background-position:left;}
#osusumeRight{float:right; width:330px;text-align:center;}
hr.dot{ border:none;border-top:dashed 1px #06F;color:#fff;height:1px;}
a.plan:hover{position:relative;top:1px;left:1px;}
.tokucyouT{background:url("../../img/bg_box01_t.gif") no-repeat scroll 0 0;width:200px;height:25px;clear:both;}
.tokucyouM{background:url("../../img/bg_box01_m.gif") repeat-y scroll 0 0;width:200px;height:auto;}
.comment{padding:5px;width:179px;float:left;color:#00a0c6;font-size:0.8em;text-align:left;}
.tokucyouB{background:url("../../img/bg_box01_b.gif") no-repeat scroll 0 0;width:200px;height:5px;}
#A, #B, #C, #D{width:600px;height:auto;margin:0 auto;}
.carImage{padding-top:15px;width:245px;height:auto;margin:0 auto;float:left;text-align:center;font-size:150%;}
.insText{width:350px;height:auto;margin:0 auto;float:right;text-align:left; padding-top:10px;}
dl{border:1px solid #fff;width:350px;}
dt, dd{padding:0px 0px 0px 10px;}
dt{border:1px solid #fff;clear:left;float:left;width:135px;}
dl.carA dt{background:#FFC;}
dl.carB dt{background:#CCC;}
dl.driver dt{background:#fff;}
dl.insA dt{background:#FCC;}
dl.insB dt{background:#CFC;}
dl.insC dt{background:#CFF;}
dd{border:1px solid #fff;background:#fff;width:191px;float:left;}
/*[estimate flow]*/
.flow{background:url("../../img/img_estimate_flow.gif") no-repeat 0 0 #FFFFFF;width:600px;height:140px;padding:60px 0px 0px 0px;}
.step{width:105px;padding:0px 10px 0px 5px;
display:block; float:left;}
.priceDown{display:inline;padding-top:10px;}
.arrow_box {
	position: relative;
	background: #ffffff;
	border: 1px solid #71838f;
	width:66px;
	height:66px;
	font-size:10px;
	float:left;
	margin:0 5px;
	 border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}	
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(113, 131, 143, 0);
	border-top-color: #71838f;
	border-width: 11px;
	margin-left: -11px;
}