@charset "utf-8";
/* CSS Document */

.infowindow .detail {
text-align: right;
font-size: 75%;
}

#map{
float:left;
border:#DDDDDD 1px solid;
width:448px;
height:668px;
}

#article{
width:850px;
}

#article:after{
content:"";
display:block;
clear:both;
}


#article p.route{
float:left;
width:385px;
padding:0 0 0 15px;
text-align:center;
}

#article p.route img{
padding-bottom:15px;
}

