@CHARSET "utf-8";
/*HTML内部に記述していたcssを外部化*/
body {
	height: auto;
	wtdth: auto;
	margin: 0px;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
/*印刷用ヘッダー*/
#print_header {
	display:none;
}
/*操作パネルチュートリアルアイコン位置*/
#operationHelp {
	display: inline-block;
	float: right;
	margin-right: 5px;
}
/*背景図パネル*/
/*#baseMapPanel {
	display: none;
}*/
/*操作パネル_重ね合わせ*/
#baseLayerList .mapTitle{
	padding-bottom: 0px;
}
#baseLayerList .radio_layer {
	display: none;
}
/*操作パネル_透過用スライダー*/
#sliderArea {
	display: none;
}
#sliderLabel {
	margin-bottom: 10px;
	font-weight:bold;
}
#sliderObj {
	width: 90%;
}
/*ヘッダー画像エリア*/
#layoutNorth_header_title {
	float: left;
}
/*検索テキストWrapper*/
#searchTextWrapper {
	display:inline-block;
}
/*ツールメニューの内容*/
#control {
	float: left;
	color: #FFFFFF;
	margin-top: 2px;
	display: none;
}
#control a {
	display: none;
}
/*テーマパネルのチュートリアルアイコン位置*/
#themeHelp {
	display: inline-block;
	float: right;
	margin-right: 5px;
}
.fontBold {
	font-weight:bold;
}
/*テーマパネルの戻るボタン*/
#mThemeBackButton {
	display: none;
}
/*検索結果ヘッダー*/
#searchResultHeader {
	border-bottom: 1px solid #ffffff;
	line-height:0.5em;
	padding: 0px;
}
#searchResultHeader table {
	border:none;
}
#searchResultTitleLeft {
	text-align: left;
	vertical-align: middle;
	width: 70px;
}
#searchResultTitleCenter {
	text-align:left;
	width:140px;
}
#searchResultTitleCenter div {
	padding: 5px;
}
#keywordsLabel {
	width: 65px;
	display: inline-block;
	white-space: nowrap;
}
#addressLabel {
	width: 65px;
	display: inline-block;
}
#searchResultTitleRight {
	width:20px;
}

