﻿@charset "utf-8";
/* CSS Document */

/*weather */
.weather {
	margin: 36px auto;
	width: 80%;
	color: #FFF;
	overflow: hidden;
}
#weather {
	color: #FFF;
}
#weather .weather_title {
	font-size: 14px;
	font-weight: 200;
	text-align: right;
	letter-spacing: 1px;
}
#weather img {
	margin-top: -10px;
	width: 70px !important;
}
/*溫度顯示*/
#weather p {
	float: left;
	line-height: 48px;
	margin-top: 10px;
	font-size: 48px;
	font-weight: 300;
	letter-spacing: -1px;
	margin-left: 15px;
}
/*溫度顯示_END*/

/*C*/
#weather span {
	font-size: 48px;
	margin-left: 10px;
}
/*C_END*/
