@charset "UTF-8";
.d_y_block {
	width: 300px;
	padding: 9px;
	padding-bottom: 0;
	border: 1px solid #DCDCDC;
	box-sizing: border-box;
}
.d_y_block_c {
	width: 100%;
	display: -moz-inline-box;
	display: inline-block;
}
.d_y_time {
	float: left;
	font-size: 18px;
}
.d_y_info_button {
	float: right;
	margin-top: 2px;
}
button {
	font-size: 12px;
	color: #FFFFFF;
	width: 60px;
	height: 20px;
	border-radius: 4px;
	border-style: none;
	background-color: #0099EA;
}
.d_y_set_block_top {
	border-bottom: 1px solid #DCDCDC;
}
.d_y_set_block_bottom {
	border-bottom: 0px solid #DCDCDC;
}
table {
	border-spacing: 0;
}
.area_name {
	width: 74px;
	height: 70px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}
.weather_icon {
	width: 56px;
	text-align: center;
	padding-left: 6px;
}
.temperature_set {
	width: 132px;
	padding-left: 12px;
}
.temperature_data {
	font-size: 20px;
}
.high_temp {
	color: #E50012;
}
.low_temp {
	color: #0099EA;
}
.rainy_percent {
	font-size: 12px;
	margin-top: -5px;
}
