﻿@charset "utf-8";
/* CSS Document */

/*weather */
.weather{
    display: none;
	margin-top:30px;
	width:100%;
	color:#FFF;
	overflow:hidden;}
#weather {color:#FFF; margin-left:10px;}

#weather .weather_title {
	background:url(../images/weather/weather_city.png) 0px 0px no-repeat;
	height:18px;
	margin-left:73px;
	text-indent:-9999px;
    width: 128px;
    font-size: 12px;
}

#weather img{ margin-top: -10px;}
	
/*溫度顯示*/
#weather p {
	float: left;
	font-family: 'Noto Sans TC', 'Roboto', sans-serif;
	line-height:14px;
	margin-top:35px;
	font-size:6em;
	margin-left:5px;
	letter-spacing:-1px;
	font-weight:100;
	margin-left:15px;
    height:40px;
}
/*溫度顯示_END*/

/*C*/
#weather span {
	font-family: 'Noto Sans TC', Arial, Helvetica, sans-serif;
    font-size:30px;
	font-family: 'Noto Sans TC', 'Arimo', sans-serif;
}
/*C_END*/
