@charset "utf-8";

/* -------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
	TSUNAMI Channel
	
	new released : October 17, 2011
	update : 

	Copyright(c)WEATHER NEWS INC. ALL RIGHT RESERVED.
----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
  BASIS
------------------------------------------------------------------------------------- */
table.tsunami thead td.rank1 {
        background: #fff;
        border: solid 1px  rgb(200,0,255);
}
table.tsunami thead td.rank2 {
        background: #fff;
        border: solid 1px rgb(255,40,0);
}
table.tsunami thead td.rank3 {
        background: #fff;
        border: solid 1px rgb(250,245,0);
}



table.tsunami tbody td { text-align: left; }

table.tsunami.col2 tbody tr{border-bottom:solid 1px #757d8a;}
table.tsunami.col2 tbody tr:last-of-type{border:none;}
table.tsunami.col2 tbody tr td:first-of-type{width:30%;}
table.tsunami.col2 tbody tr td:last-of-type{width:70%;}

div.leg-container div.leg-tsunami {padding: 0 5px; line-height: 28px; font-size:20px; text-align:center; background: #4b4b4b; color: #fff;}

.append { display: none; padding-bottom:10px; }
.col-rank1 {
    color: rgb(200,0,255);
}
.col-rank2 {
    color: rgb(255,40,0);
}
.col-rank3 {
    color: rgb(250,245,0);
}
