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