@charset "UTF-8";
/* CSS Document */

@import "navi.css";
/* メイン
------------------------------------------------------------------*/
div#main {
	width: 580px;
	border-right: 1px solid #999999;
	float: left;
	padding-right: 12px;
	margin-bottom: 15px;
}
div#main dd {
	font-size: 93%;
	line-height: 123.1%;
}
div#main p {
	margin: 0px;
	padding: 0px;
	font-size: 93%;
	line-height: 123.1%;
}
/* サイドバー
------------------------------------------------------------------*/

div#sidebar #home-pdfBOX dl {
	display: block;
	width: 176px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-top: 10px;
}
div#sidebar #home-pdfBOX dt {
	background-color: #999999;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
div#st-Information {
	padding-top: 15px;
	padding-bottom: 10px;
	float: left;
}


/* 本文：Route Map
------------------------------------------------------------------*/
div#main #routemap_box dt {
	float: left;
	height: 157px;
	width: 327px;
}
div#main #routemap_box {
	padding-bottom: 15px;
	float: left;
}
div#main #routemap_box dd {
	float: right;
	width: 252px;
}


/* 本文：Station Information
------------------------------------------------------------------*/
div#st-Information .station_box {
	width: 280px;
	border-top: 1px solid #CCCCCC;
	float: left;
	padding: 10px 0px;
}
div#st-Information .station_box a {
	font-size: 93%;
}

div#st-Information .station_box h3 a {
	font-size: 108%;
	padding-left: 5px;
}
div#st-Information .station_box h3 {
	display: block;
	margin-bottom: 10px;
}
div#st-Information .station_box h3 img {
	float: none;
	height: 23px;
	width: 23px;
}
div#st-Information .station_box img {
	float: right;
	height: 65px;
	width: 70px;
}
div#st-Information .station_box .arrow {
	clear: both;
	float: right;
	background-position: left center;
}
div#st-Information #airport {
	display: block;
	margin-left: 20px;
}
div#stinfoR {
	clear: both;
}


/* 本文：Discount Plus Tickets
------------------------------------------------------------------*/
div#main #tickets {
	width: 580px;
}
div#main .station_box2 {
	width: 280px;
	float: left;
}
div#main .station_box2 dl {
	width: 280px;
	margin:0 0 2px 0;
}
div#main .station_box2 dt {
	width: 280px;
}
div#main .station_box2 dd {
	display: block;
	padding-left: 1.5em;
}
div#main .station_box2 dd img {
	float: right;
	width: 75px;
	padding-left: 10px;
	display: block;
	padding-bottom: 0em;
}

/* --クリアフィックス(.station_box2 dd)------- */
.station_box2 dd:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
.station_box2 dd { display: inline-block; }
/* no ie-mac \*/
* html .station_box2 dd { height: 1%; }
.station_box2 dd { display: block; }
/* clearfix END */


/* 本文：Manners, etc.
------------------------------------------------------------------*/

div#main #etc_rapit {
	margin-left: 20px;
}
div#main #etc_rapit img {
	float: right;
}
div#main #etc_rapit ul {
	margin: 0px 0px 15px;
	padding: 0px;
}
div#main #etc_rapit #etc-li {
	display: block;
	margin: 0px;
	font-size: 93%;
	line-height: 123.1%;
	padding-left: 1.5em;
}
div#main #tickets #etc_rapit p {
	margin-bottom: 5px;
}
div#tickets #etc_rapit li {
	font-size: 108%;
	margin: 0px;
	padding: 0px;
}

