div#result_txt{
text-align:center;
margin:10px auto;
display:inline-block;
}
div#result_txt a,div#result_txt p{
	float:left;
	font-size:13px;
	font-weight: bold;
	line-height:14px;
	vertical-align: middle;
}
div#result_txt a{
	color:#f24fa0;
}
div#result_txt p{
	color:#dadada;
}
div#result_txt span#split{
	width:2px;
	height:14px;
	float:left;
	margin:0 10px;
	background-color:#f24fa0;
}
#sort_select{
	width:290px;
	height:40px;
	/*line-height:40px;*/
	vertical-align: middle;
	font-size:14px;
	margin-left:10px;
	margin-bottom:10px;
	display:none;
}
p#narabikae{
	font-size:13px;
	line-height:1em;
	font-weight: bold;
	margin-left:10px;
}
p#narabikae span{
	color:#f24fa0;
}
section#search_result{
	margin-top:5px;
	padding-top:10px;
	padding-bottom:10px;
}
li.item_li{
	display:block;
	position:relative;
	padding:10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff),color-stop(0.00, #efefef));
	background: -webkit-linear-gradient(bottom, #efefef 0%,#fff 100%);
	background: -moz-linear-gradient(bottom, #efefef 0%,#fff 100%);
	background: -o-linear-gradient(bottom, #efefef 0%,#fff 100%);
	background: -ms-linear-gradient(bottom, #efefef 0%, #fff 100%);
	background: linear-gradient(to top, #efefef 0%,#fff 100%);
	border-bottom:1px solid #999999;
}

ul#result{
	border-top:1px solid #999999;
}
ul#result a{
	color:#000;
	display:block;
}

ul#result li p.name{
	font-size:13px;
	font-weight: bold;
	float:left;
	line-height:1.3em;
	margin-left:8px;
	margin-top:3px;
}

ul#result li  div.thumb{
	float:left;
}


p.copyright{
	clear:both;
	float:none;
	font-size:9px;
	line-height:1.2em;
	padding-top:3px;
}
p.release{
	margin-left:10px;
}

p#kensu{
	font-size:12px;
	text-align: center;
	width:100%;
}

#headerimage{
	position:relative;
	display:block;
	margin-left:5px;
}
ul#result li span.arrow{
	background-image:url(../../images/arrow.png);
	display:block;
	position:absolute;
	top:0px;
	right:10px;
	width:10px;
	height:100%;
	top:0;
	background-size:10px 17px;
	background-repeat: no-repeat;
	background-position:center;
}
div#img_copy{
	padding:0;
	margin:0 5px;
	margin-top:0;
	background-color:#fff;


}
div#img_copy p{
	/*color:#fff;*/
	font-size:6px;
	line-height:1.2em;
	text-align: right;
	padding-right:2px;
	padding-bottom:2px;


}



@media only screen and (orientation : landscape) { /*横向きの際に適用*/
	ul#result li div.price_release{
	float:left;
	font-size:12px;
	text-align: left;
	position:absolute;
	right:30px;
	line-height:1.3em;
	margin-top:3px;

	}
	ul#result li div.price_release p{
	clear:both;
	float:none;
	font-size:12px;
	}
	p.release{
		margin-left:0;
	}
}
@media only screen and (orientation : portrait) { /*縦向きの際に適用*/
	ul#result li div.price_release{
	padding-top:3px;
	clear:both;
	float:none;
	font-size:12px;

	}
	ul#result li div.price_release p{
	float:left;
	font-size:12px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
	ul#result li span.arrow{
		background-image:url(../../images/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) {
	ul#result li span.arrow{
		background-image:url(../../images/arrow@2x.png);
	}
}