﻿@charset "utf-8";
/* CSS Document */

/*weather */
.weather{
	margin:24px auto;
	width:80%;
	color:#FFF;
	overflow:hidden;}
#weather {color:#dad1bd;}

#weather .weather_title {
	background:url(../images/weather/weather_city.png) center no-repeat;
	height:19px;
	margin-left:81px;
	text-indent:-9999px;
    width: 113px;
    font-size: 12px;
}

#weather img{ margin-top: -10px;}
	
/*溫度顯示*/
#weather p {
	float: left;
	font-family: "Century Gothic", sans-serif;
	line-height:14px;
	margin-top:25px;
	font-size:4em;
	margin-left:5px;
	letter-spacing:-1px;
	font-weight:100;
	margin-left:15px;
    height:28px;
}
/*溫度顯示_END*/

/*C*/
#weather span {
	font-family: Arial, Helvetica, sans-serif;
    font-size:30px;
	margin-left:10px;
}
/*C_END*/
