@charset "UTF-8";


/* ------------------------------------------------------------
 ドライブプラザ　住所からから検索ページ　CSS
 更新日:07/08/06
 
------------------------------------------------------------ */


div.routeArea div.routeSelect{
border-left:1px solid #ccc;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
padding:15px 15px 15px 15px;
}


div.routeArea div.routeSelect div.Inner{
background:#ffffff;
border:1px solid #cccccc;
padding:15px;
width:333px;
}

div.routeArea div.routeSelect div.addrcol h3,div.routeArea div.routeSelect div.iccol h3{
font-size:110%;
font-weight:bold;
padding-bottom:5px;
}

/* 住所を選択 ---------------------- */

div.routeArea div.routeSelect div.addrcol{
width:390px;
float:left;
padding-right:22px;
background:url(../img/arrow04.gif) no-repeat right 90px;
}


/* 範囲選択Table */

div.routeArea div.routeSelect div.addrcol div.scope{
margin:0 0 0 220px;
width:243px;
}

div.routeArea div.routeSelect div.addrcol div.scope table{
border-collapse:0;
}

div.routeArea div.routeSelect div.addrcol div.scope table th{
font-weight:bold;
padding:2px;
}

div.routeArea div.routeSelect div.addrcol div.scope table td{
padding:2px;
text-align:right;
}

/* IC名(最寄順) ---------------------- */

div.routeArea div.routeSelect div.iccol{
width:500px;
float:left;
}

div.routeArea div.routeSelect div.iccol div.Inner{
width:473px;
}


/* ボタン部 */

div.icBtn input{
margin:0 0 0 0px;
}

/* Select制御 ---------------------- */

table.selecttbl{
border-collapse:collapse;
}

table.selecttbl th{
text-align:left;
font-weight:bold;
font-size:110%;
}

table.selecttbl th,
table.selecttbl td{
padding:5px 0;
}

table.selecttbl th.td-divisions{
width:100px;
}

table.selecttbl td.td-divisions select{
width:85px;
}

table.selecttbl th.td-district{
width:240px;
}

table.selecttbl td.td-district select{
width:235px;
}


table.selecttbl th.td-icname{
width:300px;
}


table.selecttbl td.td-icname select{
width:255px;
}


table.selecttbl select{
height:200px;
overflow:auto;
}

div.iccol select.icsel{
margin:0 0 5px 0;
width:255px;
height:238px;
overflow:auto;
}


div.colR{
width:273px;
float:left;
}

div.colL{
width:200px;
margin-top:30px;
float:left;
}

div.colL div.btn{
margin:10px 0 0 0;
text-align:center;
}