@charset "utf-8";
/* css document */

img{border:0;}
.box_contentr{
	border:1px solid #c2d0e7;
	clear:both;
	width:298px;
	height:auto;
         float:left;
         display:inline;
}
.abt_weather {
	width:278px;
	float:left;
	height:auto;
	padding:10px;
	clear:both;
         display:inline;
}
.abt_weather p {
	float:left;
	width:100px;
}
.abt_weather dl {
	float:right;
	line-height:1.6;
	width:170px;
}
.abt_weather h3 {
	clear:both;
	height:auto;
	float:left;
	width:280px;
         margin-top:3px;
         display:inline;
}
.abt_weather h3 a {
	display:inline;
	float:left;
	padding:2px 4px;
}
.weatherservices {
	float:left;
	width:298px;
	height:320px;
	border:solid 1px #c2d0e7;
	margin-bottom:10px;
}
.weatherservices h1 {
	height:25px;
	line-height:25px;
	background:#ebeff8;
	color:#000;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 12px;
}
.weatherservices .serviceslist {
	margin:0 auto;
	width:281px;
	padding-top:20px;
}
.weatherservices .serviceslist dl {
	display:block;
	border-bottom:1px #ccc solid;
	height:50px;
	margin-bottom:20px;
}
.weatherservices .serviceslist dl dt {
	float:left;
	display:block;
	width:47px;
}
.weatherservices .serviceslist dl dd {
	float:right;
	display:block;
	width:220px;
	height:50px;
	line-height:22px;
	padding-left:10px;
}
.weatherservices .serviceslist dl.bordernone {
	border-bottom:none;
}
