/* ===================================================================
 *	Apprentice [Bing Search - Simply & Clean]　　Ver. 1.0.0
 *
 *	Version :　Ver. 1.0.0　　2012/02/10　　New Release
 * ===================================================================
 *  ※ == Config ==
 *  Hover Preview
 *  常にキャッシュへのリンクが不要ならコメントアウトを外して下さい。
 * -------------------------------------------------------------------
 *  Microsoft Advertising / Display of Advertising (Opt-out)
 *      http://choice.live.com/Default.aspx
 *      変更はページ中程にある「受け取らない」からいけます。
 *  他にもOpt-out関係のリンクが張ってあるので一度訪れてみる事をお勧めします。
 *
 *  検索対象国を英語の英国/米国どちらかに変更すると検索履歴が使用可能です。
 *  (※ 上部ログインの横の日本と表記されてるリンクから変更可能)
 *  対象国を他国にしても日本語表記に変更可能で機能が多少増えます。
 * ================================================================ */

/* ==================== Cascading Style Sheets ==================== */
@charset       "UTF-8";
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.bing.com/search") {

/* Hidden Hover Preview
 *  ※ == Config ==
 *--------------- *//*
 #wg0 .sa_cpt {
    	display:none !important;
	}*/

/* Hidden Add
 *--------------- */
#results_container .sb_adsW,
#results_container .sb_adsW2,
#results_container .sb_adsWv2, /* en */
#results_container .sb_adsW2v2, /* en */
#sidebar {
    	display:none !important;
	}

/* Hidden Parts
 * 関連キーワードはサイドバーにもあるので下部にあるのは非表示に
 *--------------- */
#sa_bop,
#wg0 .sb_ans, /* en */
#results_removed {
    	display:none !important;
	}

/* Adjust layout
 *--------------- */
#results {
    min-width: 800px !important;
    }
#wg0.sb_results,
#wg0 .sa_wr {
    width: auto !important;
    }
#wg0 .sa_cc {
    max-width: 800px !important;
    width: 800px !important;
    }

}

/* ============================ Finish ============================ */
