@charset "utf-8";

/*//////////////////////////////////////////////////////////// 
//□MAP
////////////////////////////////////////////////////////////*/
#mapBox{
margin:0px auto 0px auto;
width:600px;
}

#mapBox .addressList{
width:600px;
margin-top:20px;
border-top:1px dotted;
border-color:#999999;
}

#mapBox .addressList td,
#mapBox .addressList th
{
padding:5px;
border-bottom:1px dotted;
border-color:#999999;
text-align:left;
}

#mapBox .addressList th{
width:100px;
}

#mapBox .address{
padding:5px 0px;
margin:10px 0px 0px 0px;
border-top:1px dotted;
border-bottom:1px dotted;
border-color:#999999;
}

#mapBox .address p{
margin:0px;
padding:0px;
}

#mapBox .route{
margin-top:10px;
}

#mapBox .route h3{
margin:0px;
padding:0px;
padding-top:5px;
}

#mapBox .route p{
margin:0px;
padding:0px;
}

#mapBox .print{
text-align:right;
padding-top:20px;
}