@charset "utf-8";

#SearchTab span{
	font-size: 0;
}
#SearchTab span:before{
	font-size: 12px;
	content: "キーワード検索";
}

@media screen and (max-device-width: 767px), screen and (max-device-height: 767px) {
	.cmnBtn.addAll,  #FavoriteList .inner li.pic p {
		display: none !important;
	}
	#SearchTab span:before{
		font-size: 10px;
		content: "キーワード\A検索";
		white-space: pre;
	}
	#BtnList .SpOriginalBtn {
		font-size: 13px;
	}
}