@charset "UTF-8";
/* CSS Document */

/*==============================
 * Selfcheck Page Setting
 *------------------------*/
  /* ‚Å‚«‚é‚±‚ÆBox Ý’è
*----------------------------*/
#topDekirukotoBox {
	width:540px;
	padding:40px 0px 30px;
	margin:40px auto 0px;
	text-align:left;
	background-color:#fcfef9;
	border:4px solid #bed2a1;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	box-shadow:rgba(204, 204, 204, 0.670588) 0px 1px 5px 2px;
	-webkit-box-shadow:rgba(204, 204, 204, 0.670588) 0px 1px 5px 2px;
	-moz-box-shadow:rgba(204, 204, 204, 0.670588) 0px 1px 5px 2px;
}

#topDekirukotoBox h2 {
	font-size:20px;
	text-align:center;
	display:block;
	margin:0px auto 20px;
	padding-bottom:10px;
	background:url(../images/common/green_line_s.gif) no-repeat bottom center;
	
}

#topDekirukotoKomidashi {
	text-align:center;
	font-weight:bold;
	font-size:17px;
	color:#c2763b;
}

#topDekirukotoText {
	width:420px;
	margin:25px auto 0px;
}

#topDekirukotoText ol li {
	color: #690;
    font-size:150%;
    font-family: 'Lobster';
    list-style: decimal inside;
}

.listNormalText {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial,  ƒqƒ‰ƒMƒmŠpƒS Pro W3, Hiragino Kaku Gothic Pro, ƒƒCƒŠƒI, ‚l‚r ‚oƒSƒVƒbƒN, sans-serif;
	font-size:15px;
	color:#000;
}

.listNormalTextSub {
	padding-left:220px;
	display:block;
	margin-top:-5px;
}


  /* SelfCheck Subject Ý’è
*----------------------------*/
.selfCheckKoMidashi1,
.selfCheckKoMidashi2,
.selfCheckKoMidashi3,
.selfCheckKoMidashi4,
.selfCheckKoMidashi5,
.selfCheckKoMidashi6 {
	text-align:left;
	font-size:16px;
	color:#333;
	text-shadow: -1px -1px rgba(0,0,0,0.2), 1px 1px #ffffff;
	display:block;
	margin:50px auto 0px 50px;
	padding:10px 15px;
	border:2px solid #008445;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	background: -moz-linear-gradient(top, #fff, #eff5e4);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#eff5e4));
	box-shadow:rgba(204, 204, 204, 0.670588) 0px 1px 5px 2px;
	-webkit-box-shadow:rgba(204, 204, 204, 0.670588) 0px 1px 5px 2px;
	-moz-box-shadow:rgba(204, 204, 204, 0.670588) 0px 1px 5px 2px;
}

.selfCheckKoMidashi1 {
	width:360px;
}

.selfCheckKoMidashi2 {
	width:560px;
}

.selfCheckKoMidashi3 {
	width:300px;
}

.selfCheckKoMidashi4 {
	width:260px;
}

.selfCheckKoMidashi5 {
	width:160px;
}

.selfCheckKoMidashi6 {
	width:80px;
}

.stepImage,
.selfcheckImage1,
.selfcheckImage2 {
	margin:20px auto 0px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #ccc;
	box-shadow:rgba(204, 204, 204, 0.670588) 0px 1px 5px 2px;
	-webkit-box-shadow:rgba(204, 204, 204, 0.670588) 0px 1px 5px 2px;
	-moz-box-shadow:rgba(204, 204, 204, 0.670588) 0px 1px 5px 2px;
}

.selfcheckImage2 {
	margin-bottom:50px;
}

#brokenCar {
	margin:10px 0px 0px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #ccc;
}

.selfCheckContentBox,
.selfCheckContentBoxB {
	text-align:left;
	line-height:170%;
	width:490px;
	width:510px;
	padding:25px 45px 20px;
	margin:20px auto 0px;
	background-color:#eff5e4;
	background-color:#f2f2f2;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	
	background-image:url(../images/selfcheck/quotation_top.png), url(../images/selfcheck/quotation_bottom.png);
	background-repeat:no-repeat, no-repeat;
	background-position:top left, bottom right;
}

.selfCheckContentBoxB {
	margin-bottom:60px;
}





