@charset "utf-8";
@import url("../../style/global.css");
@import url("../../style/common_search.css");

h1{
	width:100%;
	height:50px;
	font-weight:bold;
	font-size: 25px;
	text-align:center;
	margin:0;
	line-height:50px;
	background-color:#f2f2f2;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.66);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.66);
	box-shadow: 0 1px 2px rgba(0,0,0,0.66);
}

/*検索結果リスト*/
#result-area{
	width:100%;
	margin:0;
	/*border-top: 2px solid #909090;*/
}

.shop-link{
	width:100%;
	display:inline-block
}

a.shop-link{
	color:#000;
	text-decoration:none;
}

.shop-area{
	width:100%;
	margin:0;
	padding-bottom:5px;
	border-bottom: 2px solid #909090;
	display:inline-block
}

.tokuwari-title{
	width:100%;
	height:50px;
	margin-bottom:10px;
	font-weight:bold;
	font-size: 17px;
	line-height:50px;
	text-indent:50px;
	text-shadow: 1px 1px 1px #dedddd;
	border-bottom: 1px solid #eccb5a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff7f01), color-stop(0.00, #ffaf60));
	background: -webkit-linear-gradient(top, #ffaf60 0%, #ff7f01 100%);
	background: -moz-linear-gradient(top, #ffaf60 0%, #ff7f01 100%);
	background: -o-linear-gradient(top, #ffaf60 0%, #ff7f01 100%);
	background: -ms-linear-gradient(top, #ffaf60 0%, #ff7f01 100%);
	background: linear-gradient(top, #ffaf60 0%, #ff7f01 100%);
	
}

.tokuwari-title div{
	width:100%
	height:50px;
	background: url(../../discount/images/tokuwari_icon.png) no-repeat 5px 7px;
}

.shop-contener{
	width:95%;
	margin:5px auto;
}

.shop-image{
	width:30%;
	margin:0;
	padding:0;
	background-color:#ffffff;
	float:left;
}

.shop-area img{
	width:100%;
	margin:0;
	float:clear;
}

.shop-info{
	width:65%;
	font-size:12px;
	font-weight:bold;
	margin:0;
	background: url(../../images/link_icon.png) no-repeat 100% 50%;
	background-size:23px 21px;
	float:right;
}

.shop-info div{
	width:100%;
	height:100%;
	line-height:1em;
	margin-bottom:4px;
}

.shop-name{
	color:#ff3399;
	font-size:15px;
	font-weight:bold;
}
