﻿@charset "utf-8";
/* CSS Document */

/*weather */
.weather{
	margin:14px auto;
	width:75%;
	color:#FFF;
	overflow:hidden;}
#weather {color:#073c68;}

#weather .weather_title {
	background:url(../images/weather/weather_city.png) no-repeat;
	height:15px;
	margin-left:75px;
	text-indent:-9999px;
    width: 100px;
    font-size: 12px;
}

#weather img{ margin-top: -10px;}
	
/*溫度顯示*/
#weather p {
	float: right;
	line-height:14px;
	margin-top:20px;
	font-size:3em;
	margin-left:5px;
	letter-spacing:-1px;
	font-weight:300;
	margin-left:15px;
    height:30px;
}
/*溫度顯示_END*/

/*C*/
#weather span {
    font-size:1em;
	margin-left:10px;
}
/*C_END*/
