@charset "UTF-8";

/*
##################################################################
area_select_v1.0.css
################################################################## */

*{
	margin:0;
	padding:0;
	list-style-type: none;
	color:#333;
}

body {background: url(#) fixed;}

select,input,textarea {
	margin:0;
	padding:0;
}

li ul,dd ul,dd dl {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 10px;
}

/* 大枠レイアウト */
div#top-cont{
/*---
	margin:15px 0px 10px 15px;
	margin:0px 0px 10px 15px;
---*/
	margin: 0px 0px 10px 15px;
	width:980px;
 	background:#fff;
}

/* カタログの枠 */
div#cat_frame{
	background: url(/cmn/images/search_map_bg.png) 0 0 repeat-x;
    border: 1px solid #d1d6dc;
    width: 978px;
}

div#cat_frame div.wrap{
	/*---background:url(/cmn/ucar-images/bg_frame_2.gif) no-repeat left bottom;---*/
}


/* レイアウト */
div#container {
	width:950px;
	height:615px;
	/*---margin:10px 0px 20px 20px;---*/
    margin: 10px 0px 20px 14px;
	position:relative;
}
div#baseLayer {
	position:absolute;
	left:0px; 
	top:45px; 
	width:950px; 
	height:500px; 
	z-index:1;
}

/* パンくず */
div#head-line{
	/*---margin:15px 0px 0px 15px;---*/
    margin: 5px 0px 0px 15px;
	width:980px;
}
p#pankuzu{
	font-size:10px;
}
p#pankuzu b, strong{
	font-weight:bold;
}

/*---h1#logo{
	font-size:10px;
	font-weight:normal;
	margin:7px 0;
}---*/

h1#b_blue {
    margin-bottom: 5px;
    }

/* H1キャプション */
p.p_h1_caption {
	margin-left: 10px;
    text-align: right;
    width: 980px;
    height: 15px;
    font-size: 10px;
    line-height: 11px;
    text-align: right;
    }

/*--- タイトル画像
div#cat_frame h2#ttl_area{
//	background:url(/cmn/ucar-images/ttl_area.png) no-repeat left top;
	background:#1B72C7 url(/cmn/detail-images/bg_bkn_title.gif) no-repeat scroll left top;
	margin:0;
	padding:7px 10px;
	display:block;
	font-size:14px;
	color:#ffffff;
}---*/

/* フッターコピー */
div#footCopy{
    margin-left: 15px;
	width:980px;
}
div#footCopy i{
	float:right;
	font-size:11px;
	font-weight: normal;
	font-style:normal;
}
/* footer車種リンク */
div#shashuLink{clear:both; width:980px; margin:20px 0 0 15px; z-index:1;}
h3#footerNet{clear:both; width:980px; text-align:right; font-size:11px; font-weight:normal;}

/* レイアウト */

/* 現在の検索条件表示 */

div#entrydate {
	position:absolute; 
	left:0px; 
	top:45px;
	
	z-index:4;
	padding-bottom:10px;
	height:120px;
}

div#entrydate_wrap {
/*---width:333px;---*/
width: 280px;
height:110px;
border-right:1px solid #bbbbbb;
border-left:1px solid #bbbbbb;
border-bottom:1px solid #bbbbbb;
background-color: #fff;
}

table.ditail{
/*---width:305px;---*/
width: 255px;
position:absolute;
top:25px;
left:15px;	
font-size: 12px;
}

table.ditail td{
	font-size:12px;
	padding:7px 0;
}
/* KNG
table.ditail td.td01{
	font-size:12px;
	margin:0px;
	padding:2px 5px 2px;
	width:15px;
	text-align:center;
}
*/
table.ditail td.td02{
	font-size:12px;
	/*---width:40px;---*/
	width: 20%;
}
table.ditail td.td03{
	font-size:12px;
	/*---width:20px;---*/
	text-align:center;
	width: 5%;
}
table.ditail td.td04{
	font-size:12px;
	/*---width:190px;---*/
	width: 75%;
}
table.ditail td.td05{
	font-size:10px;
	line-height:14px;
	padding-left: 2px;
	/*---width:80px;---*/
}
/* 現在の検索条件表示 */


/* 地図 */
#hokkaidoLayer {
	position:absolute; 
	left: 696px;
	top:55px;
	width: 250px;
	height:120px; 
	z-index:10; 
}
#tohokuLayer {
	position:absolute; 
	left:690px; 
	top:249px;
	width:140px; 
	height:110px; 
	z-index:10;
}
#hokuriku_koshinetsuLayer {
	position:absolute; 
	left: 497px;
	top:55px; 
	width: 181px;
	height:105px; 
	z-index:10;
}
#kantoLayer {
	position:absolute; 
	left:690px; 
	top:411px; 
	width:140px; 
	height:175px; 
	z-index:10;
}
#tokaiLayer {
	position:absolute; 
	left:503px; 
	top:411px; 
	width:160px; 
	height:175px; 
	z-index:10; 
}

