@charset "utf-8";
.search_rslt {}

/*共通設定*/

.shopname {
	color: #FF3985;
	font-size: 16px;
	margin-bottom: 2px;
	font-weight: bold;
	line-height: 120%;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

/*検索結果 設定*/

#resultbox {
	border: 3px solid #DDDDDD;
}

#resultbox .ttl {
	padding: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: url(/public/common/img/bg_pk.jpg) repeat;
}

#resultbox .rslts {
	padding: 10px;
	background: #eee;
	margin: 10px;
}

#resultbox .rslts span {
	color: #ff3985;
	font-size: 20px;
	font-weight: bold;
}

#resultbox dl {
	width: 680px;
	overflow: hidden;
	margin: 10px 10px 15px 10px;
}

#resultbox dt {
	float: left;
	clear: left;
	width: 80px;
	padding: 4px;
	line-height: 125%;
}

#resultbox dd {
	float: left;
	width: 580px;
	padding: 4px;
	line-height: 125%;
}

#resultbox dd span:after {
	content: " | ";
}

#resultbox dd span:last-child:after {
	content: "";
}

/*PR店舗*/

#prshop {
	overflow: hidden;
	margin: 5px 0px 20px 0px;
}

#prshop .shopmsg {
	line-height: 120%;
	font-size: 11px;
	margin: 5px 0px;
	height: 60px;
	/*overflow:auto;*/
}

#prshop li {
	border: 1px solid #FF97C0;
	overflow: hidden;
	display: block;
	padding: 5px 5px;
	width: 228px;
	float: left;
	margin: 1px;
}

#prshop li a {
	text-decoration: none;
	color: #000;
}

#prshop li:hover {
	background: #eee;
	cursor: pointer;
}

#prshop .shopname {
	font-size: 12px;
}

#prshop .shopimg {
	width: 80px;
	height: 80px;
	float: left;
	overflow: hidden;
	margin: 0px 5px 0px 0px;
}

#prshop .shopimg img {
	width: auto;
	height: 80px;
}

/*ページネーション設定*/

#pagenation {
	overflow: hidden;
	margin: 40px 0px 30px 0px;
}

.leftdiv {
	display: table-cell;
	float: left;
}

.rightdiv {
	display: table-cell;
	float: right;
}

.leftdiv span {
	color: #ff3985;
	font-weight: bold;
	font-size: 16px;
}

.rightdiv span:after {
	content: " | ";
}

.rightdiv a {
	color: #000;
	text-decoration: underline;
}

.rightdiv a:hover {
	color: #ff3985;
}

/*リスト設定*/

#shoplists li {
	border: 3px solid #DDDDDD;
	box-shadow: 0 -7px #FF3985;
	width: 724px;
	margin-bottom: 20px;
	padding: 5px 0px;
	overflow: hidden;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

#shoplists h3 {
	position: relative;
	padding: 15px 10px;
	font-size: 18px;
	border-bottom: 1px solid #FF7AB0;
	margin-bottom: 10px;
}

#shoplists h3 span {
	position: absolute;
	top: 5px;
	right: 10px;
}

#shoplists h3 span img {
	float: left;
	margin: 3px;
}

.shopimg {
	float: left;
	width: 300px;
	margin-left: 13px;
	margin-bottom: 10px;
}

#shoplists dl {
	width: 400px;
	overflow: hidden;
	margin-right: 5px;
	float: right;
}

#shoplists dt {
	float: left;
	clear: left;
	width: 60px;
	padding: 8px 2px;
	text-align: center;
	font-weight: bold;
	margin-top: -1px;
	border-bottom: 1px dotted #ccc;
	font-size: 10px;
}

#shoplists dd {
	float: left;
	width: 320px;
	padding: 8px 2px;
	font-size: 12px;
	line-height: 125%;
	margin-top: -1px;
	border-bottom: 1px dotted #ccc;
}

#shoplists dt p {
	background: #dedede;
	padding: 3px 0px 2px 0px;
}

#shoplists dd p {
	width: 320px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

#shoplists h4, #shoplists_f h4 {
	width: 89%;
	margin: 5px auto 3px 16px;
	/*margin:0px auto 5px auto;*/
	padding: 0;
	/*padding:0px 0px 0px 55px;*/
	line-height: 140%;
	/*background:url("/public/service/img/icon_check.jpg") no-repeat;*/
	/*
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
*/
}

#shoplists .ichioshi {
	margin-bottom: 10px;
}

#shoplists .ichioshi span {
	padding: 2px 6px;
	font-size: 12px;
	color: #fff;
	background: #ff3986;
	margin: 10px 12px;
	line-height: 2.5;
}

#shoplists .merits {
	width: 690px;
	margin: 0px auto 10px auto;
	background: #EEEEEE;
	padding: 5px;
}

#shoplists .merits span {
	border: 1px solid #FF66A4;
	background: #FFD9E8;
	border-radius: 5px;
	/* CSS3草案 */
	-webkit-border-radius: 5px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	/* Firefox用 */
	margin: 2px;
	padding: 5px 0px;
	display: inline-block;
	color: #FF3985;
	font-size: 12px;
	font-weight: bold;
	width: 108px;
	text-align: center;
}

.price_b {
	font-weight: bold;
}

/*無料掲載リスト 設定*/

#shoplists_f li {
	border: 3px solid #DDDDDD;
	box-shadow: 0 -7px #FF3985;
	width: 724px;
	margin-bottom: 20px;
	padding: 5px 0px;
	overflow: hidden;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

#shoplists_f h3 {
	position: relative;
	padding: 15px 10px;
	font-size: 18px;
	border-bottom: 1px solid #FF7AB0;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

#shoplists_f h3 span {
	font-size: 14px;
	font-weight: normal;
	margin-left: 10px;
}

#shoplists_f dl {
	width: 700px;
	overflow: hidden;
	margin: 0px auto 10px auto;
}

#shoplists_f dt {
	float: left;
	clear: left;
	width: 60px;
	padding: 8px 2px;
	text-align: center;
	font-weight: bold;
	margin-top: -1px;
	border-bottom: 1px dotted #ccc;
	font-size: 10px;
}

#shoplists_f dd {
	float: left;
	width: 630px;
	padding: 8px 2px;
	font-size: 12px;
	line-height: 125%;
	margin-top: -1px;
	border-bottom: 1px dotted #ccc;
}

#shoplists_f dt p {
	background: #dedede;
	padding: 3px 0px 2px 0px;
}

#shoplists_f dd p {
	width: 620px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
