@charset "utf-8";
/* ===================================================================
CSS information

 file name  :dealers.css
 author     :igu (admin)
 style info :dealersページ
=================================================================== */

/*----------------------------------------------------
	メニューリンク
----------------------------------------------------*/
#gNav .dealers{
	width:100px;
	background-position:0px -20px;
	background-position:center bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#gNav .dealers a{
	width:100px;
	background-position:0px -20px;
	background-position:center bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/*----------------------------------------------------
	サブタイトル
----------------------------------------------------*/
h2 {
	margin-left:60px;
	margin-top:25px;
	margin-bottom:25px;
	width:160px;
	height:60px;
	float:left;
	text-indent:-1000px;
	overflow:hidden;
}

h2#brandlogo_Supra {
	background-image:url(/img/share/brand_logo_supra.gif);
	background-repeat:no-repeat;
}

h2#brandlogo_KR3W {
	background-image:url(/img/share/brand_logo_kr3w.gif);
	background-repeat:no-repeat;
}


/*----------------------------------------------------
	#map_box
		地図インターフェイス
----------------------------------------------------*/
#map_box {
	float:left;
	width:780px;
	margin-top:20px;
}

#map_box #map{
	float:left;
	margin-right:40px;
}


#map_box #dealers_list {
	float:left;
	font-size:80%;
}

#dealers_list #city{
	margin-bottom:25px;
}

#dealers_list h3{
	margin-bottom:20px;
}


#dealers_list ul{
	padding-bottom:20px;
}

#dealers_list ul li.name{
	float:left;
	margin-right:20px;
	text-indent:10px;
}

#dealers_list ul li.address{
	float:left;
	margin-right:20px;

}

#dealers_list ul li.tel{
	float:left;
	margin-right:20px;

}


#dealers_list ul li.link{
	float:left;
}
#dealers_list ul li.link_hidden{
	float:left;
	display:none;
}


