@charset "utf-8";

/*
 * @package WordPress
 * @subpackage Fudousan Plugin
 * Fudousan Map Plugin
 * @subpackage FullMap
 * Version: 6.2.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: 14px;

	max-width: none !important;
}

.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: 18px;
	font-weight: 700;
	color: #f30;
	border-bottom: 1px dotted #ccc;
	line-height: 1.3;
}

.gmap_rim{
	display: inline-block;
	font-family: initial;
	font-weight: initial;
	color: initial;
}


.gmapmadori {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #333;
	border-bottom: 1px dotted #ccc;
	line-height: 1.3;
}

.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 #category_cb li,
#searchmapitem #category_cb ul {
	list-style-type: none;
}

#searchmapitem select.half_size,
#searchmapitem #tsubotanka select,
#searchmapitem #senyumenseki select,
#searchmapitem #tochimenseki select,
#searchmapitem #tsubotanka select,
#searchmapitem #memseki select,
#searchmapitem #kakakumap_c select,
#searchmapitem #kakakumap_b select {
	width: 94px;
}

/* 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 #kakakumap_c select,
	#searchmapitem #kakakumap_b select {
		width: 77px;
	}

	#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: 12px;
	line-height: 1.4;
	width: 205px;
}

#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;
}

.custom_btn-toti {
	font-size: 13px;
	line-height: 34px;
	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: #222;
	border-width: 1px;
	border-style: solid;
	border-color: #40a931;
	border-radius: 3px;
	background: none repeat scroll 0 0 #e2f0e0;
	width: 150px;
	font-weight: 700;
	text-align: center;
}

.custom_btn-kodate {
	font-size: 13px;
	line-height: 34px;
	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: #222;
	border-width: 1px;
	border-style: solid;
	border-color: #f18c00;
	border-radius: 3px;
	background: none repeat scroll 0 0 #ffefd9;
	width: 150px;
	font-weight: 700;
	text-align: center;
}