@import url('reset.css');
.weather ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.weather ul li {
	color:#666666;
	margin: 0;
	padding: 0 5px 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:none;
}

.weather li.sp {
	display:inline-block;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color:#666666;
}


@media print{
html {
	zoom: 0.68;
	-webkit-print-color-adjust: exact;
}
}