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

body{
	margin:0;
	padding:0;
	background: url(../images/bg_body.gif) repeat-x 0% 0%;
	font-size:78%;
	font-family: "ヒラギノ角ゴ Pro W3", Meiryo, "ＭＳ Ｐゴシック", Osaka;
}
img{
	border:none;
}
a:hover img{
	border:none;
}



img.right{
	margin:0 0 0 40px;
	float:right;
}
img.left{
	margin:0 40px 0 0;
	float:left;
}

a{
	color:#FF0000;
}


a{color:#1d3994;text-decoration:none;}
a:visited{color:#1d3994;text-decoration:none;}
a:hover{color:#ff3333;text-decoration:underline;}
a:active{color:#ff3333;text-decoration:underline;}


#body{
	width:945px;
	margin:0 auto;
}

#body h1{
	background: url(../images/bg_h1_l.gif) no-repeat 0% 0%;
	padding:0px 20px;
	font-size:135%;
	height: 38px;
	line-height: 38px;
	margin: 0 0 5px;
}


#body p.pankuzu{
	margin:0 0 10px;/* 車検用変更 margin:0 0 20px 25px; */
	line-height: 120%;
}
#body p.error{
	margin:25px 0 200px 25px;
	line-height: 120%;
	font-size: 110%;
}

#body p.error2{
	margin:25px 0 60px 25px;
	line-height: 120%;
	font-size: 110%;
}


#header{
	position:relative;
	height: 95px;
}
#header div.logo{
	position:absolute;
	top: 20px;
	left: 5px;
}
#header div.banner{
	position:absolute;
	top: 10px;
	left: 465px;
	width:468px;
	height:60px;
}

#content{
	float:left;
	width: 685px;
	overflow: hidden;
	margin-bottom: 30px;/* 車検用追加 */
}
#content h1{
	background: url(../images/bg_h1.gif) no-repeat 0% 0%;
	padding:0px 20px;
	font-size:135%;
	height: 38px;
	line-height: 38px;
	margin: 0 0 5px;
}
#content h2{
	background: url(../images/bg_h2.gif) no-repeat 0% 0%;
	padding:0px 10px 0 18px;
	font-size:120%;/* 車検用変更 font-size:150%; */
	height: 45px;
	line-height: 44px;
	margin: 0 0 5px;
	clear: both;
	color:#000000;
}
/* 車検用追加 */
#content h2.car_app_ttl{
	padding:1px 10px 0 18px;
	font-size:110%;
	height: 29px;
	line-height: 30px;
	margin: 0 0 5px;
	clear: both;
	color:#333;
	background: -moz-linear-gradient(#ececec, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#ccc));
}

#content h3{
	background: url(../images/bg_h3.gif) no-repeat 0% 0%;
	padding:0px 10px 0 18px;
	font-size:100%;
	height: 35px;
	line-height: 30px;
	margin: 0 0 5px;
	clear: both;
	color: #333333;
}

#content h3.side{
	background: transparent none;
	font-size:100%;
	text-align:right;
	margin:-45px 0 10px 0;
}
#content.wide h3.side span{
	font-size:110%;
	color:#FF0000;
}

#content p{
	line-height: 150%;
	margin: 5px 0 15px 0;
	padding: 0 10px;/* 車検用追加 */
}

#content li{
	margin: 0 0 10px 0;/* 車検用変更 margin:5px 10px 5px 0; */
	padding:0 0 0 15px;/* 車検用追加 */
	background: url("../images/bg_li_arrow.gif") left top no-repeat;/* 車検用追加 */
}
/* 車検用追加 */
#content .body li{
	margin: 0 0 10px 0;/* 車検用変更 margin:5px 10px 5px 0; */
	padding:0 0 0 20px;/* 車検用追加 */
	background: url("../images/bg_li.gif") left top no-repeat;/* 車検用追加 */
	width: 185px !important;
}

#content div.banner{
	margin:0 0 5px 0;
}

