@charset "UTF-8";


/* ------------------------------------------------------------
 ドライブプラザ　道路名から検索ページ　CSS
 更新日:07/08/06
 
------------------------------------------------------------ */


table#road-select{
width:610px;
border-collapse:collapse;
}

table#road-select th{
text-align:left;
font-weight:bold;
font-size:110%;
}

table#road-select th,
table#road-select td{
padding:5px 0;
}

table#road-select th.td-arealist{
width:100px;
}

table#road-select td.td-arealist select{
width:95px;
}

table#road-select th.td-roadlist{
width:250px;
}

table#road-select td.td-roadlist select{
width:235px;
}


table#road-select th.td-roadic{
width:260px;
}


table#road-select td.td-roadic select{
width:245px;
}


table#road-select select{
height:200px;
overflow:auto;
}

div.icBtn{
text-align:right;
}

div.icBtn input{
margin:0 0 0 5px;
}