@charset "UTF-8";

.map_controls {
	margin-bottom: 0px;
}
.map_controls .mode_toggle {
	margin-top: 3px;
	margin-bottom: 3px;
}
.mode_toggle > .btn {
	background-color: #F8F8F8;
	line-height: 34px;
	height: 38px;
	width: 180px;
	
	font-size: 18px;
	color: #333;
	
	border: 1px solid #999;
	border-radius: 0px;
	
	margin: 0px 0px;
	margin-top: 1px;
	padding: 0px 10px;

	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}
.mode_toggle > .btn:hover {
	background-color: #1e88e5;
	border-color: white;
	color: white;
}
.mode_toggle > .btn.active,
.mode_toggle > .btn.active:hover,
.mode_toggle > .btn.active:focus  {
	background-color: #FFC107;
	border: 1px solid #F69C55;
	
	color: #333;
	font-weight: bold;
}
.mode_toggle > .btn.active {
	box-shadow: none;
}
.map_menu {
	margin: 5px 0px;
	display: inline-block;
}
.map_menu_cond li:first-child {
	padding-left: 0px;
	margin-left: -3px;
}
.map_menu_addr {
	margin-right: 0px;
}	
	
.map_warp {
	position: relative;
	height: 100%;
	margin-bottom: 0px;
}
#main_panel {
	padding: 0px;
	width: 75%;
	float: left;
	height: 100%;
}
#map-canvas {
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}
.side_panel {
	width: 25%;
	float: left;
	height: 100%;
	background: white none repeat scroll 0% 0%;
	right: 0px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
	border: 1px solid rgb(189, 200, 202);
	padding: 0px;
	overflow-y: hidden;
}
@media (min-width: 769px) {
	#main_panel { width: 70%; }
	.side_panel { width: 30%; }
}
@media (min-width: 1100px) {
	#main_panel { width: 75%; }
	.side_panel { width: 25%; }
}
@media (min-width: 1400px) {
	#main_panel { width: 80%; }
	.side_panel { width: 20%; }
}

@media (max-width: 911px) {
	.map_menu_addr {
		width: 100%;
		padding-right: 15px;
	}
	.map_menu_cond {
		display: block;
	}
}

@media (max-width: 768px) {
	#main_panel {
		width: 100%;
	}
	.side_panel {
		display: none;
	}
	.map_menu .article_disclamer {
		display: block;
	}
	.map_warp {
		margin: 0px 5px 0px 5px;
	}
}
#main_panel {
	position: relative;
}
#map_hint {
	position: absolute;
    top: 11px;
    left: 50px;
    z-index: 999;
    background-color: white;
    padding: 7px 10px 5px 10px;
    border: 1px solid #ccc;
    font-size: 16px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    border-radius: 4px;
    display: none;
}
#map_hint.visible_shubetu.visible_zoom {
	 display: block;
}

.side_panel .box_fixed {
	position: absolute;
	top: 0px;
	width: inherit;
}
.side_panel .box_scroll {
	width: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
	min-height: 50px;
}

.summary p {
	margin: 5px;
}
#summary-name {
	margin: 10px 0px 0px 0px;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	height: 44px;
}
.side_panel .summary h4.smalltitle_blue {
	text-align: center;
	color: white;
	background-color: #DC143C;
	padding: 5px;
	margin: 10px 0px 0px 0px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
	font-size: 18px;
}
.dropdown-content {
	border: 1px solid #1e88e5;
	z-index: 9999;
}
.condition-warp-outer {
	position: relative;
}
.condition-warp {
	width: 345px;
	position: absolute;
	top: 40px;
	left: 10px;
	overflow: visible;
	border: 1px solid #1e88e5;
	background-color: #fff;
	z-index: 9999;
	display: none;
}
.condition-warp.unfold {
	
}
ul.condition-warp {
	padding: 5px;
}
ul.condition-warp li {
	height: 50px;
	font-size: 14px;
}
ul.condition-warp li select {
	width: 110px;
}
#dropdown_condition.dropdown-content li:hover,
#dropdown_condition.dropdown-content li.active,
#dropdown_condition.dropdown-content li.selected,
#dropdown_condition.dropdown-content li.active.selected {
	background-color: white;
}
#dropdown_condition.dropdown-content select {
	width: 110px;
}
#dropdown_condition.dropdown-content select.listing_select {
	width: 180px;
}

