/**
*
* 機能名：地図操作ライブラリ(CSS)
*
* 機能概要：地図操作ライブラリ(CSS)
*
* @package Pane.css
*
* @since 2018/5/1
*
* @version 2018/5/1
*
*/

/* 透過 white */
.PaneLegendTree .Opacity_White {
	background-repeat: no-repeat;
	height: 15px;
	width: 7px;
	/*
	height: 15px;
	width: 7px;
	*/
	margin-left: 2px;
	margin-right: 0px;
	background-image: url("../img/icon/sun_white_new.png") !important;
	cursor: pointer;
}
/* 透過 white */
.PaneLegendTree .Opacity_Grey {
	background-repeat: no-repeat;
	height: 15px;
	width: 7px;
	/*
	height: 15px;
	width: 7px;
	*/
	margin-right: 3px;
	background-image: url("../img/icon/sun_grey_new.png") !important;
	cursor: pointer;
}