#content div.box{
	margin: 0 0 5px 0;
	position:relative;
	z-index: 100;
	background: url(../images/box_02.gif) repeat-y;
}
#content div.box div.body{
	padding: 0px 20px 20px;
	background: url(../images/box_03.gif) no-repeat 0% 100%;
	width: 645px;
}
#content div.box div.body.nopad{
	background: url(../images/box_03.gif) no-repeat 0% 100%;
	padding: 0px 0px 20px;
}
#content div.box h2{
	background: url(../images/box_01.gif) no-repeat;
	color: #000000;
	font-size: 100%;
	height: auto;
	line-height: 120%;
	padding: 10px 20px 10px;
}


#content div.box h3{
	font-size: 100%;
	line-height: 100%;
	margin: 0 0 10px 0px;
	padding: 10px 8px 10px 16px;
	height: auto;
	background: ABCDEFG  none;

	color: #FFFFFF;
}

#content div.box h3.abs{
	font-size: 100%;
	line-height: 100%;
	position:absolute;
	right:8px;
	top:8px;
	text-align: right;
	margin: 0;
	padding: 5px;
	height: auto;
	border: 0;
	color: #000000;
	background: transparent none;
}
#content div.box h3 span{
	color:#FF0000;
}

#content div.box p{
	margin: 0 0 15px;
	padding: 0 10px;/* 車検用変更 padding: 0px; */
}
#content div.pager{
  padding:10px;
  text-align:center;
  font-size: 12px;
}
#content div.pager a.next,#content div.pager a.prev{
  text-align:center;
  background: url(../images/bg_btn.gif) no-repeat 50% 0%;
  color: #FFFFFF;
  height: 24px;
  line-height: 24px;
  padding: 5px 20px;
}
#content div.pager a.next:hover,#content div.pager a.prev:hover{
  background: url(../images/bg_btn.gif) no-repeat 50% 100%;
  text-decoration: none;
}

/*-----------------------------------------------ページ移動でかいボタン用*/
#content a.btn{
	display:block;
	height:41px;
	width:500px;
	margin:0 auto;
	background:url(../images/btn_ins.gif) no-repeat 0% 0%;
}
#content a.btn:hover{
	background:url(../images/btn_ins.gif) no-repeat 0% 100%;
}
#content a.btn span{
	display:none;
}
/*-----------------------------------------------スタートボタン用*/
#content a.start{
	display:block;
	height:41px;
	width:264px;
	margin:0 auto;
	background:url(../images/btn_start.gif) no-repeat 0% 0%;
}
#content a.start:hover{
	background:url(../images/btn_start.gif) no-repeat 0% 100%;
}
#content a.start span{
	display:none;
}

/*-----------------------------------------------TOPメインイメージ用*/

#content div#ttl{
	position:relative;
	padding: 0 0 130px 0;
}
#content div#ttl img{
	position:absolute;
}
#content div#ttl p{
	position:relative;
	top:125px;
	left:200px;
	width: 470px;
}


/*-----------------------------------------------STEP用*/

#content div#steps{

}

#content div#steps img{
	margin:0 auto;
	float: left;
	clear: left;
}
#content div#steps h3{
	margin:0px 5px 0 221px;
	background: #E8E6CF none;
	text-align: left;
	padding: 5px;
	height: auto;
	line-height: 100%;
	clear: none;
	position: relative;
	top: 20px;
	font-size: 120%;
}
#content div#steps p{
	margin:5px 10px 5px 221px;
	text-align: left;
	line-height: 120%;
	position: relative;
	top: 20px;
}


#content div#step1{

}

#content div#step2{
	clear: left;
}
#content div#step3{
	clear: left;
}

/*-----------------------------------------------iframe--------用*/

#content div.iframe{
	width:600px;
	margin:0 auto 20px;
}


/*-----------------------------------------------Contentワイド用*/

#content.wide{
	float:none;
	width: 945px;
}
#content.wide h1{
	background: url(../images/bg_h1_l.gif) no-repeat 0% 0%;
}
#content.wide h2{
	background: url(../images/bg_h2_l.gif) no-repeat 0% 0%;

}
#content.wide h3{
	background: url(../images/bg_h3_l.gif) no-repeat 0% 0%;
}
#content.wide h3.side{
	background: transparent none;
}

