@charset "UTF-8";
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','Osaka','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
  margin: 0px;
}
.d_y_block {
	width: 100%;
	padding: 9px;
	padding-bottom: 0;
	border: 1px solid #DCDCDC;
	box-sizing: border-box;
	color: #3C3C3C;
  min-width: 300px;
}
.d_y_block_c {
	width: 100%;
	display: -moz-inline-box;
	display: inline-block;
}
.d_y_time {
	float: left;
	font-size: 18px;
	padding-top: 4px;
}
.d_y_info_button {
	float: right;
	margin-top: 2px;
}
button {
	font-size: 14px;
	color: #FFFFFF;
	width: 80px;
	height: 30px;
	border-radius: 4px;
	border-style: none;
	background-color: #0099EA;
}
.d_y_announcement_time {
	float: left;
	font-size: 12px;
	padding-top: 2px;
}
.d_y_set_block_top {
	border-bottom: 1px solid #DCDCDC;
}
.d_y_set_block_bottom {
	border-bottom: 0px solid #DCDCDC;
}
table {
	width: 100%;
	border-spacing: 0;
}
.area_name {
	min-width: 80px;
	height: 70px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}
.weather_icon {
	min-width: 60px;
	text-align: center;
	padding-left: 6px;
}
.temperature_set {
	min-width: 140px;
	padding-left: 12px;
	text-align: center;
}
.temperature_data {
	font-size: 20px;
}
.high_temp {
	color: #E50012;
}
.low_temp {
	color: #0099EA;
}
.rainy_percent {
	font-size: 12px;
	margin-top: -5px;
}