@charset "shift_jis";


#forecast-area {
	clear: both;
	width: 770px;
	margin: 30px 0 20px;
}
#forecast-area table {
	width: 770px;
	border-top: 3px solid #2ba2d9;
	border-right: 3px solid #2ba2d9;
	border-collapse: inherit !important;
}
#forecast-area table td {
	border-bottom: 3px solid #2ba2d9;
	border-left: 3px solid #2ba2d9;
}
#forecast-area table td p {
	margin-top: 0;
}

/* electric-power */
#forecast-area table td.electric-power #fc_left {
	float: none !important;
	height: auto !important;
	width: auto !important;
	border: none !important;
	font-size: 100% !important;
	font-weight: bold !important;
	padding: 7px 10px !important;
	line-height: 1.1em !important;
}


#forecast-area table td.electric-power #fc_left dl {
	margin: 0 !important;
}
#forecast-area table td.electric-power #fc_left dt {
	float: left !important;
	width: auto !important;
	margin: 5px 15px 0 0 !important;
	padding: 0 !important;
}
#forecast-area table td.electric-power #fc_left dd {
	float: left !important;
	width: auto !important;
	margin: 5px 30px 0 0 !important;
	padding: 1px 0 !important;
	color: #2ba2d9;
}
#forecast-area table td.electric-power #fc_left span {
	float: none !important;
	margin: 0 0 0 0 !important;
}
#forecast-area table td.electric-power #fc_left span.kb_time {
	color: #333333;
}
#forecast-area table td.electric-power #fc_left .kb_link {
	clear: both;
	display: block;
	margin: 0;
	text-align: right;
	font-size: 100% !important;
}
#forecast-area table td.electric-power #fc_left .kb_link_day {
	clear: both;
    float: none !important;
    margin: 0 !important;
}
#forecast-area table td.electric-power #fc_left .kb_link_r {
	float: none;
	margin: 5px 0 0 0;
	font-size: 100% !important;
	text-align: right;
}



/* power */
#forecast-area table td.power {
/*	padding: 11px 21px;*/
	font-weight: bold;
}
#forecast-area table td.power #fc_right {
	float: none !important;
	width: auto !important;
	margin-left: 0 !important;
	line-height: 1.3em !important;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3" !important;
}
#forecast-area table td.power #fc_right span {
	font-weight: bold;
	color: #06C;
}
#forecast-area table td.power #fc_com0j,
#forecast-area table td.power #fc_com1j,
#forecast-area table td.power #fc_com2j,
#forecast-area table td.power #fc_com3j {
	font-size: 100% !important;
	padding: 7px 10px !important;
	height: auto !important;
	border: none !important;
	line-height: 1.3em !important;
}
#forecast-area table td.power #fc_com4j {
	font-size: 100% !important;
	padding: 7px 10px !important;
	height: auto !important;
	line-height: 1.3em !important;
}
#forecast-area table td.power #fc_com4j span {
	color: #F00 !important;
}



/* logo */
#forecast-area table td.logo {
	text-align: center;
	vertical-align: middle;
}






/*	clearfix for this files selectior
------------------------------------------ */
#forecast-area table td.electric-power #fc_left dl:after,
#forecast-area table td.electric-power .kb_link:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#forecast-area table td.electric-power #fc_left dl,
#forecast-area table td.electric-power .kb_link {
	display:block;	/* for safari firefox3 */
	min-height:1%;  /* for IE 7*/
}

/* IE7 hacks */ 
*:first-child+html #forecast-area table td.electric-power #fc_left dl,
*:first-child+html #forecast-area table td.electric-power .kb_link {
	display:inline-table;
}/* end hacks */