#content.wide div.box{
	background: url(../images/box_l_02.gif) repeat-y;
}
#content.wide div.box div.body{
	background: url(../images/box_l_03.gif) no-repeat 0% 100%;
	width: 905px;
}
#content.wide div.box div.body.nopad{
	background: url(../images/box_l_03.gif) no-repeat 0% 100%;
}
#content.wide div.box h2{
	background: url(../images/box_l_01.gif) no-repeat;

}

/* 車検用追加 */
#content h2.country {
	background-image: none;
    background-color: #AFAFAF;
    color: #FFFFFF;
    font-size: 115%;
    height: 19px;
    padding: 4px 0 0 10px;
    line-height: 22px;
    width: 673px;
}
#content h2.country2 {
	background-image: none;
    background-color: #AFAFAF;
    color: #FFFFFF;
    font-size: 115%;
    height: 19px;
    padding: 2px 0 2px 10px;
    line-height: 22px;
    width: 673px;
}
.makerbox{
	border:solid 1px #ccc;
	margin:0 0 30px;
}

/*-----------------------------------------------テーブル関連*/


#content table.border{
	border-collapse: collapse;
}
#content table.border th{
	border:1px solid #a9a9a9;
	background-color:#F2F2E3;
	font-size: 10px;
	font-weight: normal;
}
#content table.border td{
	border:1px solid #a9a9a9;
	background: url(../images/bg_td.gif) repeat-x 0 0;
}
#content table.border td.nobg{
	background: none;
}
#content table.border td.big{
	font-size:150%;
}

#content table.border th.option{
	border-right:1px dashed #CCCCCC;
}
#content table.border td.option{
	border-left:none;
}


#content table.border td input{
	width:150px;
}

p.sort a.select{
	color:#000000;
	font-weight:bold;
}








/*-----------------------------------------------サイドバー*/


#side{
	width:240px;
	float:right;
}

#side div.box{
	background: url(../images/side_middle.gif) repeat-y 0% 0%;
	margin: 0 0 10px;/* 車検用変更 margin: 0; */
}
#side div.box h2{
	background: url(../images/side_top.gif) no-repeat 0% 0%;
	margin: 0;
	padding: 10px 10px 5px;
	font-size: 110%;
	color: #1F1F21;
}
#side div.box div.body{
	background: url(../images/side_bottom.gif) no-repeat 0% 100%;
	padding: 0 0 10px;
}
#side div.box ul{
	padding: 0 15px 10px 15px;
	margin: 0;
}
#side div.box li{
	padding:3px 0 0 20px;
	background: url(../images/bg_li_arrow.gif) left 4px no-repeat;
}



#side div.img{
	margin: 0 0 5px 0;
	text-align: left;
}

/* 車検用追加 */
.right_contents_search {
    border-bottom: 1px dotted #C8C8C8;
    float: left;
    height: 100%;
    margin: 0 10px 10px;
    padding: 0 0 10px;
    width: 220px;
}
.search_left {
    float: left;
}
.search_right {
    float: left;
    margin: 0 0 0 5px;
}



/*-----------------------------------------------フッター*/


#footnavi{
	clear: both;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	line-height:140%;
	border-top: 1px solid #a9a9a9;
}

#footer{
	position:relative;
	clear: both;
	text-align: center;
	padding: 30px 0 20px 0;
	margin: 20px 0 0 0;
	border-top: 1px solid #a9a9a9;
}
#footer ul{
	margin: 0;
	padding:0;
}

#footer li{
	list-style-type:none;
	display:inline;
	margin: 0 10px;
}

/* 車検用追加 */
#footer ul#copy{
	margin-bottom: 5px;
}


/*-----------------------------------------------個別いろいろ*/

.small{
	font-size:10px;
}
.red{
	color:#FF0000;
}

*{
	margin: 0;
	padding: 0;
	list-style: none;
}

.mb10{
	margin-bottom: 10px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.mb30{
	margin-bottom: 30px !important;
}

.addthis{
	margin-bottom: 20px !important;
}

/** clearfix **/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}





