@CHARSET "utf-8";
/*------検索------*/
#searchType{
	margin-top:5px;
	height:23px;
	/*border:none;*/
}
#searchMenu{
	width: 25%;
	float:left;
	margin-left:10px;
	margin-top:5px;
	height:23px;
}
#searchText{
	height:22px;
	width: 350px;
}

/*----------検索ボタン-----------*/
#searchButton{
	height:23px;
	top: -2px;
	display:inline-block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/* IE10-specific styles go here */
#searchButton{
/* 	height:23px; */
/*  	top: -2px; */
/*  	position:absolute; */
/* 	display: inline-block; */
	margin-bottom:0px;
	margin-top: -5px;
}
}

/*------ヘッダーテーマラベル------*/
#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;
}
/*検索結果リスト*/
/*
.share {
    background-color: #EFF0F2;
    border-radius: 6px;
    position: relative;
}
.share:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #EFF0F2;
    border-style: solid;
    border-width: 0 9px 9px;
    content: "";
    height: 0;
    left: 23px;
    position: absolute;
    top: -9px;
    width: 0;
}
.share ul {
    list-style-type: none;
    margin: 0;
    padding: 15px;
}
.share li {
    font-size: 15px;
    line-height: 1.4;
    padding-top: 11px;
}
.share li:before, .share li:after {
    content: " ";
    display: table;
}
.share li:after {
    clear: both;
}
.share li:first-child {
    padding-top: 0;
}
*/
/*検索結果欄共通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;
}
.searchTitle {
	font-size:14px;
	font-weight: bold;
}

#searchResult li {
	padding: 5px;
}

.searchArea:before {
    content: "";
    height: 0;
    left: 23px;
    position: absolute;
    top: -9px;
    width: 0;
}
/*レイヤ凡例パネルのCSS*/
#hanreiPanelBtArea label, #functionPanelBtArea 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%;
}
#searchUl .overview {
	margin-left: 10px;
}
/*スケール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,
#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;
}