/*
 * @package WordPress
 * @subpackage Fudousan Plugin Pro
 * Fudousan Map Plugin Pro
 * @subpackage FullMap
 * Version: 5.9.0
*/
html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#map_canvas {
	float: left;
	width: 100%;
	height: 100%;
}

#map_menu {
	position: absolute;
	z-index: 3;
	top: 10px;
	right: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
}

#map_search {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	font-size: 16px;
}

#map_search select {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	font-size: 16px;
}
#map_search *{
	box-sizing: content-box;

}


/* ふきだし内 */

#map_canvas .gm-style-iw {
	width: auto !important;
	height: auto !important;
	min-width: 310px !important;
	font-size: 13px;
}

.gmapballoon {
	color: #3f3f3f;
	border-style: none;
}

.gmapballoon a img {
	padding: 2px;
	border: 1px solid #ccc;
	width: 100px;
	height: auto;
	margin: 0 10px 0 0;
}

.gmaptitle {
	font-weight: 700;
}

.gmapkakaku {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #f30;
	border-bottom: 1px dotted #ccc;
	line-height: 2;
}

.gmapmadori {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #333;
	border-bottom: 1px dotted #ccc;
	line-height: 2;
}

.maptenpo {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	font-size: 12px;
	overflow: hidden;
	line-height: 1.4;
	margin: 8px;
	width: 250px;
}


div#sub {
	margin: 0;
	padding: 0;
}

div#sub h5.sub_nav_heading {
	position: relative;
	width: 42px;
	height: 44px;
	background: url(img/gmap_sb0.png) no-repeat;
}

div#sub h5.opened {
	width: 224px;
}

div#sub h5.sub_nav_heading span.toggle {
	position: absolute;
	width: 240px;
	height: 44px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: url(img/gmap_sb1.png) no-repeat;
}

h5 {
	margin: 0;
	padding: 0;
}

div.sub_nav {
	padding: 5px;
	border: solid 1px #888;
	background: url(img/gmap_sbg.png) repeat;
	width: 226px;
}


#map_menu div.shubetsu {
/*	width: 100%; */
}
#map_menu div {
	margin: 0 0 10px;
}

#searchmapitem #choumei_cb,
#searchmapitem #kouku_cb {
	margin: 0 5px 5px 0;
}

#map_menu select {
	width: 210px;
	margin: 0 1px 3px;
}


#searchmapitem select.half_size,
#searchmapitem #tsubotanka select,
#searchmapitem #senyumenseki select,
#searchmapitem #tochimenseki select,
#searchmapitem #tsubotanka select,
#searchmapitem #memseki select,
#searchmapitem #kakaku_c_map select,
#searchmapitem #kakaku_b_map select{
	width: 88px;
}

/* ios */
@supports (-webkit-touch-callout: none) {

	div.sub_nav {
		width: 212px;
	}

	#map_menu select {
		width: 190px;
		margin: 0 1px 3px;
	}

	#searchmapitem select.half_size,
	#searchmapitem #tsubotanka select,
	#searchmapitem #senyumenseki select,
	#searchmapitem #tochimenseki select,
	#searchmapitem #tsubotanka select,
	#searchmapitem #memseki select,
	#searchmapitem #kakaku_c_map select,
	#searchmapitem #kakaku_b_map select{
		width: 71px;
	}

	#btn,#btn2 {
		font-size: 12px !important;
	}
	#btn2 {
		width: 100px !important;
	}

	input[type="button"] ,
	input[type="submit"] {
		-webkit-appearance: none;
		border-radius: 3px;
	}
}


.jsearchmap_caution1{
	font-size: 14px;
}

#caution1 {
	font-size: 14px;
	line-height: 1.4;
}

#madorimap_cb,#setsubimap_cb {
/*	width: 180px; */
}

#map_search #searchmapitem label {
	margin: 0 15px 0 2px;
}

#menu_botton {
	position: absolute;
	top: 10px;
	right: 42px;
}

#btn,#btn2 {
	font-size: 13px;
	line-height: 26px;
	display: inline-block;
	box-sizing: border-box;
	height: 34px;
	margin: 10px 0 0;
	padding: 0 5px 1px;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
	color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #0074a2;
	border-radius: 3px;
	background: none repeat scroll 0 0 #2ea2cc;
	box-shadow: 0 1px 0 rgba(120,200,230,.5) inset,0 1px 0 rgba(0,0,0,.15);
	width: 90px;
	font-weight: 700;
}
#btn2 {
	width: 107px;
}
#btn:disabled {
	border-color: #333;
	background: none repeat scroll 0 0 #ccc;
}


#current_location img.gps-compass{
	vertical-align: middle;
	margin: -5px 0 0 2px;
}


/* 複数種別選択タブ */
#searchmapitem ul.tab {
	margin-bottom: 10px;
	margin-right: -10px;
	overflow: hidden;
	list-style: outside none none;
	width: 226px;
}
#searchmapitem ul.tab li {
	float: left;
	font-size: 108%;
	margin-right: 10px;
	text-align: center;
	width: 45%;
}
#searchmapitem ul.tab li a {
	border: 1px solid #b1b1b1;
	display: block;
	padding: 10px 0;
}
#searchmapitem ul.tab li a:hover {
	border: 1px solid #3c96ff;
	box-shadow: 0 0 10px 0 #e6e6e6 inset;
}
#searchmapitem ul.tab a.selected {
	background: #fff none repeat scroll 0 0 !important;
	border: 1px solid #fb7d0b !important;
	color: #000;
	font-weight: 700;
}

