//----------------------------------------------------------
// フッターメニュー部分の線
//----------------------------------------------------------
$(document).ready(function() {
  $("#footerMenu ul li+li")
  .css("border-left-color","#444")
  .css("border-left-style","solid")
  .css("border-left-width","1px")
})


$(document).ready(function() {
  $("#sampleList li+li")
  .css("border-left-color","#999")
  .css("border-left-style","solid")
  .css("border-left-width","1px")
})

//----------------------------------------------------------
// トップページのサイドメニュー部分の線
//----------------------------------------------------------
$(document).ready(function() {
  $("#sideMenu dl:last-child dd")
  .css("border-bottom-color","#ccc")
  .css("border-bottom-style","solid")
  .css("border-bottom-width","1px")
})

$(document).ready(function() {
  $("#sideMenu dl dd dl:last-child dd")
  .css("border","none")
})


//----------------------------------------------------------
// ヘッダーの検索部分の線
//----------------------------------------------------------
$(document).ready(function() {
  $("#headerSearch ul li:last-child a")
  .css("background","none")
})


//----------------------------------------------------------
// ヘッダーサブメニューの線
//----------------------------------------------------------
$(document).ready(function() {
  $(".headSubMenu :last-child")
  .css("border","none")
})


//----------------------------------------------------------
// ボックスメニューの線
//----------------------------------------------------------
$(document).ready(function() {
  $("ul.boxMenu li:last-child")
  .css("background","none")
})

//----------------------------------------------------------
// 全国の天気　カレンダー
//----------------------------------------------------------
$(document).ready(function() {
  $("ul.weekCalendar li:last-child a")
  .css("color","#ff0000")
})

//----------------------------------------------------------
// 各地の天気のテーブル
//----------------------------------------------------------
$(document).ready(function() {
  $(".weathersVarious tr:last-child th")
  .css("border-bottom","none")
  $(".weathersVarious tr:last-child td")
  .css("border-bottom","none")
  $(".weatherSatelliteTable tr:last-child th")
  .css("border-bottom","none")
  $(".weatherSatelliteTable tr:last-child td")
  .css("border-bottom","none")
  $(".localList :last-child")
  .css("border","none")
})

//----------------------------------------------------------
// フォトの中にある人気のグループのリスト
//----------------------------------------------------------
$(document).ready(function() {
  $("ul#popularGroupList li:last-child")
  .css("background","none")
  .css("margin-bottom","0em")
})

//----------------------------------------------------------
// まもなく天気がくずれる予想地域（全国）
//----------------------------------------------------------
$(document).ready(function() {
  $("ul#weatherChange li:last-child")
  .css("background","none")
})



//----------------------------------------------------------
// 天気リポート
//----------------------------------------------------------
$(document).ready(function(){
  $("#weatherReport li.dayReport:odd")
  .css("border","none");
})


//----------------------------------------------------------
// タブの中のタブ
//----------------------------------------------------------
$(document).ready(function(){
  $("div.boxTab ul li:last-child")
  .css("background","none");
})

//----------------------------------------------------------
// 解除された沿岸
//----------------------------------------------------------
$(document).ready(function() {
  $("ul.releaseCoast li:last-child")
  .css("background","none")
  .css("margin-bottom","0.58em");
})

//----------------------------------------------------------
// 津波の記録
//----------------------------------------------------------
$(document).ready(function() {
  $("ul.tidalWaveRecord li:last-child")
  .css("background","none")
  .css("margin-bottom","0.41em");
})


//----------------------------------------------------------
// 各地の長期予報のグラフの色
//----------------------------------------------------------
$(document).ready(function() {
  $("td.explanatoryGraf li+li")
  .css("background","#94c600")
})

$(document).ready(function() {
  $("td.explanatoryGraf li:last-child")
  .css("position","absolute")
  .css("right","0")
  .css("z-index","0")
  .css("background","#f89e1c")
})

$(document).ready(function() {
  $("td.explanatoryGraf li:last-child.percent10")
  .css("width","11%")
})

$(document).ready(function() {
  $("td.explanatoryGraf li:last-child.percent20")
  .css("width","21%")
})

$(document).ready(function() {
  $("td.explanatoryGraf li:last-child.percent30")
  .css("width","31%")
})
$(document).ready(function() {
  $("td.explanatoryGraf li:last-child.percent40")
  .css("width","41%")
})

$(document).ready(function() {
  $("td.explanatoryGraf li:last-child.percent50")
  .css("width","51%")
})

$(document).ready(function() {
  $("td.explanatoryGraf li:last-child.percent60")
  .css("width","61%")
})

$(document).ready(function() {
  $("td.explanatoryGraf li:last-child.percent70")
  .css("width","71%")
})

$(document).ready(function() {
  $("td.explanatoryGraf li:last-child.percent80")
  .css("width","81%")
})

$(document).ready(function() {
  $("td.explanatoryGraf li:last-child.percent90")
  .css("width","91%")
})

$(document).ready(function() {
  $("td.explanatoryGraf li:last-child.percent100")
  .css("width","100%")
  .css("position","static")
})

//----------------------------------------------------------
// みんなの気持ち
//----------------------------------------------------------
$(document).ready(function() {
  $("ul#everyoneFeelNotes li:last-child")
  .css("margin","0")
})

