@charset "utf-8";

/**
* 共通
*/
* {
    font-family:'MS Pゴシック','sans-serif';
}

.passive {
    background-color:#C0C0C0;
}

.not_display {
    display:none;
}

/**
* 天気情報一覧 共通
*/
.weather_data_table tr th {
    background-color:#81BEF7;
}

.weather_data_table .hour_unit th {
    background-color:#FFFF00;
}

.weather_data_table .day_unit th {
    background-color:#00FF00;
}

/**
* 天気情報一覧 検索テーブル
*/
.search_table .label_area {
    width:15%;
}

.search_table .input_area {
    width:35%;
}
.search_table tr th {
    padding: 5px;
}
.search_table tr td {
    padding: 5px;
}

/**
* 天気情報一覧 検索結果テーブル
*/
.search_result_table .hour_unit {
    background-color:#FFFF00;
}

.search_result_table .day_unit {
    background-color:#00FF00;
}
.search_result_table tr td {
    /** 天候の画像の背景が白のため、表の色も白にしている */
    background-color:#FFFFFF;
}

/**
* 天気情報一覧 レコード詳細
*/
.record_details_table tr th {
    background-color:#FFD700;
    width:25%;
}

.record_details_table tr td {
    width:25%;
}

/**
* マスタメンテナンス 共通
*/
.master_maintenance_table tr th {
    border: 1px #000000 solid;
    background-color:#FFD700;
    padding: 5px;
}

.master_maintenance_table tr td {
    border: 1px #000000 solid;
    padding: 5px;
}

.attention {
    color: #FF0000;
}

/**
* マスタメンテナンス 地点情報管理画面
*/
.map_table .label_area {
    width:12%;
}

.map_table .input_area {
    width:48%;
}

.map_table .map_area {
    width:40%;
}

#map_canvas {
    width:500px;
    height:500px;
}