@charset "utf-8";
.highlightLayer {
	z-index: 10;
}

.highlightText {
	background-color: rgba(255,255,0,0.4);
}

/* カタログビュー全文キーワード検索を非表示 */
#SearchFormKeyword>li {
    display: none;
}
#SearchArea #SearchTextKeyword {
    margin-bottom: auto;
}