* {
	margin: 0px;
	padding: 0px;	
}

body {
	margin-top: 0px;
	margin-left: 0px;
	overflow: hidden;
	background-color: #ffffff;
	min-width: 1080px;
}

li {
	display: inline-block;
	list-style-type: none;
	margin-right: 10px;
	margin-bottom: 10px;
}

li.current {
	border: 3px solid #ff0000;
}

div#container {
	position: relative;
}

div#gmap_canvas {
	top: 0px;
	left: 0px;
	/*min-height: 390px;*/
}



div#marker_list {
	width: 100%;
	height: 175px;
	white-space: nowrap;
    overflow-x: scroll;
	background-color: #eeeeee;
	padding-left: 10px;
	padding-top: 10px;
}


#marker_list li {
	cursor: pointer;
	height: 150px;
	position: relative;
}

#marker_list li p {
	font-size: 12px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: #fff;
	margin: 0;
	padding: 5px 0px 0px 3%;
	width: 97%;
	background: #000;
	filter: Alpha(opacity=70);
	opacity: 0.7;
}


div#overlay_control {
	background-color: rgba(255,255,255,0.6); 
	width: 94px;
	top: 45px;
	right: 6px;
	position: absolute;
	/*
	filter: Alpha(opacity=100);
	opacity: 1.0;
	*/
	text-align: center;
	padding-top: 5px;
	z-index: 10;
	
}

div#overlay_control li {
	background-color: #698296;
	cursor: pointer;
	padding: 3px;
}

div#overlay_control li a {
	color: #ffffff;
	text-decoration: none;
}

div#control {
	background-color: #eeeeee;
	height: 40px;
	padding-top: 8px;
	padding-left: 10px;
}


.squareBtn {
    cursor: pointer;
}

.select-box {
  background-color: #eeeeee;
  border: 2px solid #698296;
  border-radius: 5px;
  color: #333333;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  width: 180px;
}


#marker_list li {
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
}

p.logo {
	float: right;
	margin-right: 10px;
}


#voiceBtn {
background-image:url(../images/voice_icn.png);
background-repeat: no-repeat;
background-position: 6px 50%;
background-size:18px 15px;
margin-right: 24px;
}

#higaiBtn {
background:#698296 url(../images/gaiyo_icn.png) no-repeat 6px 50%;
background-size:18px 15px;
}

#aboutBtn {
background:url(../images/about_icn.png) no-repeat 8px 4px;
background-size: 16px 16px;
color:#698296;
font-size:12px;
}

span#yajirushi img {
vertical-align: bottom;
margin: 0 6px;
}


.btn {
	width: 200px;
    background-color: #698296;
    border: 0px solid #DDD;
    border-radius: 4px;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
	padding: 6px 8px 6px 28px;
    cursor: pointer;
}

.btn_gray {
	width: 200px;
    background-color: #BBBBBB;
    border: 0px solid #DDD;
    border-radius: 4px;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
	padding: 6px 8px 6px 28px;
    cursor: default;
}

img.gray {
	-webkit-filter: grayscale(1); /* Webkit */
	filter: gray; /* IE6-9 */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