.dropdown-content li > a.btn {
	color: white;
	line-height: 0px;
}
.dropdown-content li > a.btn:hover{
	color: #2196F3;
}
.map_menu .label_warp {
	margin: 0px 5px;
	line-height: 45px;
}
.map_menu .label_warp.head {
	width: 72px;
	margin-left: 0px;
}

#dropdown_condition_kakaku_f,
#dropdown_condition_kakaku_t,
#dropdown_condition_chikunen {
	width: 370px !important;
	overflow: visible;
	padding: 5px;
	margin-top: 0px;
}

#dropdown_display {
	width: 124px !important;
	overflow: visible;
	padding: 0px;
	margin-top: 40px;
	margin-left: -8px;
	z-index: 9999;
}
#dropdown_display li {
	height: 45px;
}

/* MAP ICONS */
.gm-style .bubbleActive div {
	line-height: 16px;
	color: #af0b03;
	font-size: 10px;
	font-weight: bold;
}
.gm-style .bubbleActive div .infoBubbleTab {
	color: #025193;
}
.bubble-content {
	line-height: 125%;
}
.bubble-content .left {
	float: left;
	width: 100px;
}
.bubble-content .right {
	margin-left: 140px;
}
.bubble-content .bubble-table {
	color: #000;
	font-size: 12px;
}
.bubble-content .bubble-table span {
	font-weight: bold;
	font-size: 13px;
}

.bubble_big {
	font-size: 12px !important;
	z-index: 10000  !important;
	
}
.bubble-content .bubble-table th {
	text-align: right;
	padding-right: 8px;
	width: 100px;
	padding-bottom: 3px;
}
.bubble-content .bubble-table td {
	padding-bottom: 3px;
	text-align: left;
}
.bubble-content .bubble-table a {
	color: #0066c4;
}
.bubble-content .bubble-table .other a {
	background: url(../imgs/arrow_01.png) 0 50% no-repeat;
	padding-left: 10px;
	font-size: 12px;
}
.bubble-content li {
	background: url(../imgs/icon_circle_03.png) 0 50% no-repeat;
	padding-left: 10px;
}
#message-box {
	background-color: rgba(255, 255, 255, 0.81);
	border-radius: 5px;
	padding: 5px;
	width: 300px;
	text-align: center;

}

/* ARTICLE LIST */
.article_disclamer p{
	margin: 0px;
	font-size: 14px;
	padding: 3px;
	border-bottom: 1px solid rgb(189, 200, 202);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}
.article_disclamer #modal_title {
	font-size: 16px;
	margin:2px;
}
.article_disclamer .souba_map table td,
.article_disclamer .souba_map table th {
	padding: 3px 5px;
	font-size: 80%;
}

.side-jirei {
	margin-top: 0px;
}
.side-jirei .article {
	padding: 3px;
	margin-bottom: 0px;
	border-left: none;
	border-right: none;
	border-top: none;
}
.side-jirei .article.active,
.side-jirei .article:hover {
	background-color: rgb(163, 226, 255);
}

.side-jirei .article .img_wrap {
	width: 30%;
	float: left;
}
.side-jirei .article .img_field > img {
	max-width: 100%;
}
.side-jirei .article .img_field .btn {
	font-size: 15px;
	padding: 0px 5px;
	width: 100%;
}
.side-jirei .article .desc_field {
	width: 100%;
	text-align: center;
	/*padding-left: 5px;*/
	margin-bottom: 10px;
}
@media (max-width: 911px) {
	.side-jirei .article {
		padding-left: 0px;
	}
	.side-jirei .article .img_field {
		width: 100%;
		float: none;
	}
	.side-jirei .article .desc_field {
		width: 100%;
		float: none;
	}
}


.side-jirei .article p {
	margin: 0px;
}
.side-jirei .article th,
.side-jirei .article td {
	padding: 5px 3px;
	text-align: right;
	font-size: 15px;
	font-weight: normal;
	width: 50%;
}
.side-jirei .article .desc_field.jirei_mansion th,
.side-jirei .article .desc_field.jirei_mansion td,
.modal_contents .article th,
.modal_contents .article td {
	border: none;
	background-color: transparent;
	font-weight: normal;
	font-size: 15px;
	padding: 0px 3px;
}
.side-jirei .article .desc_field.jirei_mansion td,
.modal_contents .article td {
	text-align: left !important;
}
.side-jirei .img_wrap .btn {
	width: 100%;
	font-size: 15px;
	padding: 5px;
	height: 43px;
	line-height: 16px;
	font-weight: bold;
	color: black;
}

