@charset "utf-8";

html,body{
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	font-size: 85%;
	overflow: hidden;
}
body,p,dl,ol,ul,h1,h2,h3,h4,h5,h6,form,table,td,dd,dl{
	margin: 0px;
	padding: 0px;
}

/* area_all */
#area_all {
	width: 100%;
	height: 100%;
}

/* area_west */
#area_west {
	width: 235px;
}
#area_west input[type="file"] {
	margin: 5px 0px 0px 4px;
}
#area_west button[type="button"] {
	margin: 3px 0px 5px 3px;
}
#area_west #mm{
	width: 120px;
}
#area_west #ss{
	width: 120px;
}

/* area_est */
#area_est {
	width: 260px;
}
#incount{
	display: inline;
}
#adrs{
	margin: 0px 0px 8px 8px;
}
#streetviewsize {
	margin: 0px 7px 0px 5px;
	background-color: white;
	float: left;
	border-width: 1px;
	border-color: #cccccc;
	color: #333333;
	text-align: center;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	border-radius: 2px 2px 2px 2px;
	display: none;
}
#streetviewsize_select{
	font-size: 11px;
}
#area_est input[type="text"] {
	margin: 0px 0px 3px 0px;
}
#search {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}
.search {
	margin: 0px;
	padding: 4px 0px 4px 8px;
}
.search #jumpbox{
	width: 180px;
	height: 15px;
}
.search #jumpbox_lat_d, .search #jumpbox_lat_m, .search #jumpbox_lon_m{
	width: 37px;
	height: 15px;
}
.search #jumpbox_lat_s, .search #jumpbox_lon_s{
	width: 47px;
	height: 15px;
}
.search #jumpbox_lon_d{
	width: 43px;
	height: 15px;
}
.search #jumpbox_no{
	width: 73px;
	height: 15px;
}
ul#wgs_tokyo, ul#id_misc_info  {
	margin: 0px;
	padding: 5px 0px 5px 8px;
	list-style-type: none;
	line-height: 1.6em;

}
ul#id_poi_info {
	margin: 0px;
	padding: 4px 0px 5px 8px;
	list-style-type: none;
	line-height: 1.6em;
}

/* area_map */
#map_canvas {
	width: 100%;
	height: 100%;
}
#pac-input {
	position:absolute;
	background-color: #fffff;
	border-color: #999999;
	padding: 0px 11px 0px 13px;
	width: 150px;
	font-size: 120%;
	text-overflow: ellipsis;
}
#pac-input:focus {
	border-color: #4d90fe;
	width: 300px;
}
.controls {
	margin: 10px 0px 0px 12px;
	border: 0px solid transparent;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 33px;
	outline: none;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}
#pano {
	position: absolute;
	left: 1px;
	bottom: 1px;
	width: 400px;
	height: 300px;
	display: none;
}
#crosshair {
	position: absolute;
	top: 50%;
	height: 32px;
	width: 32px;
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
	display: none;
	background: url(../images/marker.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.custom {
	background-color: #ffffff;
	border-style: solid;
	border-width: 0px;
	color: #333333;
	cursor: pointer;
	text-align: center;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	border-radius: 2px 2px 2px 2px;
}
.custom:hover{
	background-color: #ebebeb;
	color: #000000;
}
.custom .custom-t{
	font-size: 11px;
	padding: 1px 5px 1px 5px;
}

/* help */
#help {
	width: 500px;
	height: 500px;
	padding-top: 10px;
}
.pane ul {
	margin: 10px 5px 0px 1.7em;
	padding:  0px 0px 10px 0px;
	line-height: 1.6em;
}
.pane ul ul {
	margin: 5px 5px 0px 1.7em;
}