@charset "utf-8";


/* -------------- 
       map/
  ------------ */


/* index.html */
#main.location dl.fromStation {
	float: left;
	width: 420px;
	margin: 12px 0 0 0;
	padding: 0 0 8px 0;
}

#main.location dl.fromStation dt {
	color: #004093;
	font-size: 90%;
	line-height: 1.35;
	font-weight: bold;
}

#main.location dl.fromStation dd {
	margin: 0 0 0 6px;
	padding: 0 0 0 12px;
	background: url(../common/list_mark01.gif) no-repeat left 9px;
	font-size: 78%;
	line-height: 1.65;
}

#main.location span.left {
	float: left;
	margin: 0 1em 0 0;
}

#main.location span.right {
	float: left;
}

#main.location span.bold {
	font-weight: bold;
}

#main.location div.btnMap {
	float: right;
	width: 220px;
	margin: 12px 0 0 0;
}

#main.location div.map {
	clear: both;
	padding: 20px 0 30px 0;
}

#main.location dl.shuttleBus dt {
	color: #004093;
	font-size: 90%;
	line-height: 1.35;
	font-weight: bold;
}

#main.location dl.shuttleBus dd {
	padding: 0 0 18px 0;
	font-size: 78%;
	line-height: 1.65;
}

#main.location dl.shuttleBus dd.list p {
	margin: 0 0 0 6px;
	padding: 0 0 0 12px;
	background: url(../common/list_mark01.gif) no-repeat left 9px;
}

#main.location dl.shuttleBus dd.btn {
	padding: 10px 0 0 0;
}

.clsbtn {
	text-align: center;
	margin: 10px 0 10px 0;
}








