/* <br class="clear"> */
.clear {
	clear: both;
}


/* ww.php */
/*				*/

/* エラー表示 */
p.werror {
	color: red;
}

/* 天気予報表 */
table.weather {
	width: 600px;
	border-collapse:collapse;
	margin-top:10px;
}
/* 天気予報：月日表示部 */
table.weather td.dt {
	border-collapse: collapse;
	padding:1px;
	text-align:center;
	font-size: 1.1em
}
/* 天気予報表：予報表示部 */
table.weather td.info {
  white-space: normal;
	text-align:center;
	font-size: 0.9em
}
/* 天気予報表：予報アイコン */
img.wicon {
	width: 50px;
	white-space: normal;
}
/* 天気予報表：文字 */
span.wsmall {
	white-space: normal;
}
/* Tweetボタン */
button.tweet_button {
	color: white;
	background-color: #1DA1F2;
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	padding: 4px 8px 4px 8px;
	border: none;
}


/*	nowtv.php		*/
/*							*/

.nowtv-table {
  width: 100%;
  border-collapse: collapse;
}

.nowtv-table th, .nowtv-table td {
  border: 1px solid black;
  padding: 1px;
  text-align: center;
  font-size: 0.9em;
}


/*	trend.php		*/
/*							*/
