﻿@charset "UTF-8";
/* CSS Document */

/* 地図画像の枠線 */
#canvas1 {
  margin :1px;
  margin-left  :3px;
  margin-right :3px;
}
#canvas2 ,#canvas3 ,#canvas4 {
  border :1px solid darkgray; 
}

/* 濃度地図 測定局リンク */
#kyokuList{
  min-height: 598px !important;
  height: 598px !important;
}

/* 測定局紹介 地図選択 */
#left_text{
  min-height:590px !important;
  height:590px !important;
  width:150px !important;
}
#left_text dl dd {
  font-size :11px;
}
#station_map_image{

  margin-left : 195px;
}
#station_img_03,#station_img_04{
  width:22px !important;
  height:22px !important;
}
#station_map_order dl dd{
  margin-left: 30px;
}
/* ページの高さ */
#station_map{
  height: 600px;
}

/* 測定局の詳細情報 */
#itemtable tr td {
  height: 13px !important;
  padding :4px !important;
  background-color: #ffffff;
  border :1px solid gray !important;
}
#itemtable tr th {
  height: 15px !important;
  padding :4px !important;
  background-color: silver;
  border :1px solid gray;
}
#top_item_table ,#top_item_table tr , #top_item_table tr td {
  border :none;
}
#station_image{
  border :none;
}
#station_view{
  font-size :150%;
  font-weight :bold;
}
#closebtn{
  width: 150px;
  height: 30px;
  border: none;
  margin-left: 20px;
}
#station_nm ,#top_item_table {
  margin-left: 20px !important;
  margin-bottom: 5px !important;
}
#collect_item_intro{
 margin-top: 5px;
 margin-bottom: 5px;
}

/* 測定値ダウンロード */
#main #download {
  height: 400px;
}
#kakutei_yearly_station ,#kakutei_yearly_item ,#kakutei_year {
  height: 25px;;
  width: 160px;
  font-size: 140%;
}
#kakutei_yearly_item {
  width: 230px;
}

.kakuMonthlyTable tr th {
  font-size: 140%;
}
iframe#iframe{
  display:none;
}
a#link{
  display:none;
}

/* 光化学スモッグ発令情報 */
#hatsurei_title ,#hatsurei_title tr td ,#hatsurei_datetime{
  border: none;
  width: 98%;
}
#hatsurei_datetime{
  text-align:center;
}
#hatsurei_status_img{
  padding : 5px   !important;
  width   : 520px !important;
}
/* 発令地図 */
#hatsurei_status_img img{
  width : 100%;
}

/* PM2.5注意喚起情報 */
#pm25_title ,#pm25_title tr td ,#pm25_datetime{
  border: none;
  width: 98%;
}
#pm25_datetime{
  text-align:center;
}
#pm25_status_img{
  padding : 5px   !important;
  width   : 520px !important;
}
/* 注意喚起地図 */
#pm25_status_img img{
  width : 100%;
}

/* 環境基準の説明画面 */
dl{
  width : 98%;
  margin-top: 2px;
}
dt{
  float : left;
  clear : left;
  width : 18px;
}
dd{
  margin-left : 20px;
}
/* 横線style */
.bar {
  font-size : 140%;
}

/* 発令と注意喚起 */
#today_tbl tr th ,#history_tbl tr th { 
  background-color: silver !important;
  border :1px solid gray;
  height : 16px !important;
  padding-top :2px;
  padding-bottom :2px;
}
#today_tbl tr td ,#history_tbl tr td { 
  border :1px solid gray;
  height : 16px !important;
  padding-top :2px;
  padding-bottom :2px;
}
#presentaion_date{
  text-align : center;
}

#base ,#area1 ,#area2{
  position : absolute;
  top: 150px;
  left: 300px;
  width : 400px;
  height: 500px;
}

