@charset "UTF-8";

/* 交通アクセス */
#access{
width:564px;
}
#access h1 {
margin-bottom:24px;
overflow:hidden;
width:564px;
}

#access h2 {
border-bottom:1px solid #999;
color:#333;
font-size:small;
margin-bottom:6px;
}

#access h3{
	font-weight:normal;
}

#access .data {
font-size:0.9em;
}

#access li.info {
margin-left:3px;
}

#access ul.info {
margin-bottom:12px;
}

#access .address{
	margin-bottom: 6px;
}

.bus-terminal{
	width: 100%;
}

.bus-terminal .section{
	margin-bottom: 48px;
	width: 100%;
	overflow: hidden;
}

.bus-terminal .section .left{
	float: left;
	width: 320px;
}

.bus-terminal .section .right{
	margin-left: 338px;
}

#access .index .section{
	padding-bottom: 24px;
}

#access .index .route,
#access .index .route_list,
#access .index .line,
#access .index .route_map{
	margin-bottom: 36px;
}

#access .index .section .map{
	width: 564px;
	margin-bottom: 6px;
}

#access .index h2{
	padding-bottom: 6px;
	margin-bottom: 12px;
	font-size: 1.15em;
	border-bottom: solid 2px #000;
}

#access .index h3{
	margin-bottom: 9px;
	font-weight: bold;
}

#access .index h4{
	margin-bottom: 0;
	font-weight: bold;
	font-size: 1em;
}

#access .index .route{
	background: url("./images/rosen.gif") no-repeat left top;
	width: 564px;
	height: 394px;
	position: relative;
}

#access .index .route a .none{
	display: none;
}

#access .index .route a.campus_shirokane,
#access .index .route a.campus_yokohama{
	position: absolute;
	width: 100px;
	height: 18px;
	font-size: 1px;
}

#access .index .route a.campus_shirokane{
	top: 180px;
	left: 346px;
	background: url("./images/sprite.gif") no-repeat 0 0;
}
#access .index .route a.campus_shirokane:hover{
	background: url("./images/sprite.gif") no-repeat 0 -28px;
}

#access .index .route a.campus_yokohama{
	top: 298px;
	left: 66px;
	background: url("./images/sprite.gif") no-repeat 0 -56px;
}
#access .index .route a.campus_yokohama:hover{
	background: url("./images/sprite.gif") no-repeat 0 -84px;
}

#access .index .route_list{
	border-top: solid 1px #999;
	width: 564px;
}

#access .index .route_list th,
#access .index .route_list td{
	border-bottom: solid 1px #999;
	padding: 3px 0;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

#access .index .route_list th{
	width: 20%;
}

#access .index .route_list td.train_line{
	padding-left: 12px;
	width: 32%;
}
#access .index .route_list td{
	padding-left: 12px;
	width: 48%;
}


#access .index .none_border{
	margin-bottom: 12px;
	width: 564px;
}

#access .index .none_border td{
	vertical-align: top;
	text-align: left;
}

#access .index .none_border .right{
	width: 99%;
}

#access .index .none_border .right{
	width: 1%;
}

#access .index .none_border ul{
	margin-bottom: 0;
}
