@charset "utf-8";

#subloc-loading {
	display: none;
	position: relative;
	height: 100px;
	background: #fff;
	font-size: 14px;
}
.subloc-loading__inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 180px;
	height: 30px;
	padding-left: 30px;
	background: #fff url(/bsrch/images/subloc_loading.gif) left center no-repeat;
	line-height: 30px;
	color: #aaa;
}
.subloc-set--page-side .subloc-map {
	display: none;/* json読み込み後に可視化 */
	float: left;
	width: 430px;
	border: 1px solid #fff;
}
.subloc-set--page-side .subloc-list {
	display: none;/* json読み込み後に可視化 */
	float: right;
	width: 250px;
}


.subloc-list li {
	padding: 0px 6px;
	border: 1px solid transparent;
//	text-indent: -20px;
	padding-left: 30px;
}
.subloc-list input[type=checkbox] {
	//margin-right: 8px;
	vertical-align: middle;
}
.subloc-list li.current {
	border: 1px solid #72d6e1;
	background: #b2e3e5;
}
.subloc-list li.checked {
	border: 1px solid #e2dbbf;
	background: #e2dbbf;
}
.subloc-list li.current.checked {
	border: 1px solid #72d6e1;
	background: #b2e3e5;
}

.subloc-list span{
	padding-left:6px;
	width:180px !important;
}


/* ---- */

.subloc-map__canvas {
	width: 430px;
	height: 330px;
}
.subloc-map-text-overlays {
	position: absolute;
	z-index: 100;
	width: 200px;
	height: 100px;
	margin: -50px 0 0 -100px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.subloc-map-text-overlays__inner {
	display: table-cell;
	width: 200px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
}
.subloc-map-text-overlays__text {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #1dc4dd;
	font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "helvetica", "arial", sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.subloc-map-text-overlays--current .subloc-map-text-overlays__text {
	color: #1dc4dd;
	background: #fff;
}
.subloc-map__zoom-1 .subloc-map-text-overlays__text,
.subloc-map__zoom-2 .subloc-map-text-overlays__text,
.subloc-map__zoom-3 .subloc-map-text-overlays__text,
.subloc-map__zoom-4 .subloc-map-text-overlays__text,
.subloc-map__zoom-5 .subloc-map-text-overlays__text,
.subloc-map__zoom-6 .subloc-map-text-overlays__text,
.subloc-map__zoom-7 .subloc-map-text-overlays__text,
.subloc-map__zoom-8 .subloc-map-text-overlays__text,
.subloc-map__zoom-9 .subloc-map-text-overlays__text {
	width: 15px;
	height: 15px;
	font-size: 10px;
	line-height: 15px;
}
.subloc-map__zoom-10 .subloc-map-text-overlays__text,
.subloc-map__zoom-11 .subloc-map-text-overlays__text {
	width: 18px;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
}

