@charset "utf-8";

/* 出展者一覧
==================================*/
.whatentryBox a{
color:#ffcc00;
text-decoration:none;
}
.whatentryBox a:hover{
color:#ffff99;
}

/* 検索BOX
-------------------------------------------------------------------*/
.sortBox{
margin:5px 0 10px;
padding:10px 20px 15px 100px;
font-size:1px;
line-height:1px;
border:1px solid #555555;
}
.sortBox .parts,
.sortBox .auto{
float:left;
margin-right:30px;
}
.sortBox .parts p,
.sortBox .auto p{
margin-bottom:3px;
font-size:14px;
line-height:1.3em;
font-weight:bold;
}
.sortBox .parts select,
.sortBox .auto select{
width:200px;
margin-left:20px;
font-size:12px;
line-height:1.3em;
}

.sortBox .sort{
clear:both;
margin-left:90px;
}
.sortBox .sort li{
float:left;
margin:20px 10px 20px 0;
padding-right:10px;
border-right:1px solid #555555;
font-size:12px;
line-height:1.6em;
}

.sortBox .txtsearch{
clear:both;
margin-left:30px;
}
.sortBox .txtsearch h2{
font-size:12px;
line-height:2.0em;
font-weight:bold;
float:left;
padding:0 10px 0 0;
}
.sortBox .txtsearch fieldset{
background:none;
border:none;
}
.sortBox .txtsearch #search_text{
width:250px;
margin-right:10px;
font-size:12px;
line-height:1.4em;
height:1.4em;
}
.sortBox .txtsearch #submit{
vertical-align:bottom;
}
.hidden {
	visibility:hidden;
	height:0;
	display:none;
	width:0;
}

/* リスト
-------------------------------------------------------------------*/
.whatentryBox .catLbel{
font-size:1.2em;
border-bottom:3px double #555555;
margin-bottom:10px;
}

.whatentryBox .subcatBox{
border:1px solid #555555;
background-color:#111111;
padding:10px 20px 10px 60px;
margin-bottom:15px;
}
.whatentryBox .subcatBox li{
float:left;
display:block;
font-size:0.83em;	
width:200px;
}
.whatentryBox .what_box{
border-bottom:1px dotted #555555;
margin-bottom:20px;
}
.whatentryBox .fl{
float:left;
width:200px;
margin-right:20px;
text-align:center;
}
.whatentryBox .fr{
float:right;
width:540px;
display:block;
}
.whatentryBox .fr h3{
color:#ffcc00;
font-size:1.1em;
line-height:1.4em;
margin-bottom:10px;
}

.whatentryBox .back,
.whatentryBox .what_box .more{
margin-right:5px;
text-align:right;
}

/* 詳細
-------------------------------------------------------------------*/
.whatentryBox .detailBox h4,
.whatentryBox .line{
clear:both;
margin:20px 0 10px;
}
.whatentryBox .detailBox h4{
border:1px solid #999999;
background:url(../img2008/h4_bg.gif) repeat-x left bottom;
font-size:1.2em;
padding:2px 5px;
}
.whatentryBox .line{
padding:10px 0;
border-bottom:1px solid #555555; 
height:130px;
}

.whatentryBox .line .entryBnr{
width:60px;
float:right;
padding-left:10px;
}
.whatentryBox .line .entryBnr img{
margin-bottom:5px;
}

/* デモ情報
-------------------------------------------------------------------*/
.whatentryBox .explain{
}
.whatentryBox .explain img{
float:left;
}
.whatentryBox .explain p{
float:left;
font-size:0.8em;
}
.whatentryBox .explain p.txt1{
width:260px;
margin:0 20px 0 10px;
}
.whatentryBox .explain p.txt2{
width:330px;
margin-left:10px;
}

.whatentryBox .explain p strong{
color:#ffcc00;
display:block;
}
