@charset "utf-8";
/*---searchページ---*/
#serchi{
	color:#666666;
}
.serchi_box{
	float:left;
	width:580px;
	height:78px;
	background-image:url(../images/result_back.png);
	background-repeat:no-repeat;
}
.serchi_box .l{
	float:left;
	width:400px;
	height:58px;
	padding-top:20px;
	padding-left:15px;
	line-height: 20px;
}
.serchi_box .r{
	float:right;
	width:160px;
	height:48px;
	margin-top:30px;
	text-align:center;
}
.l .tit{
	color:#6E738E;
	font-size: 16px;
	font-weight: bold;
}
.l .det{
	font-size:12px;
}
.det strong{
	color:#66CCFF;
}
.serchi_arrow{
	float:left;
	width:480px;
	height:auto;
}

/*---resultページ---*/
.result_title{
	float:left;
	width:580px;
	height:auto;
	color:#6E738E;
	font-size: 16px;
	font-weight: bold;
}
.result_comment{
	float:left;
	width:580px;
	height:auto;
	padding-top:5px;
	font-size: 10px;
}
.result_areabox{
	float:left;
	width:580px;
	height:auto;
	color:#3399CC;
	padding-top:10px;
	padding-bottom:15px;
	font-size: 10px;
	line-height: 15px;
	clear:both;
}
.result_areaname{
	float:left;
	width:565px;
	height:20px;
	background-image:url(../images/index-h4-back.png);
	background-repeat:no-repeat;
	margin-top:10px;
	padding-top:10px;
	padding-left:15px;
	font-weight:bold;
}
.result_icons{
	float:left;
	width:575px;
	height:auto;
	padding-top:10px;
	padding-left:5px;
	font-size:10px;
}
.result_icons img{
	padding-left:7px;
	padding-right:3px;
}
.shop_box{
	float:left;
	width:580px;
	height:auto;
	margin-top:15px;
	padding-top:10px;
	border-top-color:#CCCCCC;
	border-top-width:1px;
	border-top-style:dotted;
}
.shop_box .l{
	float:left;
	width:500px;
	height:auto;
	line-height: 20px;
}
.shop_box .r{
	float:right;
	width:70px;
	height:auto;
}
.shop_box .r img{
	padding-top:20px;
}
.l .stit{
	color:#3399CC;
	font-size: 14px;
	font-weight: bold;
}
.l .sdet{
	font-size:10px;
}
.icons{
	padding-top:5px;
}
.icons img{
	padding-left:5px;
	padding-right:5px;
}

