/*------shop list------*/

ul#result{
	border-top:#dadada 1px solid;
}
li.item_li{
	color:#000;
	background:#fff;
	border-bottom:#dadada 1px solid;
}
ul#result li span.arrow{
	background-image:url(../images/shop_arrow.png);
	display:block;
	position:absolute;
	top:0px;
	left:10px;
	width:15px;
	height:100%;
	top:0;
	background-size:15px 15px;
	background-repeat: no-repeat;
	background-position:center;
}

ul#result p.shop_name{
	font-size:13px;
	font-weight: bold;
	width:auto;
	margin-left:23px;
}
ul#result p.shop_add{
	font-size:10px;
	width:auto;
	margin-left:23px;
	line-height:1.2em;
}
form > div{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
}
form p{
	float:left;
	font-size:13px;
	font-weight: bold;
	line-height:38px;
	vertical-align: middle;
}

form select{
	float:left;
	height:38px;
	font-size:14px;

}

div#btn_gps{
	position:relative;
	margin-bottom:15px;
	height:40px;
	width:auto;
	margin:0 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #F24FA0;
	margin-bottom:10px;
	background-image:url(../images/btn_gps.png);
	background-size:223px 15px;
	background-position: center;
	background-repeat: no-repeat;
	text-indent:-999px;
	overflow:hidden;
	display:block;
}


div#error_message{
	text-align: center;
	font-size:12px;
	margin-bottom:10px;
}
div#result_txt{
	margin-bottom:0;
}
p#kensu{
	margin-top:10px;
}

div#msg{
	text-align:right;
	font-size:9px;
	line-height:1em;
	margin-right:10px;
	margin-bottom:10px;
}

div#msg_gps{
	text-align:center;
	font-size:9px;
	line-height:1.2em;
	margin-top:0px;
	margin-bottom:10px;
}
p#hit{
	width:auto;
	text-align:left;
	margin-left:10px;
	margin-bottom:5px;
}
p#hit span{
	color:#000;
	font-weight: bold;
}

section#search_result{
	margin-top:0;
	border-top-left-radius:0;
	-webkit-border-top-left-radius:0;
	-moz-border-top-left-radius:0;

	border-top-right-radius:0;
	-webkit-border-top-right-radius:0;
	-moz-border-top-right-radius:0;
}
section#m_shohin{
	border-bottom-left-radius:0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-bottom-left-radius:0;

	border-bottom-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	-moz-border-bottom-right-radius:0;

	margin-bottom:1px;
}

section#m_shohin,section#m_tenpo {
	padding:10px;
}

section#m_tenpo #m_tenpo_wrap{


	display:inline;
}
section#m_tenpo .name{
	font-size:14px;
	line-height:1.2em;
	margin-bottom:5px;
	font-weight: bold;
}
section#m_tenpo .address{
	font-size:10px;
	line-height:1.2em;
}
section#m_shohin div.thumb{

	width:auto;
	margin-bottom:5px;
}
section#m_shohin div.thumb img{
	float:left;
	margin-right:5px;
}
section#m_shohin div.thumb p.name{
	float:left;
	width:230px;
	font-size:12px;
	line-height:1.4em;
	font-weight: bold;

}
section#m_shohin div.price_release{
	line-height:1em;
}
section#m_shohin div.price_release p{
	float:left;
	font-size:10px;
}
section#m_shohin div.price_release p span{
	color:#f24fa0;
}
section#m_shohin  p.copyright{
	clear:both;
	float:none;
	font-size:9px;
	line-height:1.2em;
}
section#m_shohin  p.price{

}
section#m_shohin  p.release{

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
	div#btn_gps {
	background-image:url(../images/btn_gps@1.5x.png);
	}
	ul#result li span.arrow{
		background-image:url(../images/shop_arrow@1.5x.png);
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2) ,only screen and (-webkit-min-device-pixel-ratio: 3),only screen and (min-device-pixel-ratio: 3) {
	div#btn_gps {
	background-image:url(../images/btn_gps@2x.png);
	}
	ul#result li span.arrow{
		background-image:url(../images/shop_arrow@2x.png);
	}
}
