@charset "utf-8";
/* CSS Document */

#saidaiyosoku {
	background-color:#fff;
	border:#d8dedd 4px solid;
	padding:10px;
	margin-bottom:1.5em;
}

.selectTodohuken {
	font-family: メイリオ;
	padding: 15px 0;
	background-color: #657775;
	/*border-radius: 2px;*/
	text-align: center;
	margin-bottom: 12px;
	color:#fff;
}

#resultShindo, #resultTsunami, #resultJikan {
	font-size: 160% !important;
	font-weight: bold;
}

/*#TsunamiJikan span {
font-size: 120% !important;
font-weight: bold !important;
}*/


#saidai_result {
	width:100%;
	background-color:#ccc;
	margin:0 auto 0 auto;
}

#saidai_result th {
	width:33%;
	font-size:100% !important;
	background-color:#fff;
	padding:4px 0;
	border-bottom:1px solid #d8dedd;
}

#saidai_result td {
	background-color:#fff;
}

#saidai_result .result_hosoku {
	font-size:76%;
	font-weight:normal;
	display:block;
}

.t_nodata {
	color:#000;
}

.t_2m {
	color:#b5c700;
}

.t_3-4m {
	color:#e4ca00;
}

.t_5m {
	color:#e69000;
}

.t_10m {
	color:#d93322;
}

.t_20m {
	color:#844791;
}

.t_30m {
	color:#000;
}


/* 都府県別の結果 */

table#saidai_result_pref {
    background-color: #fff;
    width: 630px;
	display:none;
	margin-top:15px;
}

#saidai_result_pref caption {
    font-size: 105%;
    font-weight: bold;
}

table#saidai_result_pref th {
	background-color: #DFE4E3;
	color: #151616;
	font-size: 78%;
	padding: 0.2em 0;
	letter-spacing: 1;
	text-align: center;
	font-weight: normal;
}

#saidai_result_pref td {
    font-size: 78%;
    padding: 0.2em 0 1.5em;
	text-align:center;
	letter-spacing:1;
}



/*○○県 関連記事*/
ul#yosoku_kanrenkiji{
	margin:10px 0 0 0;
	padding:0;
}

ul#yosoku_kanrenkiji li{
	border-top:1px solid #d5d4cd;
	border-bottom:1px solid #d5d4cd;
	padding:0.5em 0;
	background-color:#faf8f1;
	text-align:center;
}

ul#yosoku_kanrenkiji li span{
	font-size:70% !important;
	color:#444;
}

ul#yosoku_kanrenkiji li span.k_pref{
	color:#fff;
	background-color:#B90000;
	margin-right:6px;
	padding:0.4em 0.2em 0.2em 0.5em;
}

ul#yosoku_kanrenkiji li a{
	font-size:100%;
	font-weight:bold;
	color:#000;
	
	background: url("http://www.asahicom.jp/css/images/arrow_list.gif") no-repeat;
	background-position:0 4px;
	padding-left:12px;
}





/* EOF */