@charset "utf-8";

/*** 共通 ***/
input {
	display : none;
}
.center-aligned {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}

/*** マップ部分 ***/
div.list-nav:first-child {
  margin-top:0;
}
canvas {
  position: absolute;
  width: 100%;
  max-width: 270px;
  left: 0;
  top: 0;
}
#basemap {
  z-index: 0;
}
#canvas_work {
  z-index: 1;
}
#canvas_typhoon {
  z-index: 2;
}
#canvas_toolTips {
  z-index: 3;
}
#canvas_work,
#canvas_detection {
  opacity:0;
}
#disp_time {
  max-width: 270px;
  margin: 5px auto 3px;
}
#disp_time div {
  text-align: right;
}


/*** 観測情報部分 ***/
#nav-title, #detail-txt {
  display:none;
}
#detail-txt table  {
  width: 100%;
  margin-bottom: 20px;
  line-height:20px;
  border-collapse: collapse;
}
#detail-txt table thead tr td {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  border-bottom: 2px solid #9AC2F5;

}
#detail-txt table tbody tr:first-child td {
  text-align: right;

}
#detail-txt table tbody tr:last-child td {
  border-bottom: 2px solid #9AC2F5;

}
#detail-txt table tbody tr td {
  padding-left: 30px;

}


/*** 台風の解説部分 ***/
#notes-txt {
  display:none;
  padding-top:0px;
}
#notes {
  background: rgba(0, 0, 0, 0.10);
  padding : 5px;
  //display: none;
  line-height: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#notes-title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 3px;
}
#notes div.text {
	//color:	#FFF;
}

#notes div.adjusterV > span.strongWind {
	color : yellow;
}
#notes div.adjusterV > span.violentWind ,
#notes div.adjusterV > span.cautionCircle {
  color : red;
}

div.list-nav ul li {
  border-left: 1px solid #8a8a8a;
}
div.list-nav ul li label {

  display:block;
  cursor: pointer;
}
