﻿/*
==========================================================================
	FieldConnect スタイルシート

	2018.06.28 KCCS

==========================================================================
*/

/*
==========================================================================
共通設定
==========================================================================
*/

@media screen and (max-width: 480px) {
  #maintbl {
    width: 100%;
    height: 99vh;
  }
}


/*
==========================================================================
画面表示部品設定
==========================================================================
*/


/* 地図内の凡例表示 */
#tooltipLegend {
	width: 160px;
	position: relative;
	margin-right: 0px;
}

.infoWindowIcon {
	text-align: right;
	margin-top: 7px;
	font-size: 15px;
	width: 100%;
}

@media only screen and (orientation: landscape) and (max-height: 550px){
	#tooltipArea {
		height: 200px;
		overflow:auto;
	}
}

/* 画面遷移ボタンの表示位置 */
.menu-container{
  display: flex;
  float: right;
  padding:0px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

/* 画面遷移ボタン本体 */
.menu-button-item{
  display: flex;
  height:20px;
  justify-content: center;
  align-items: center;
  width:95px;
  font-size: 12px;
}