#modal-point {
	
}
#modal-point p {
	margin: 0px;
}
#modal-point p #modal-close,
#modal-summary p #modal-close{
	color: #337AB7;
	margin-top: -10px;
	float: right;
	text-decoration: none;
	cursor: pointer;
}
.modal_contents .article h3 {
	font-size: 18px;
	margin: 0px;
	font-weight: bold;
}
.modal_contents .article_dl dt {
	width: 115px;
	text-align: right;
	line-height: 28px;
}
.modal_contents .article {

}
@media (min-width: 501px) {
	.modal_contents .article {
		width: 500px;
	}
	.modal_contents .article .img_field {
		float: left;
		padding-right: 15px;
	}
	.modal_contents .article .img_field img{
		width: 100%;
	}
	.modal_contents .article .desc_field {
		width: 50%;
		min-width: 300px;
		float: left;
		padding-left: 0px;
		margin-bottom: 10px;
	}
}
@media (min-width: 701px) {
	.modal_contents .article {
		width: 600px;
	}
	.modal_contents .article .desc_field {
		min-width: 400px;
	}
}

@media (max-width: 500px) {
	.modal_contents .article {
		width: 320px;
	}
	.modal_contents .article .article_dl {
		padding-left: 60px;
	}
	.modal_contents .article .img_field {
		width: 180px;
		margin: 0px auto;
	}
	.modal_contents .article .desc_field {
		padding-left: 0px;
		margin-bottom: 10px;
		margin-top: 10px;
		text-align: center;
	}
}
.modal_contents .article th,
.modal_contents .article td {
	padding: 5px 3px;
	text-align: right;
	font-size: 16px;
	width: 50%;
}
.modal_contents input {
	width: 50px;
	font-size: 14px;
	padding: 0px 6px;
	margin-bottom: 0px;
	height: 43px;
	color: #222;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #999999;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	text-align: right;
}
.modal_contents .satei_conditions_list {
	margin: 10px;
}

body { height: 100%; overflow: hidden;}
footer { display: none; }
.breadcrumb { display: none; }
.tabcontrol {display: inline-block;margin: 0px;padding: 0;}
.tabcontrol a { display: inline-block;
	/*border-width: 1px 1px 0px 1px;border-style: solid;border-color: #555;*/
	border: none;border-radius: 0.35em 0.35em 0 0;
	padding: 10px 10px;text-decoration: none;color: #5f5f5f;background-color: #ddd;
	font-size: 16px;position: relative;min-width: 80px;text-align: center;
}

.tabcontrol a br {display: none;}
.tabcontrol a:hover {background-color: #DC143C;color: #FFFFFF;}
.tabcontrol a.select {background-color: #DC143C;color: #FFFFFF;}
@media (max-width: 490px) {
	.tabcontrol a {font-size: 14px;padding: 15px 5px;line-height: 20px;}
	.tabcontrol a br {display: block;}
}
@media (max-width: 360px) {
	.tabcontrol {width: 100%;}
	.tabcontrol.quad a {width: 49%;padding: 5px 5px;line-height: 20px;}
}


.price-popup.leaflet-popup {
	margin-left:10px;
	margin-bottom:15px;
}
.price-popup.leaflet-popup.popup-toggled {
	margin-left:10px;
	margin-bottom:20px;
}
.price-popup .leaflet-popup-tip,.price-popup .leaflet-popup-content-wrapper {
	color:#af0b03;
	background: #ffffff;
	border:2px solid #af0b03;
}
.price-popup .leaflet-popup-tip {
	border-top: none;
	border-left: none;
}
.price-popup .leaflet-popup-tip-container {
	margin-top:-2px;
}

.price-popup .leaflet-popup-content {
	margin:2px 5px;
	text-align: center;
	line-height: 16px;
	color:#af0b03;
	font-size: 10px;
	font-weight: bold;
}

.map_article_disclamer {
	text-align: left;
	overflow: hidden;
	vertical-align: middle;
}
.map_article_disclamer p{
	font-size:10.5px;
	line-height:14px;
	margin-top:5px;
	margin-bottom:5px;
	padding-right: 5px;
    position: relative;
    float: right;
    top: 0px;
}
@media (max-width: 768px) {
	.selected-conditions {
		display: none;
	}
}
