@CHARSET "utf-8";
/*------検索------*/
#searchButton{
	height:24px;
	display:inline-block;
	box-sizing: border-box;
}

#searchText{
	height:24px;
	width: 350px;
	box-sizing: border-box;
}
/*------ヘッダーテーマラベル------*/
#themelabel{
	font-weight:bold;
	height:23px;
/*	width: 25%;*/
	text-align: center;
	display:inline-block;
}
/*---------アコーディオンパネル------------------*/
.accordionContentPanel{
	cursor: pointer;
}


/*-------属性画像重なっているようなcss---------*/
.frame {
	display: inline-block;
	position: relative;
}
.frame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transform: rotate(3deg); /* 回転させる */
	background: #fff;
	z-index: -1;
}
.frame:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transform: rotate(3deg); /* 回転させる */
	background: #fff;
	z-index: -1;
}

/*属性画像ギャラリーベース*/
.mod-image.thumb li {
	display: none;
	position: absolute;
}
.mod-image .thumb li {
	position: relative;
	float: left;
	margin: 5px 3px 0;
}
/*属性表示お気に入り★ボタン位置*/
#favorite {
	position:absolute;
	left:10px !important;
	bottom: 15px !important;
}
/*検索結果欄共通CSS*/
.searchArea ul {
	list-style-type: none;
    margin: 0;
    border-radius: 0 0 6px 6px;
    height: 550px;
    overflow-y: hidden;
}
.searchArea li {
    line-height: 1.4;
    cursor: pointer;
    margin: 0;
    padding: 5px;
	color: #34495e;
}
.searchArea li:first-child {
	border-top: none;
}
.searchArea:before {
    content: "";
    height: 0;
    left: 23px;
    position: absolute;
    top: -9px;
    width: 0;
}


.searchTitle {
	font-size:14px;
	font-weight: bold;
}

/*レイヤ凡例パネルのCSS*/
#hanreiPanelBtArea label{
	padding: 2px 3px;
	height: 1.6em;
	line-height: 1.5em;
}
/*ラベルパネル(ダイアログ)のボタン幅*/
.ui-dialog .ui-dialog-buttonpane button {
	width : 100px;
}
.ui-button-text-only .ui-button-text {
	padding: 0.15em 0.5em;
}
/*印刷画面*/
#print_header {
	background: #eeeeee;
}
#print_control input {
	border:none;
	padding: 5px;
}
#print_control select {
	border:none;
}
.overview {
	width : 100%;
}
/*スケールMSG*/
#mapScaleMsg {
	position: absolute;
	bottom: 155px;
	right: 50px;
	height: 60px;
	color: #ffffff;
	padding: 5px;
	width: 195px;
	opacity: 0.8;
	z-index: 25;
}
/* サムネイルカルーセル(bxSlider) */
#thumbnail-slider li img {
	max-width: 160px;
	max-height: 120px;
}
#thumbnail-slider li {
	margin: 0 0 0 0;
}
.item td {
	padding: 0px;
}
#legendHelp:hover ,
#operationHelp:hover,
#legendPanelOpenClose:hover,
#searchroutePanelOpenClose:hover,
#themeHelp:hover,
#drawHelp:hover,
#measurementHelp:hover,
#infoButton:hover,
#helpButton:hover
{
	cursor: pointer;
}
/* 図形削除ダイアログ */
#figure-delete-dialog
{
	color: #34495E;
}
/*複数検索結果*/
#metaUl {
	list-style: none;
}
#metaUl li {
	margin: 0px;
}