$(document).ready(function(){  
  $("table#everyoneFeelList tr:even")
  .css("background-color","#f2f2f0");  
  $("table#everyoneFeelList tr:odd")
  .css("background-color","#f9f9f7");  
});  

$(document).ready(function(){  
  $("table.everyoneFeelList tr:even")
  .css("background-color","#f2f2f0");  
  $("table.everyoneFeelList tr:odd")
  .css("background-color","#f9f9f7");  
});  

//----------------------------------------------------------
// 各地の長期予報のグラフの色(○○ヶ月間)
//----------------------------------------------------------
$(document).ready(function() {
  $("td.probabilityGraf li+li")
  .css("background","#94c600")
})

$(document).ready(function() {
  $("td.probabilityGraf li:last-child")
  .css("position","absolute")
  .css("right","0")
  .css("z-index","0")
  .css("background","#f89e1c")
})

$(document).ready(function() {
  $("td.probabilityGraf li:last-child.percent10")
  .css("width","11%")
})

$(document).ready(function() {
  $("td.probabilityGraf li:last-child.percent20")
  .css("width","21%")
})

$(document).ready(function() {
  $("td.probabilityGraf li:last-child.percent30")
  .css("width","31%")
})
$(document).ready(function() {
  $("td.probabilityGraf li:last-child.percent40")
  .css("width","41%")
})

$(document).ready(function() {
  $("td.probabilityGraf li:last-child.percent50")
  .css("width","51%")
})

$(document).ready(function() {
  $("td.probabilityGraf li:last-child.percent60")
  .css("width","61%")
})

$(document).ready(function() {
  $("td.probabilityGraf li:last-child.percent70")
  .css("width","71%")
})

$(document).ready(function() {
  $("td.probabilityGraf li:last-child.percent80")
  .css("width","81%")
})

$(document).ready(function() {
  $("td.probabilityGraf li:last-child.percent90")
  .css("width","91%")
})

$(document).ready(function() {
  $("td.probabilityGraf li:last-child.percent100")
  .css("width","100%")
  .css("position","static")
})


//----------------------------------------------------------
// 他の長期予報のテーブル
//----------------------------------------------------------
$(document).ready(function() {
  $(".periodOthersTable tr:last-child th")
  .css("border-bottom","none")
  $(".periodOthersTable tr:last-child td")
  .css("border-bottom","none")

})

//----------------------------------------------------------
// 世界天気のテーブル
//----------------------------------------------------------
$(document).ready(function() {
  $(".forecastVarious tr:last-child th")
  .css("border-bottom","none")
  $(".forecastVarious tr:last-child td")
  .css("border-bottom","none")
})


// 080618: kk Edit
//----------------------------------------------------------
// [レジャー] ○○県のテーマパーク一覧 - テーブルヘッダ
//----------------------------------------------------------
$(document).ready(function() {
  $("#themeParkAreaList tr.head th:first-child")
  .css("border-left","0")
})


// 080620: kk Edit
//----------------------------------------------------------
// 検索結果　ユーザ
//----------------------------------------------------------
$(document).ready(function() {
  $("#searchUserList dl:last-child")
  .css("background","none")
})


// 080625: kk Edit
//----------------------------------------------------------
// 週間のXX指数
//----------------------------------------------------------
$(document).ready(function() {
  $("#otherCountryExponent tr.head th:first-child")
  .css("padding","0")
})

$(document).ready(function() {
  $("#otherCountryExponent th:first-child")
  .css("border-left","0")
  $("#otherCountryExponent td:first-child")
  .css("border-left","0")
})


// 080625: kk Edit
//----------------------------------------------------------
// 全国の過去天気
//----------------------------------------------------------
// Month Select Menu
$(document).ready(function() {
	$(".weatherHistoryNav li:last-child")
	.css("background-image","none")
})
// Calemdar Table
$(document).ready(function() {
	// table global
	$("#historyCalendar thead tr.head th:first-child")
	.css("background-image","none")
	$("#historyCalendar tbody tr td:first-child")
	.css("background-image","none")
	// week header - sunday
	$("#historyCalendar thead tr.head th:first-child")
	.css("color","#ff0000")
	//week header - satuaday
	$("#historyCalendar thead tr.head th:last-child")
	.css("color","#3b88e5")
	// day header - sunday
	$("#historyCalendar tbody tr.day th:first-child")
	.css("background-color","#fef1e2")
	.css("color","#ff0000")
	// day header - stuaday
	$("#historyCalendar tbody tr.day th:last-child")
	.css("background-color","#eaf3fe")
	.css("color","#3b88e5")
  .css("border-right-color","#eaf3fe")
})

//----------------------------------------------------------
// ○○地方（XX）の過去天気
//----------------------------------------------------------
// Calemdar Table
$(document).ready(function() {
	// table global
	$("#areaDigestHistory tbody tr td:first-child")
	.css("background-image","none")
	.css("text-align","left")
})


//----------------------------------------------------------
// 最新のフォト
//----------------------------------------------------------
$(document).ready(function() {
	$("ul.rightColumnPhotoList li:last-child")
	.css("padding-bottom","0.5em")
})


