@charset "utf-8";
/*------------------	検索結果	----------------*/
div#result{
	clear:both;
}
div#result h3{
	background:url(./../img/mono_ber.gif) no-repeat 0 0;
	width:590px;
	height:23px;
	padding-top:11px;
	text-indent:10px;
}
div.page{
	text-align:center;
	padding:10px 10px 0 10px;
}
div#result ol li{
	clear:both;
	width:542px;
	padding:8px 10px 8px 10px;
	background-color:white;
	position:relative;
}
div#result ol li.g{
	background-color:#f2f2f2;
}

div#result ol li h5 {
	margin-bottom:3px;
	background:url(./../../img/title_icon.gif) no-repeat 0 1px;
	padding-left:12px;
	width:65%;
}
*html div#result ol li h5 {
	background:url(./../../img/title_icon.gif) no-repeat 0 3px;

}
div#result ol li h5 a{
	font-size:14px;
	font-weight:bold;
}
div#result ol li p{
	width:100px;
	float:left;
	margin-right:10px;
	padding-top:2px;
	height:14px;
	font-size:12px;
	overflow:hidden;
	line-height:1.2em;
}
div#result ol li p.nm{
	padding-left:25px;
	background:url(./../img/nm_icon_w.gif) no-repeat 12px 0;
}
div#result ol li.g p.nm{
	background:url(./../img/nm_icon_g.gif) no-repeat 12px 0;
}
div#result ol li p.cate{
	padding-left:17px;
	background:url(./../img/cat_icon_w.gif) no-repeat 0 0;
}
div#result ol li.g p.cate{
	background:url(./../img/cat_icon_g.gif) no-repeat 0 0;
}
div#result ol li p.shops{
	padding-left:15px;
	background:url(./../img/shop_icon_w.gif) no-repeat 0 0;
}
div#result ol li.g p.shops{
	background:url(./../img/shop_icon_g.gif) no-repeat 0 0;
}
div#result ol li p.areas{
	padding-left:20px;
	background:url(./../img/area_icon_w.gif) no-repeat 0 0;
}
div#result ol li.g p.areas{
	background:url(./../img/area_icon_g.gif) no-repeat 0 0;
}

*html div#result ol li p.nm{
	padding-left:25px;
	background:url(./../img/nm_icon_w.gif) no-repeat 12px 2px;
}
*html div#result ol li.g p.nm{
	background:url(./../img/nm_icon_g.gif) no-repeat 12px 2px;
}
*html div#result ol li p.cate{
	padding-left:17px;
	background:url(./../img/cat_icon_w.gif) no-repeat 0 2px;
}
*html div#result ol li.g p.cate{
	background:url(./../img/cat_icon_g.gif) no-repeat 0 2px;
}
*html div#result ol li p.shops{
	padding-left:15px;
	background:url(./../img/shop_icon_w.gif) no-repeat 0 2px;
}
*html div#result ol li.g p.shops{
	background:url(./../img/shop_icon_g.gif) no-repeat 0 2px;
}
*html div#result ol li p.areas{
	padding-left:20px;
	background:url(./../img/area_icon_w.gif) no-repeat 0 2px;
}
*html div#result ol li.g p.areas{
	background:url(./../img/area_icon_g.gif) no-repeat 0 2px;
}
/*--------------------------	新着追加分	----------------------------*/
div#result ol li a{
	padding-left:15px;
	display:block;
}
div#result ol li h5 a{
	padding-left:0px;
}
div#result ol li p.rewrite{
	position:absolute;
	right:0;
	top:6px;
	text-align:right;
	font-size:10px;
	width:150px;
}
div#list_btn a{
	display:block;
	padding:3px;
	width:80px;
	border:1px solid #B2B2B2;
	float:left;
	margin-bottom:5px;
	text-align:center;
	background-color:#F2F2F2;
}
div#list_btn a#mid{
	margin:0 5px 0 5px;
}
