/*
//----------------------------------------------------------------------------//

	気象庁｜震度データベース検索

	2014/03/06　気象庁地震火山部地震津波監視課（震度班）作成


//----　980px以上　-----------------------------------------------------------//

	「style.css」の設定内容を引継

//----　980px未満〜765px以上　------------------------------------------------//
*/
@media screen and (min-width: 765px) and (max-width: 979px) {


	/*　共通CSS（ヘッダの一部非表示，全体の幅変更）　*/
	#nheader { width: 745px;}
	#header_right { width: 400px;}
	#yjsearch { display:none;}
	#gnavi { width: 745px;}
		ul#gnavi li{ width: 128px;}
		ul#gnavi li a.on{ display:none;}
	#contents_area2 #ncontents2 { width: 745px;}
	#nfooter { width: 745px;}


	/*　オリジナルCSS　*/

	/*　検索フォーム・結果表示の段組　*/
	#Hypo-box, #Sindo-box { float: left; width: 365px; margin: 5px 3px; position: relative;}
	#Submit-box { clear: left; width: 742px; margin: 5px 3px; position: relative;}
		#SubmitA { float: left; width: 155px; margin: 0px 15px;}
		#SubmitB { float: left; width: 155px; margin: 0px  5px;}
		#SubmitC { float: left; width: 155px; margin: 0px 65px;}
	#Result-box { clear: both; width: 742px; margin: 5px 3px;}

	#FieldS3 { height: auto;}

	.Help-box1 { float: left; width: 340px; margin: 10px 10px;}
	.Help-box2 { clear: both; width: 700px; margin: 10px 10px;}

	/*　結果表示領域　*/
	#map    { width: 700px; height: 700px; margin: 5px 5px;}
	.TableL { width: 710px; margin: 0px 0px 5px 0px;}

	/*　震源リスト項目一部非表示　*/
	#SeisList tr th:nth-child(4),
	#SeisList tr th:nth-child(5) {
		display: none;
		visibility: hidden;
	}
	#SeisList tr td:nth-child(4),
	#SeisList tr td:nth-child(5) {
		display: none;
		visibility: hidden;
	}
}
/*
//----　765px未満　-----------------------------------------------------------//
*/
@media screen and (max-width: 764px) {


	/*　共通CSS（ヘッダの一部非表示，全体の幅変更）　*/
	#nheader { width: 570px;}
	#header_right { display:none;}
	#yjsearch { display:none;}
	#gnavi { display:none;}
	#contents_area2 #ncontents2 { width: 570px;}
	#nfooter { width: 570px;}


	/*　オリジナルCSS　*/

	/*　検索フォーム・結果表示の段組　*/
	#Hypo-box, #Sindo-box, #Submit-box {
		clear: both; width: 570px; margin: 5px 5px; position: relative;
	}
		#SubmitA { float: left; width: 155px; margin: 0px 15px;}
		#SubmitB { float: left; width: 155px; margin: 0px  5px;}
		#SubmitC { float: left; width: 155px; margin: 0px 15px;}
	#Result-box { clear: both; width: 570px; margin: 5px 5px;}

	#FieldS1, #FieldS2, #FieldS3 { height: auto;}

	.Help-box1, .Help-box2 { clear: both; width: 570px; margin: 5px 5px;}

	/*　結果表示領域　*/
	#map    { width: 530px; height: 700px; margin: 5px auto;}
	.TableL { width: 540px; margin: 0px 0px 5px 0px;}
	.TableS { width: 450px; margin: 0px auto 5px auto;}

	/*　震源リスト項目一部非表示　*/
	#SeisList tr th:nth-child(4),
	#SeisList tr th:nth-child(5),
	#SeisList tr th:nth-child(6) {
		display: none;
		visibility: hidden;
	}
	#SeisList tr td:nth-child(4),
	#SeisList tr td:nth-child(5),
	#SeisList tr td:nth-child(6) {
		display: none;
		visibility: hidden;
	}

	#SeisListE tr th:nth-child(4),
	#SeisListE tr th:nth-child(5) {
		display: none;
		visibility: hidden;
	}
	#SeisListE tr td:nth-child(4),
	#SeisListE tr td:nth-child(5) {
		display: none;
		visibility: hidden;
	}

	/*　回数グラフ非表示　*/
	#Chart { display:none;}
}
/*
//----------------------------------------------------------------------------//
*/
