#maps {
	height:520px;
	position:relative;}
#maps #map{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#ccc;}
#maps .map_info{
	float:left;
	position:relative;
	z-index:10;
	background:rgba(255,255,255,0.8);
	padding:30px 25px 15px;
	width:380px;
	margin-top:80px;
margin-left:40px;
	color:#000;}
#maps .title{
	float:left;
	width:100%;
	margin-bottom:15px;
	font:300 30px open sans;}
#maps .list{
	float:left;
	width:100%;
	margin-bottom:20px;
	padding-left:35px;
	font:300 14px open sans;}
#maps .l1{
	background:url(img/d1.png) no-repeat 0 3px;}
#maps .l2{
	background:url(img/d2.png) no-repeat 0 3px;}
#maps .l3{
	background:url(img/d3.png) no-repeat 0 3px;}
#maps .l4{
	background:url(img/d4.png) no-repeat 0 3px;}
#maps .b{
	font:700 14px open sans;}
#maps .list a{
	color:#33a6dc;
	font:300 14px open sans;}
#maps .list a:hover{
	text-decoration:none;}