﻿/* CSS Document */
#d3-map-img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.6;
}
#d3-map-root {
	position: relative;
	margin-top: 15px;
	width: 1200px;
	height: 772px;
	background: url(/company/backbone/img/d3_im01.png) 0 0 no-repeat;
	overflow: hidden;
}
#d3-btn-clear {
	cursor: pointer;
	position: absolute;
	left: 30px;
	bottom: 85px;
	display: block;
	padding: 5px;
	border: 1px solid #000;
	background-color: #fff;
	text-align: center;
	width: 150px;
}
#d3-btn-clear:hover {
	opacity: 0.6;
}
.d3-map-list {
	position: absolute;
	z-index: 2;
	left: 30px;
	bottom: 20px;
}
.d3-map-list > li {
	position: relative;
	padding-left: 25px;
	margin-top: 5px;
	font-size: 14px;
}
.d3-map-list > li:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	content:"";
	display: block;
	position: absolute;
	top: 0.2em;
	left: 0;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	background-color: #000;
	border: 1px solid #000;
	overflow: hidden;
}
.d3-map-list > li.is-cat01:before {
	border: 2px solid #699dd2;
	background-color: #c0d7fa;
}
.d3-map-list > li.is-cat02:before {
	background-color: #fff;
	border: 1px solid #595959;
}
.d3-map-notice {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	font-size: 12px;
}
.d3-map-areaname {
	position: absolute;
	z-index: 3;
	font-size: 14px;
	color: #555;
  background-color: rgba(244,244,244,0.8);
  line-height: 1;
}
.d3-map-level {
	position: absolute;
	z-index: 2;
	left: 30px;
	top: 530px;
	width: 120px;
}
.d3-map-level li {
	display: block;
	position: relative;
	font-size: 14px;
}
.d3-map-level li > span {
	width: 110px;
	height: 27px;
	padding-right: 10px;
	display: table-cell;
	vertical-align: middle;
}
.d3-map-level li:after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	content: "：";
}
.d3-map-areaname.is-cat01 {
	top: 660px;
	right: 160px;
}
.d3-map-areaname.is-cat02 {
	bottom: 220px;
	left: 410px;
}
.d3-map-areaname.is-cat03 {
	bottom: 12px;
	right: 345px;
}
.d3-map-areaname.is-cat04 {
	bottom: 152px;
	left: 309px;
}
/*svg*/
.point-text {
	position: absolute;
	z-index: 2;
	width: 44px;
	color: #fff;
	font-size: 10px;
	line-height: 1.1;
	text-align: center;
	cursor: pointer;
}
.point-text[data-cat="5"] {
  cursor: default !important;
}
.point-text {
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.point-global text.inside {
	display: none;
}
g[data-id] {
	cursor: pointer;
}
g[data-id][data-cat="5"] {
  cursor: default !important;
}
.d3-map-container {
	width: 100%;
	overflow-x: auto;
}
[data-hide="true"],
.svg-line-global [data-japan="true"]{
  display: none !important;
}