/*レイヤ・凡例チュートリアルボタン位置*/
#functionPanelHelp {
	display: inline-block;
	float: right;
	margin-right: 20px;
}
/*レイヤ・凡例_全アイコンOFFエリア*/
#allOnOff #functionPanelHerderArea {
	width: 100%;
	margin-top:5px;
}
/*レイヤ・凡例_詳細⇔簡易*/
#hanreiPanelBtArea, #functionPanelBtArea {
	padding-bottom:5px;
}
/*属性表示ダイアログ*/
#dialogAttribute {
	display: none;
	text-align: center;
}
#attributeTitle {
	display:none;
}
#attributeTitle table {
	text-align:center;
}
#attributeImages {
	margin-top: 10px;
}
#attributeLink {
	text-align: left;
	color: black;
	margin-top: 10px;
}
/*利用規約ダイアログ*/
#termsOfService {
	dispaly:none;
}
/*複数情報選択結果画面*/
#metaUl {
	list-style: none;
	padding: 0px;
}
/*大分類、中分類テーマダイアログ*/
#majorThemeArea {
	float: left;
	width: 45%;
}
#majorThemeList {
	height: 330px;
}
#insideThemArea {
	float: right;
	width: 45%;
}
/*作図ラベルダイアログ*/
#figure-label-dialog {
	display: none;
}
#figure-label-dialog fieldset {
	border:none;color:#34495E;
}
/*削除MSGダイアログ*/
#figure-delete-dialog {
	display: none;
}
/*作図ダイアログ*/
#drawPanel {
	display: none;
	position: absolute;
	right: 320px;
	top: 250px;
	width: 350px;
	height: 280px;
	background: #eeeee4;
	z-index: 20;
}
#drawPanel_header {
	margin-left: 5px;
	margin-right: 5px;
}
#drawHelp {
	display: inline-block;
	float: right;
	margin-right: 20px;
}
#drawIconArea {
	margin: 5px;
	color: #34495E;
}
#newDraw {
	float: left;
	width: 125px;
	margin-right: 10px;
}
#newDrawHeader {
	margin-bottom: 5px;
	color: #34495E;
}
#drawIconWrapper {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
/*新規作図アイコン*/
#pointWrapper {
	cursor:pointer;
	background-image: url('../../assets/img/draw/point_off.png');
	display:inline-block;
	height:32px;
	width:32px;
}
#point {
	opacity:0;
	display:none;
}
#squareWrapper {
	cursor:pointer; background-image: url('../../assets/img/draw/square_off.png');display:inline-block; height:32px; width:32px;
}
#square {
	opacity:0;
	display:none;
}
#circleWrapper {
	cursor:pointer; background-image: url('../../assets/img/draw/circle_off.png');display:inline-block; height:32px; width:32px;
}
#circle {
	opacity: 0;
	display: none;
}
#lineWrapper {
	cursor:pointer; background-image: url('../../assets/img/draw/line_off.png');display:inline-block; height:32px; width:32px;
}
#line {
	opacity:0;
	display:none;
}
#areaWrapper {
	cursor:pointer; background-image: url('../../assets/img/draw/area_off.png');display:inline-block; height:32px; width:32px;
}
#area {
	opacity:0;
	display:none;
}
#drawIconBottom {
	margin-top:22px;
}
#editDraw {
	float: left;
	width: 100px;
}
#editDrawWrapper {
	margin-bottom: 5px;
	color: #34495E;
}
#editWrapper {
	border:1px solid #CCCCCC; padding: 2px 5px;
}
#graphicWrapper {
	cursor:pointer; background-image: url('../../assets/img/draw/graphic_off.png');display:inline-block; height:32px; width:32px;
}
#graphic {
	opacity:0;
	display:none;
}
#colorSelectorHeader {
	margin-top:5px;
}
#colorSelector {
	border:1px solid #CCCCCC;width:100px;background-repeat:no-repeat!important;padding-top: 1px; padding-bottom: 1px;
}
#drawBackButton {
	left: 5px; bottom: 88px;width:70px;display:none;
}
#drawDeleteButton {
	left: 5px; bottom: 88px;width:70px;display:none;
}
#drawCancelButton {
	left:87px;bottom:88px;width:70px;display:none;
}
#drawEndButton {
	left:169px;bottom:88px;width:70px;display:none;
}
#editEndButton {
	left:169px;bottom:88px;width:70px;display:none;
}
#drawAreaFooter {
	height:80px !important;margin-bottom:5px;
}
#importfile {
	width: 80px; top: 240px; right: 14px;
}
#exportfile {
	width: 80px; top: 210px; right: 14px;
}
/*計測パネル*/
#measurementPanel {
	display:none;position:absolute;right: 320px; top: 250px;width:250px;height:200px;background: #eeeee4; z-index: 21
}
#measurementPanel_header {
	margin-left:5px;margin-right:5px;
}
#measurementHelp {
	display:inline-block;float:right;margin-right:20px;
}
#measurementArea {
	padding:5px;
}
#kyoriIcon {
	float:left;
}
#kyoriIcon span {
	cursor:pointer; background-image: url('../../assets/img/draw/dmeasurement_off.png');display:inline-block; height:70px; width:70px;
}
#dmeasurement {
	opacity:0;display:none;
}
#mensekiIcon {
	float:left;margin-left: 10px;
}
#mensekiIcon span {
	cursor:pointer;
	background-image: url('../../assets/img/draw/ameasurement_off.png');
	display:inline-block;
	height:70px;
	width:70px;
}
#ameasurement {
	opacity:0;display:none;
}
.cb {
	clear: both;
}
#measurementCancelButton {
	left:90px;bottom:68px;width:70px;
}
#measurementEndButton {
	left:175px;bottom:68px;width:70px;
}
#measurementFooter {
	height:60px !important;margin-bottom:5px;
}
/*マップスケールメッセージ*/
#mapScaleMsg {
	display:none;
}
#mapScaleMsgClose span {
	float:right;
}
/*全体利用規約ダイアログ*/
#termsOfServiceDefaultDialog {
	display: none;
}
#termsOfServiceDefaultDialog ul {
	list-style-type: none;
	color:#34495E;
}
/*お知らせダイアログ*/
#infomationContentWrapper {
	color:#34495E;
}
.infomationContent {
	border-bottom: 1px solid #34495E;
}
.infoTitleContent {
	font-weight:bold;
}
/*レイヤ・凡例パネルのレイヤ一覧*/
#legend_floatpanel .item {
	margin-top:5px;width:240px;
}
#legend_floatpanel .item table {
	padding: 0px;
}
#legend_floatpanel .item table .tdIcon {
	width: 30px;
}
#legend_floatpanel .item table .tdText {
	width: 160px;
}
/*レイヤ・凡例_簡易パネル*/
#layerPanelTree .item, #functionPanelEasy .item {
	display:inline-block;vertical-align:middle;
}
/*ファイル読み込みダイアログ*/
#kmlDialog {
	display: none;
	color: #34495E;
}
#dlanchor {
	display: none;
}
/*KMLファイル*/
#kmlDraw {
	margin-left: 5px;
	width: 100px;
	float:right;
	height: 250px;
}
/*URLコピー用ダイアログ*/
#urlDialog {
	display: none;
	color: #34495E;
}

/* 属性ダイアログ */
#dialogAttribute th, #dialogAttribute td {
	word-break: break-all;
}
#dialogAttribute td.gridL {
	box-sizing: border-box;
	width: 35%;
}
#dialogAttribute td.gridR {
	box-sizing: border-box;
	width: 65%;
}

/*###############################################################
# 以下リファクタリング用 (BEM) ※map_refact.cssへ移動
#################################################################*/
