﻿@charset "utf-8";
/* CSS Document */

/*weather */
.weather {
	margin: 35px auto;
	width:75%;
	color: #FFF;
	overflow: hidden;
}
#weather {
	color: #FFF;
}
#weather .weather_title {
	background: url(../images/weather/weather_city.png) no-repeat;
	height: 17px;
	margin-left: 85px;
	text-indent: -9999px;
	width: 81px;
	font-size: 12px;
}
#weather img {
	margin-top: -15px;
}
/*溫度顯示*/
#weather p {
	float: left;
	font-family:'Noto Sans SC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	line-height: 14px;
	margin-top: 25px;
	font-size: 3em;
	color: #cbcbcb;
	margin-left: 5px;
	font-weight: 100;
	margin-left: 15px;
	height: 28px;
}
/*溫度顯示_END*/

/*C*/
#weather span {
	font-family:'Noto Sans SC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	margin-left: 5px;
	text-transform: uppercase;
}
/*C_END*/
