@charset "utf-8";

/*________________________________________________

	name:			autopolis.css
	create Date:	2016-02-03
	lastmodified:	****-**-**
________________________________________________*/


h2 {
	color: #ffffff;
	background: #999999;
	box-shadow: none!important;         /* CSS3 */
	-moz-box-shadow: none!important;   /* Firefox */
	-webkit-box-shadow: none!important;/* Safari,Chrome */
}

/*--------------------------------------------------------------
  .indentBox
--------------------------------------------------------------*/
.indentBox a:hover img,
.resetbtn a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}
.pinktext {
	color:#FF3333;
}
.resetbtn {
	margin-right: 200px;
	float: right;
}

/*--------------------------------------------------------------
  #mapArea  マップ
--------------------------------------------------------------*/
#mapArea {
	width: 100%;
	height: 100%;
	float: left;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	margin-bottom:20px;
}
#mapArea .googleMap {
	margin-right: 250px;
	position:relative;
}
#side {
	width: 250px;
	height: 680px;
	overflow-y: scroll;
	float: right;
	text-align:left;
}
#pinlist {
	width: 290px;
}
.maplist dt span{
	border-radius: 25px!important;
	padding:3px;
	width:20px;
	font-weight:bold;
	float:left;
	margin-right:5px;
	display:block;
	text-align:center;
	display:block;
	vertical-align: top;
}
	
.maplist li {
	border-bottom:1px solid #CCC;
	padding:10px 15px 15px 15px;
	
}
.maplist dt {
    position: relative;
}
.maplist dd .tel {
	padding-left: 20px;
    background: url(../img/autopolis/tel_icon.gif) no-repeat 3px 7px;
}
.hp {
    font-size: 12px;
}
.route_on {
    position: absolute;
    top: 90px;
    right: -5px;
    z-index: 2;
    background: #FFFFFF;
}
.route_on a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}

a:-webkit-any-link {
    color: -webkit-link;
    text-decoration: underline;
    cursor: auto;
}
.route_on a img {
    border-style: none;
}
.maplist .txtAdd{
	padding-left:37px;
	clear:both;
	font-size:0.9em;}
.maplist .txtDes{
	padding-left:37px;
	font-size:0.9em;
	margin-bottom: 5px;
}
.mapCenter {
	display: none;
/*	display: block;
	clear: both;
	padding: 0;
	margin: 10px 0;
	width: auto;*/
}
.mapCenter p {
	font-size: 1em;
	margin-bottom: 5px;
}	
.mapCenter a {
	display: inline-block;
	width: 240px;
	margin: 0;
	padding: 5px 0;
	background: #ffffff;
	color: #4ba53a;
	border: 1px #4ba53a solid;
	font-size: 120%;
	text-align: center;
	text-decoration: none;
	border-radius: 1em;         /* CSS3 */
	-moz-border-radius: 1em;    /* Firefox */
	-webkit-border-radius: 1em; /* Safari,Chrome */
}
.mapCenter a {
	display: block;
	width: 240px;
	margin: 0 auto;
	padding: 5px 0;
	background: #ffffff;
	color: #4ba53a;
	border: 1px #4ba53a solid;
	font-size: 120%;
	text-align: center;
	text-decoration: none;
	border-radius: 1em;         /* CSS3 */
	-moz-border-radius: 1em;    /* Firefox */
	-webkit-border-radius: 1em; /* Safari,Chrome */
	position: relative;
	behavior: url(/pie/PIE.htc);
}
.mapCenter a:hover {
	display: block;
	width: 240px;
	margin: 0 auto;
	padding: 5px 0;
	background: #9fd495;
	color: #4ba53a;
	border: 1px #4ba53a solid;
	font-size: 120%;
	text-align: center;
	text-decoration: none;
	border-radius: 1em;         /* CSS3 */
	-moz-border-radius: 1em;    /* Firefox */
	-webkit-border-radius: 1em; /* Safari,Chrome */
	position: relative;
	behavior: url(/pie/PIE.htc);
}
.mapCenter img {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.listPin {
	clear: both;
	margin: 10px auto;
	padding: 10px;
	width: auto;
	border: 1px #eeeeee solid;
	text-align: left;
}
/* clearfix */
.listPin { zoom:1; }
.listPin:after {
	content: ""; 
	display: block; 
	clear: both;}
.listPin dt {
	display: block; 
	clear: both;
	margin: 0 0 5px 0;
	width: auto;
}
.listPin dd {
	display: inline;
	float: left;
	margin: 5px 10px 0 10px;
	padding: 0;
	width: 40%;
	line-height: 30px;
	white-space: nowrap;
}
.listPin dd img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.info-window ul li {
	display: inline-block;
	vertical-align: middle;
}
.info-window .info-photo{
	text-align: center;
	padding: 8px 0 5px 0;
}
.info-window ul li span{
	border-radius: 25px !important;
	padding: 3px;
	width: 20px;
	font-weight: bold;
	float: left;
	margin-right: 5px;
	text-align: center;
	display: block;
}
.info-window ul li.info-spot-title{
	max-width: 200px;
}
