@charset "utf-8";
@import "common.css";

.info{
width:100%;
background-color:#ffe;
border:3px solid #999;
margin-bottom:10px;
}


.info td{
color: #333;
font-size:14px;
vertical-align:top;
padding:20px 5px;
border-top:2px dotted #999;
}
.info small{
color: #666;
font-size:12px;
}

.map th,.info th{
padding:5px;
text-align:left;
}

info th.stitle{
padding:5px 0px 5px 5px;
border:none;
}

.map td{
border:3px solid #999;
}

.access{
padding:40px 0;
}
.access div{
font-size:14px;
color:#ccc;
border-bottom:1px dotted #999;
padding:5px 0;
}

.w450{
width:450px;
}

.mb{
margin-bottom:20px;
}
