@charset 'UTF-8';



/*----- 各出展者コンテンツ　Layout -----*/
.left-block {
	float:left;
	width:200px;
	clear: both;
	font-size: 13px;
}
.right-block {
	float:right;
	width:400px;
}

/*----- 出展者タイトル -----*/
.dealer-hbox {
	margin: 5px 0 20px 0;
	
}
/*
table {
	border:1px solid #C8C8C8;
	border-collapse:collapse;
	color:#435424;
	margin:0 0 20px;
	width:480px;
}

th {
	background:#EFFAD3 none repeat scroll 0 0;
}
th, td {
	padding:4px 10px;
	text-align:left;
}
*/
.cont-item h4 {
	background: #EFFAD3;
	padding: 6px 10px;
	border:1px solid #C8C8C8;
	margin: 0;
}
.cont-item h5 {
	border-bottom: 1px solid #C8C8C8;
	color:#087018;
	font-size: 0.8em;
	font-weight: normal;
	height:22px;
	padding: 8px 10px 3px;
}

.cont-item h5 a {
	background:transparent url(../img/icon/liststyle03.gif) no-repeat scroll 5px center;
	padding:0 0 0 20px;
}


/*----- ロゴ（右配置） -----*/
.imglogo {
	float: right;
	display : block;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: right;
}






.num-item {
 	clear: both;
}

/*----- 出展者概要 Table -----*/
.dealer-set-box {
	clear :both;
	border:1px solid #C8C8C8;
	color:#435424;
	margin:20px 0 10px 20px;
	width: 380px;
	border-collapse:collapse;
}
.dealer-set-box th, .dealer-set-box td {
	border-bottom:1px solid #C8C8C8;
	border-left:1px solid #C8C8C8;
	border-top:1px solid #C8C8C8;
	font-size:13px;
	padding:4px 10px;
	text-align:left;
}
th {
	background:#EFFAD3 none repeat scroll 0 0;
}


/* ----- ロゴマークテーブル ----- */

.logo-label {
	clear: both;
	text-align: right;
}
.logo-table {
	clear: both;
	margin: 5px 0 10px 20px;
	width: 380px;
	border-collapse:collapse;
}
.logo-table td {
	padding: 3px;
	width: 55px;
	height: 55px;
	text-align: center;
}
.logo-table td.logo-box {
	border: 1px solid #000000;
}
.logo-table td.logo-caption {
	padding-right: 5px;
	width: auto;
	height: auto;
	font-size: 12px;
	text-align: right;
}

/*----- 絞り込み　 -----*/
.search-box {
background:transparent url(../img/parts/search_bg.gif) repeat-y scroll 0 0;
border-bottom:1px solid #999999;
margin:0 0 15px;
padding:0 0 10px;
width:240px;
}

.search-box dd {
font-size:0.8em;
padding:0 10px 5px;
}

/*------------ アローナビ ------------*/
.deta-navi {
	clear : both;
	width : 630px;
	margin : 5px 0;
	padding : 5px 0;
	list-style : none;
	border-top : 1px solid #c8c8c8;
	border-bottom : 1px solid #c8c8c8;
}
.deta-navi:after {
	content: "."; 
	display: block; 
	clear: both;
	height: 0;
	visibility: hidden;
}
.deta-navi li {
	float : right;
	margin : 0 0 0 15px;
}
.deta-navi .left {
	float : left;
	margin : 0 0 0 0;
}
.deta-navi .left-non {
	float : left;
	margin : 0 0 0 0;
}
.deta-navi a {
	padding : 0 0 0 12px;
	font-size :12px;
	background : url(../img/icon/liststyle03.gif) no-repeat 0 center;
}
.deta-navi .left a {
	padding : 0 0 0 12px;
	font-size :12px;
	background : url(../img/icon/liststyle05.gif) no-repeat 0 center;
}
.deta-navi .left-non a {
	padding : 0 10px 0 0px;
	font-size :12px;
	background : none;
}
.deta-navi .left-non a img {
	vertical-align:middle;
}
