@charset "UTF-8";
/*******************************************************************************************/
/* GMAP */
/*******************************************************************************************/
#gmap {
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	-khtml-border-radius:	3px;
	max-width:1000px !important;
	float:left;
	width:310px;
	height:250px;
}
#gmap * {
	max-width:1000px !important;
	max-height:1000px !important;
}
#gmap img {
	margin:0 0 0 0;
}
.gmapLayout .place {
	position:relative;
	width:auto;
	margin:0 0 7px 0;
	background-color:#fff;
	padding:15px 11px;
	border-radius:			3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	-khtml-border-radius:	3px;
}
.gmapLayout .place p {
	margin:0 0 0 0;
}
.gmapLayout .place p strong {
	font:bold 16px 'pfSquareSansProRegular', Arial, sans-serif;
	color:#000;
}
.gmapLayout .place .goGmap {
	display:block;
	overflow:hidden;
	float:right;
	width:0px;
	height:0px;
	padding:21px 0 0 30px;
	color:#637077;
	font:normal 14px calibri, Arial, sans-serif;
	background:transparent url('../images/ico_gogmap.png') 0 0 no-repeat;
}
.gmapLayout .over .goGmap {
	color:#F1121D;
}
.gmapLayout .place div.contact {
	color:#888;
	margin-top:15px;
	border-left:3px solid #e8e8e8;
	padding:0 0 3px 10px;
}
.gmapLayout .over {
	cursor:pointer;
	
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	-khtml-border-radius:	5px;
	padding: 14px 10px;
	border:1px solid		#637077;
}
.gmapLayout .addrCurrent div.contact {
	color:#335;
	border-left:3px solid #000;
}
.gmapLayout .place div.contact * {
	color:#888;
}
.gmapLayout .addrCurrent,
.gmapLayout .addrCurrent p {
	background-color:#F1F2F3;
	/*background-color:#DDDDDD;*/
	color:#000;
}