@charset "utf-8";
/* /////////////////////////////////////////////////////////
	アクセス
///////////////////////////////////////////////////////// */

/* ====================================
	glovalNavi
==================================== */
#glovalNavi .g4 a{ 
	background-position:-569px -42px;
}

/* ====================================
	access
==================================== */
#access{
	width:820px;
	margin-bottom:100px;
}
#access #place{
	width:820px;
	margin-bottom: 20px;
	position:relative;
}
#access #place #anchor{
	width:820px;
	height:42px;
	display:block;
	position:absolute;
	bottom:42px;
	left:0px;
}

/* map */
#access .map{
	width:100%;
	margin:0 40px 0 0;
	position:relative;
}
#access #loader{
	width:100%;
	height:400px;
	line-height:400px;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	background:#000000;
	-moz-opacity:0.6;
	opacity:0.6;
	filter: alpha(opacity=60);
}

#access #google-map{
	width:100%;
	height:400px;
	margin-bottom:40px;
}

#access .infowindow {  
	padding:10px 30px;
	overflow:auto;
}  

#access .infowindow .elementTitle{
	font-size:105%;
	color:#004f96;
	padding:5px 0;
}

	#access .infowindow .elementTitle a:link,
	#access .infowindow .elementTitle a:visited,
	#access .infowindow .elementTitle a:active{
		color:#004f96;
		text-decoration:none;
		outline:none;
	}
	#access .infowindow .elementTitle a:hover	{
		color:#4a79a3;
		text-decoration:none;
		outline:none;
	}

/* office-list */
#access #office-list li{
	width:820px;
	margin-bottom:25px;
}
#access #office-list li figure{
	width:303px;
	float:left;
	margin-left:10px;
}
#access #office-list li dl{
	width:490px;
	float:right;
}
#access #office-list li dl dt{
	line-height:30px;
	font-size:130%;
	font-weight:bolder;
	border-left:5px solid #09a3c8;
	color:#09a3c8;
	padding-left:10px;
	margin-bottom:5px;
}
#access #office-list li dl dd{
	border-bottom:1px solid #cfcfcf;
	padding:20px 0 10px 0;
}