@import url('reset.css');
.weather ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.weather ul li {
	color:#666666;
	margin: 0;
	padding: 0 10px 0 0;
	display: inline-block;
    vertical-align: top;
}
.weather ul .data {
	font-size: 80%;
	line-height: 140%;
	padding-top: 10px;
}
.weather ul .data span {
	color:#666666;
}
.weather ul .data .month ,
.weather ul .data .day ,
.weather ul .data .week {
	font-weight: bold;
	font-size: 140%;
}
.weather ul li p {
	color:#666666;
	margin: 0;
	padding: 3px 0 0;
	float: left;
	font-size: 75%;
	line-height: 120%;
}
.weather ul .gifu img ,
.weather ul .takayama img {
	float: right;
}
.weather ul li .warm {
	color: #FF6600;
}
.weather ul li .cold {
	color: #0099FF;
}
.weather li.pc {
	display:inline-block;
	width: 135px;
}
.weather li.pc span {
	display:inline-block;
	font-size: 12pt;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	color:#666666;
}
.weather li.sp {
	display:none;
}
	
	
	
	
	
	
	
	