#shikokuLayer {
	position:absolute; 
	left:338px; 
	top:502px; 
	width:135px; 
	height:85px; 
	z-index:10; 
}
#kansaiLayer {
	position:absolute; 
	left:330px; 
	top:55px; 
	width:148px; 
	height:215px; 
	z-index:10;
}
#chugokuLayer {
	position:absolute; 
	left:170px; 
	top:220px; 
	width:140px; 
	height:95px; 
	z-index:10;
}
#kyushuLayer {
	position:absolute; 
	left:170px; 
	top:377px; 
	width:140px; 
	height:205px; 
	z-index:10;
}
dl {
	position: relative;	
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
dt {
	font-size: 10px;
	height:17px; 
	vertical-align: top;
}
dt input,dd input {
	width:12px; 
	height:12px; 
}
dt strong a {
	font-size: 12px;
	vertical-align: top;
}
dd {
	font-size: 10px;
	height:15px; 
	padding-left: 14px;
	vertical-align: top;
    color: #999;
}
dd a {
	font-size: 10px;
	vertical-align: top;
}
dd.i {
	font-size: 10px;
	padding-left: 30px;
	height:15px; 
}
dl.hokkaido {
	width:270px;
}
dl.hokkaido dd.left {
	width: 137px;
	float:left;
	padding-left: 7px;
}
dl.hokkaido dd.right {
	width: 100px;
	float:left;
	padding-left: 0px;
}
dl.hokkaido,
dl.tohoku,
dl.kanto,
dl.hokuriku_koshinetsu,
dl.tokai,
dl.kansai,
dl.shikoku,
dl.chugoku,
dl.kyushu{}

/* 地図 */
#entrydate h2 {
	margin: 0 !important;
	padding: 0 !important;
	}
#entrydate h2 img{
    display: block;
	margin:0;
	padding:0;
}
h3{
	font-size:14px;
	color:#333;
	display: block;
	padding: 6px 0 10px 0;
}
.bodytext {
	font-size: 12px;
	line-height: 16px;
}
.date {
	color:#f90;
	font-size: 10px;	
}
.kensu{
	font-size:18px;
	color:#06f;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}
.position{
	position: relative;
}
.news-title {
	font-size:12px;
}
div#all_region{
	position:absolute;
	left:10px;
	top:220px;
	z-index:4;
	background-image: url(/cmn/images/icon_arrow02.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 14px;
	font-size: 14px;
}
div#help-link{
	position:absolute; 
	left:10px; 
	top:190px; 
	font-size:10px;
	z-index:4;
}

div#s-mit1 a, div#s-mit a {
    position: absolute;
    /*---left: 690px;---*/
    left: 710px;
    z-index: 4;
    }

div#s-mit1 a{
	/*---top:13px; ---*/
	top: 2px;
}
div#s-mit a{
	top:595px; 
}

div#cat_frame .text_area{
width:945px;
margin-bottom:5px;
}

div.text_area .left_side{
float:left;
line-height:1.5em;
}

div.text_area .right_side{
float:right;
text-align:right;
}

/*---div#cat_frame h3#erabu{---*/
div#cat_frame h2#erabu {
margin:0;
padding:0;
font-size:12px;
font-weight: 700;
line-height:1.5em;
float:left;
}

span.erabu2 {font-weight: 700;}

div#cat_frame p#kensu-notes{
color:#999;
font-size:10px;
margin:2px 0;
}

div#cat_frame .btn_shamei{
margin-top:4px;
}
/* カーセンサー認定 */
div.d_ninteiBanner {
    margin-top: -13px;
    width: 980px;
    text-align: right;
    }
div.d_ninteiBannerAnchor {
    position: relative;
    margin-top: -5px;
    width: 980px;
    height: 21px;
    }
a.a_ninteiBannerAnchor {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 191px;
    height: 21px;
    text-indent: -9999px;
    text-decoration: none;
    outline: none;
    background: url(/cmn/images/nintei/nintei_02_v2.png) 0 0 no-repeat;
    }




/* add by KNG at ZACO */
#b_blue {
	margin-top: 5px;
	margin-left: 15px;
	font-family: 'ＭＳ Ｐゴシック','MS P Gothic',Arial,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif,Helvetica;
	font-size:19px;
	background-image:url(/front/img/sprite/x.png);
	background-position:0 -95px;
	background-repeat:no-repeat;
	line-height:25px;
	padding-left:10px;
	}