﻿@charset "utf-8";

/*
	Description: outline/access.html style
	Update: 2010/06/10-
	Author: Japan Electronic Industrial Arts Co.Ltd.
	Notes: 
*/


/*-------------------------------------------------------------
  contents
---------------------------------------------------------------*/

#contents {
	padding-bottom: 50px;
}

#contents h2 {
	padding-top: 3px;
	margin-top: -3px;
	background: transparent url( ../images/h2_icon_access.png ) no-repeat right top;
}

#contents .lead {
	margin-bottom: 38px;
}


/*-------------------------------------------------------------
  access_map
---------------------------------------------------------------*/

#access_map {
	width: 910px;
	height: 390px;
	padding: 3px;
	border: #000000 1px dotted;
	margin: 0 auto 32px;
}

#access_map .area {
	width: 910px;
	height: 390px;
}


/*-------------------------------------------------------------
  access_route
---------------------------------------------------------------*/

#access_route {
	width: 920px;
	background: transparent url( ../../common/images/bg_alpha_15.png ) repeat-y 460px 0px;
	margin: 0 auto;
}

#access_route h3 {
	padding-left: 20px;
	background: transparent url( ../images/h3_access_dot.png ) no-repeat 2px center;
}

#access_route .left {
	width: 444px;
}
#access_route .right {
	width: 440px;
}

#access_route .route_list {
	padding-bottom: 10px;
	padding-left: 18px;
}
#access_route .route_list ul {
	font-size: 90%;
	line-height: 1.2em;
}
#access_route .route_list ul li {
	position: relative;
	padding: 14px 72px 15px 6px;
	background: transparent url( ../../common/images/bg_alpha_15.png ) repeat-x left bottom;
}
#access_route .route_list ul li .selected {
	text-decoration: underline;
}
#access_route .route_list ul li .link {
	position: absolute;
	top: 10px;
	right: 2px;
	display: block;
	width: 65px;
	height: 23px;
}

/**
 * train
 */
#access-train h3 {
	margin-bottom: 10px;
}

/**
 * car
 */
#access-car h3 {
	margin-bottom: 24px;
}

