/** Wak2map **/
.wak2map_marker {
	position: relative;
}

.wak2map_marker:hover {
	cursor: pointer;
}

.wak2map_marker .name {
	background-color: rgba(255, 255, 255, 0.7);
	/* border: 1px solid #956134; */
	position: absolute;
	top: 16px;
	background-image: url(../img/label.png);
	height: 22px;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: 512px auto;
}

.wak2map_marker .icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	background-size: 48px auto;
	position: absolute;
	left: -24px;
	top: -24px;
	background-position: center;
}

.panel-group .panel+.panel {
	margin-top: 0 !important;
}

.selected_category_title, label {
	font-weight: normal !important;
}

#header {
	background-image: none;
	background-color: white;
}

.map-category-header, .season-info-header {
	display: block;
	width: 100%;
	line-height: 50px;
	cursor: pointer;
	font-size: 16px;
	padding-left: 20px;
	background: #286ba6;
	color: white !important;
	text-decoration: none !important;
}

#index_info dt {
	display: block;
	width: 100%;
	line-height: 50px;
	cursor: pointer;
	font-size: 14px;
	padding-left: 20px;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  border-bottom:1px dotted #dfdfdf;
}


#index_info  dd {
	width: 100%;
	line-height: 25px;
	display: none;
	color: black;
	font-size: 100%;
	padding: 15px 0 10px 20px;

}
/**
#index_info dt.map-category-1 {
	background: #e3812f;
	color: white;
}

#index_info dt.map-category-4 {
	background: #b7c100;
	color: white;
}

#index_info dt.map-category-10 {
	background: #82c4b3;
	color: white;
}

#index_info dt.map-category-13 {
	background: #e65800;
	color: white;
}

#index_info dt.map-category-16 {
	background: #776807;
	color: white;
}
#index_info dt.map-category-20 {
	background: #FF6699;
	color: white;
}

#index_info dt.map-category-23 {
	background: #0099FF;
	color: white;
}

#index_info dt.map-category-30 {
	background: #009900;
	color: white;
}
**/

#sidebar .panel-default>.panel-heading+.panel-collapse>.panel-body {
	padding: 0 !important;
}

.season_info, input[type="radio"] {
	margin-left: 20px;
}

.symbol-down {
	height: 30px;
	width: 30px;
	display: block;
	position: relative;
}

.symbol-down {
	overflow: hidden;
	float: right;
	margin-right: 20px;
	margin-top: 7px;
}

.symbol-down:before {
	content: '';
	height: 20px;
	width: 20px;
	display: block;
	border: 5px solid white;
	border-right-width: 0;
	border-top-width: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	position: absolute;
	bottom: 7px;
	left: 7px;
}

.symbol-plus {
	height: 25px;
	width: 25px;
	display: block;
	position: relative;
}

.symbol-plus {
	background: white;
	float: right;
	margin-right: 20px;
	margin-top: 12px;
}

.symbol-plus:before, .symbol-plus:after {
	content: '';
	height: 3px;
	width: 19px;
	display: block;
	background: black;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: absolute;
	top: 11px;
	left: 3px;
}

.symbol-plus:after {
	height: 19px;
	width: 3px;
	top: 3px;
	left: 11px;
}

.search_word {
	width: 99%;
	line-height: 25px;
  border:1px solid #3878C7;
  padding:10px;
  margin:10px 3px 10px 3px;
}

#search_overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	background: rgba(0, 0, 0, 0.7);
	overflow: auto;
}

#search_overlay a {
	color: white;
	font-size: 15px;
}

.selectable_area{margin-bottom:10px;}

.selectable_area a {
	display: block;
  border-bottom: 1px dotted #dfdfdf;
  color:#3878C7;
  line-height:1.2em;
  padding: 8px 0 5px 0;
}


input[type="radio"]{
  -webkit-appearance: none;
  width:15px !important;
  height:15px;
  border:1px solid #8EC31F;
  border-radius:15px;
  background:transparent;
  opacity:0.5;
  width:100%;
  margin-right:5px;
}
input[type="radio"]:checked{
  background:#8EC31F;
  opacity:1;
}
input[type="checkbox"]{
  -webkit-appearance: none;
  width:15px;
  height:15px;
  border:1px solid #19283C;
  border-radius:2px;
  background:transparent;
  opacity:0.5;
  margin:0 5px 0 0;}
input[type="checkbox"]:checked{
  background:#8EC31F;
  opacity:1;
}