﻿/* ------------------------------------------------------------ */
/*
* 
* 吹き出し
* 
*/
/* ------------------------------------------------------------ */
.toolTip .data
{
	line-height: 1.0;
	margin-top: 3px;
	padding: 3px;
	height:6em;
}

.toolTip .data p
{
	line-height: 1.0;
	font-size: 12px;
	margin-left:5px;
	margin-top:5px;
}

.toolTip
{
	width:200px;
}

.stationName
{
	font-size : 14px;
	font-weight: bold;
	border-bottom: 1px solid;
	height : 20px;
}

/* ------------------------------------------------------------ */
/*
* 
* コントロール
* 
*/
/* ------------------------------------------------------------ */
input[type=checkbox] 
{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-color: white;
}

/* ------------------------------------------------------------ */
/*
* 
* 測定値一覧表
* 
*/
/* ------------------------------------------------------------ */
.tblheader_dose 
{
	border-collapse: collapse;
	color:#FFF;
	font-size:12px;
	background: #228b22;
	line-height:1.1em;
}

.ObsTable {
	width:580px;
	table-layout:fixed;
}

.MunicipalityName, #n1 {
	width:90px;
	vertical-align:middle;
	padding:6px;
}

.StationName, #n2 {
	width:180px;
	vertical-align:middle;
	padding:6px;
}


.ValueHeader {
	width:50px;
	vertical-align:middle;
	padding:6px;
}


.NowValue, #v1 {
	width:50px;
	vertical-align:middle;
	padding:0px 6px 0px 6px;
}

/*.LastYearAverage, #v2 {
	width:65px;
	vertical-align:middle;
	line-height:1.1em;
	padding:6px;
}

.FluctuationMax, #v3 {
	width:66px;
	padding:6px;
}

.FluctuationMin, #v4 {
	width:66px;
	padding:6px;
}*/

/* ------------------------------------------------------------ */
/*
* 
* 局者名ラベル
* 
*/
/* ------------------------------------------------------------ */
.StationNameLableBase {
	background-color:transparent;
	/*display: inline-block;*/
	/*display:inline;*/
    /*width:auto;*/
    white-space:nowrap;
	height:25px;
	text-align:center;
}

.StationNameLable {
	color:#fbfff1;
	background-color:#6595E9;
    /*background:linear-gradient(315deg, #44cc44, #228b22);*/
	/*width:100%;*/
	/*white-space:nowrap;*/
    /*width:auto;*/
    vertical-align:middle;
	font-size:14px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #fbfff1;  
    padding: 0px 5px 0px 5px;
	
}

.StationNameLabelTable {
	border:none; 
	padding:0px;
    margin:0px;
}


/*----------------------------*/
/* フッター部
/*----------------------------*/
/*footer #address
{
	padding: 15px 25px;
	margin-bottom: 0px;
	text-align: right;
	font-size: small;
	background-color: #d6ebd6;
}*/

footer strong
{
	font-size: 15px;
}

/*footer #credit
{
	margin-top: 5px;
	font-size: small;
	text-align: center;
	padding: 10px;
}*/



/*----------------------------*/
/* ポップアップ
/*----------------------------*/
.popupValueTable
{
    border:none;
    width:170px;
    background-color:papayawhip;
}

.popupValueTh
{
    border-top:none;
    border-left:none;
    border-right:none;
    font-size:14px;
    text-align:center;
}


.popupSokuteiTime
{
    border-left:none;
    border-right:none;
    margin:0px;
    padding:0px;
    text-align:center;
    background-color:lemonchiffon;
    font-size:14px;
}

.popupValueTd
{
    border-top:none;
    border-left:none;
    border-right:none;
    margin:0px;
    padding:0px;
    text-align:right;
    background-color:paleturquoise;
}


/* ボタン */
.popupButton
{
	border: 1px solid #199331;
	padding: 0.5em 1em;

	text-align: center;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 15px;

	background: -moz-linear-gradient(bottom, rgba(231,230,230,1.0), rgba(257,257,257,1.0));
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(231,230,230,1.0)), to(rgba(257,257,257,1.0)));
    background: -ms-linear-gradient(bottom, rgba(231,230,230,1.0), rgba(257,257,257,1.0));	
}


/* 同心円(カーソル) */
.circleLayerObject
{
	cursor: default!important;
}

