@charset "utf-8";

/* div#categoryTitle_wrapper　カテゴリータイトル
=========================================*/

div#categoryTitle_wrapper{
	height:92px;
	background:url(../image_common/category_title_bg.gif) left bottom repeat-x;
	position:relative;
}
div#categoryTitle_wrapper.tab_none{
	height:70px;
}

div#categoryTitle_wrapper h2{
	padding:20px 0 14px 20px;
}

div#categoryTitle_wrapper ul{
	padding-left:5px;
}

div#categoryTitle_wrapper ul li{
	float:left;
}

div#categoryTitle_wrapper ul li img{
	vertical-align:bottom;
}




/* div#categoryBottom_wrapper　カテゴリーボトム
=========================================*/
div#categoryBtm_wrapper{
	height:42px;
	background:url(../image_common/category_btm_bg.gif) left top repeat-x;
}

div#categoryBtm_wrapper ul{
	padding-left:5px;
}

div#categoryBtm_wrapper ul li{
	float:left;
}

div#categoryBtm_wrapper ul li img{
	vertical-align:top;
}

div.btm_shadow{
	height:7px;
	background:url(../image_common/btm_shadow.gif) no-repeat;
}




/*ページトップへ*/

p.go_pagetop{
	text-align:right;
	margin:0 25px 15px 0;
}


p.go_pagetop a img{
	filter:alpha(opacity=100); 
    -moz-opacity: 1.0; 
    opacity: 1.0;
}

p.go_pagetop a:hover img{
	filter:alpha(opacity=70); 
    -moz-opacity: 0.7; 
    opacity: 0.7;
}


/* 共通レイアウトスタイル　by roudiam 101101～
=========================================*/
p.go_pagetop.custom01{
	margin-right:0;
	width:100%;
	border-bottom:1px solid #B9B8B7;
	margin-bottom: 40px;
	}

p.go_pagetop.custom01.border_none{
	border:none;
	}

p.go_pagetop.custom01.border_none.mb5{
	margin-bottom:5px;
	}

p.go_pagetop.custom02{
	margin-right:0;
	width:100%;
	border-bottom:1px solid #B9B8B7;
	margin-bottom: 15px;
	}

p.go_pagetop.custom02.border_none{
	border:none;
	}

p.go_pagetop.custom02.border_none.mb5{
	margin-bottom:5px;
	}
	
p.go_pagetop.custom03{
	margin-right:0;
	width:100%;
	border-bottom:1px solid #B9B8B7;
	margin-bottom: 30px;
	}

p.go_pagetop.custom03.border_none{
	border:none;
	}

p.go_pagetop.custom03.border_none.mb5{
	margin-bottom:5px;
	}
	
/*.bottom_navi {
	margin-bottom:15px;
	}*/
	
.bottom_navi li{
	float:left;
	}



/* リンク装飾設定
=========================================*/
a:link{color:#6699CC; text-decoration:underline;}
a:visited{color:#6699CC; text-decoration:underline;}
a:hover{color:#6699CC; text-decoration:none;}
a:active{color:#6699CC; text-decoration:none;}



/* margin-bottom
=========================================*/
.mb15{
	margin-bottom:15px;
}

.mb30{
	margin-bottom:30px;
}

.mb35{
	margin-bottom:35px;
}

.mb37{
	margin-bottom:37px;
}

.mb40{
	margin-bottom:40px;
}

.mb45{
	margin-bottom:45px;
}

.mb60{
	margin-bottom:60px;
}


/* margin-left
=========================================*/
.ml5{
	margin-left:5px;
}

.ml8{
	margin-left:8px;
}

.ml10{
	margin-left:10px;
}

.ml25{
	margin-left:25px;
}

.ml30{
	margin-left:30px;
}

/* margin0
=========================================*/
.m0 {
	margin:0;
}

/* コンポーネント各種
=========================================*/
.caution{
	font-size:75%;
}

.caution_r{
	font-size:75%;
	float:right;
}

.caution_line_top{
	font-size:75%;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
}

.caution_line_top{
	font-size:75%;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
}

.caution_red {
	color:#FF0000;
	font-size:11px;
	margin-bottom:5px;
}

#categoryTitle_wrapper p.caution_red {
	position:absolute;
	right:10px;
	top:22px;
}

.txt_size_small{
	font-size:75%;
}


.black_underline{
	border-bottom:1px solid #000;
}

.text_bold{
	font-weight:bold;
}

.btm_border{
	border-bottom:1px solid #B9B8B7;
}

.btm_border_custom01{
	border-bottom:1px solid #B9B8B7;
	margin-bottom: 15px;
	margin-right: 5px;
	margin-left: 5px;
}

p.hide{
	display:none;
}

/* 以下追加分
=========================================*/

/* dl.gNavi_webcatalog WEBカタログ、グロナビ
=========================================*/
dl.gNavi_webcatalog{
	position:relative;
	height:29px;
	_margin-top:-7px; /*IE6ハック*/
}

dl.gNavi_webcatalog * img{
	vertical-align:bottom;
}

dl.gNavi_webcatalog dd.wcbtn01,
dl.gNavi_webcatalog dd.wcbtn02,
dl.gNavi_webcatalog dd.wcbtn03,
dl.gNavi_webcatalog dd.wcbtn04,
dl.gNavi_webcatalog dd.wcbtn05,
dl.gNavi_webcatalog dd.wcbtn06,
dl.gNavi_webcatalog dd.wcbtn07,
dl.gNavi_webcatalog dd.wcbtn08,
dl.gNavi_webcatalog dd.wcbtn09,
dl.gNavi_webcatalog dd.wcbtn10{
	position:absolute;
}


/*走行性能*/
dl.gNavi_webcatalog dd.wcbtn01{
	top:0;
	left:0;
}

/*安全性能*/
dl.gNavi_webcatalog dd.wcbtn02{
	top:0;
	left:90px;
}

/*燃費・環境性能*/
dl.gNavi_webcatalog dd.wcbtn03{
	top:0;
	left:180px;
}

/*スペック*/
dl.gNavi_webcatalog dd.wcbtn04{
	top:0;
	left:270px;
}

/*福祉車両*/
dl.gNavi_webcatalog dd.wcbtn05{
	top:0;
	left:360px;
}

/*装備・オプション*/
dl.gNavi_webcatalog dd.wcbtn06{
	top:0;
	left:450px;
}

/*ナビ＆オーディオ*/
dl.gNavi_webcatalog dd.wcbtn07{
	top:0px;
	left:540px;
}

/*アクセサリー*/
dl.gNavi_webcatalog dd.wcbtn08{
	top:0px;
	left:630px;
}

/*大きさ*/
dl.gNavi_webcatalog dd.wcbtn09{
	top:0;
	left:720px;
}

/*3Dビュー*/
dl.gNavi_webcatalog dd.wcbtn10{
	top:0;
	left:810px;
}


/* margin
=========================================*/
.bottom_navi {
	height:40px;
}



/*20140421追記*/

p.finish{
	margin:0;
	padding:0;
	padding:5px;
	font-size:12px;
	background:#ddd;
	border-bottom:3px double #666;
	text-align:center;
	color:#f00;
}
