@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------
乗り場案内・運賃
------------------------------------------------------------------------------ */

.guideTxt {
font-size:108%;
padding-left:20px;
margin-bottom:50px;
}
.guideTxt span{
color:#d90000;
font-size:123.1%;
}
.guideTable,
.guideTable th,
.guideTable td{
border-color:#dddddd;
}
.guideTable {
margin-right:auto;
margin-left:auto;
font-size:116%;
width:1000px;
margin-bottom:20px;
}
.guideTable th{
text-align:center;
background-color:#14A699;
color:#fff;
}
.guideTable td{
padding:10px;
}
.guideTable td.areaTit {
font-weight:bold;
}
.guideTable td.center {
text-align:center;
}
.guideBox {
float:left;
width:465px;
padding-left:20px;
}
.guideBoxTit {
font-size:153.9%;
color:#13A599;
background-color:#F3FAFA;
padding: 5px 10px;
margin-bottom:10px;
}
.guideKaitei {
width:100px;
}
.guidemb20{
margin-bottom:20px;
}