/* ===================================================================
 *	Apprentice [Google Search - Simply & Clean]　　Ver. 2.1.1
 *
 *	Version :　Ver. 2.1.1　　2011/10/20　　修正と手直し
 * ===================================================================
 *　== config ==
 *　本CSSの85行目は、ノートPC等の低解析度の場合を想定した数値です。
 *　デスクトップ等で解析度1280×1024以上(HD+/WXGA++)の場合、広がり
 *　過ぎて反対に見難くなるのでコメントアウト推薦です。
 *　なおコメントアウトするとGoogle++(1.8)の右カラムONに対応。
 * ================================================================ */

/* ==================== Cascading Style Sheets ==================== */
@charset "UTF-8";
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("https://www.google.com/search"),
			url-prefix("http://www.google.com/search"),
			url-prefix("https://www.google.co.jp/search"),
			url-prefix("http://www.google.co.jp/search"),
			url-prefix("https://encrypted.google.com/"),
			url-prefix("https://images.google."),
			url-prefix("http://images.google.") {
/* Hidden Add
 * ------------------------ */
#rhs_block,
#tads.c,
#tadsb.c {
	display: none !important;
	}

/* Hidden 「+1」
 * ------------------------ */
#rso BUTTON.esw.eswd {
	display: none !important;
	}

/* Hidden Preview
 * ------------------------ */
#nyc,
#nycf,
#rso .vspib {
	display: none !important;
	}

/* Google Search - Hidden appbar
 * ------------------------ */
#ab_name,
#ab_ctls,
#appbar_b {
	display: none !important;
	}

#bsb {
	margin-top: 20px !important;
	}

#appbar {
	visibility: hidden !important;
	height: 0px !important;
	z-index: 100 !important;
	}

#resultStats {
	position: relative !important;
	visibility: visible !important;
	top: -20px !important;
	width: 25% !important;
	}

/* Adjust layout - Mainfield
 * ------------------------ */
#cnt > DIV:nth-child(4) {
	max-width: 100% !important;
	}

#rcnt {
	margin-top: 16px !important;
	padding-top: 0px !important;
	width: auto !important;
	}

#center_col {
	width: auto !important;
	margin: auto 3px !important; /* == config == */
	}

#tbbc {
	visibility: visible !important;
	width: auto !important;
	}

#tbbs,
#tbbcs {
	visibility: hidden !important;
	height: 0px !important;
	}

#rg {
	margin-top: 26px !important;
	padding-top: 0px !important;
	}

/* Adjust layout - foot
 * ------------------------ */
#foot {
	width: auto !important;
	}

}


/* Web Search - leftnav
 * ======================== */
@-moz-document url-prefix("https://www.google.com/search"),
			url-prefix("http://www.google.com/search"),
			url-prefix("https://www.google.co.jp/search"),
			url-prefix("http://www.google.co.jp/search"),
			url-prefix("https://encrypted.google.com/"),
			url-prefix("https://images.google."),
			url-prefix("http://images.google.") {
.s {
	max-width: 99% !important;
	}

#leftnav {
	position: fixed !important;
	top: 3% !important;
	margin-left: 1px !important;
	width: 1% !important;
	height: 70px !important;
	overflow: hidden !important;
	z-index: 99 !important;
	}

#leftnav * {
	opacity: 0 !important;
	}

#leftnav:hover {
	width: auto !important;
	height: auto !important;
	max-height: 95% !important;
	opacity: 0.80 !important;
	border: rgb(204, 204, 204) 1px solid !important;
	overflow: auto !important;
	}

#leftnav:hover * {
	opacity: 1.0 !important;
	}

#center_col {
	margin-left: 3px !important;
	border-left: none !important;
	}
}

/* ---------- Config ----------
 * 「More」All Time Visible
 * 「もっと見る」を常に表示
 * 「 Google のサイドバーをマウスオーバーで開閉する
 *　　- Griever - http://d.hatena.ne.jp/Griever/20100508/1273293669 」より */

/* Delete a Line/この行と

@-moz-document url-prefix("https://www.google.com/search"),
			url-prefix("http://www.google.com/search"),
			url-prefix("https://www.google.co.jp/search"),
			url-prefix("http://www.google.co.jp/search"),
			url-prefix("https://encrypted.google.com/"),
			url-prefix("https://images.google."),
			url-prefix("http://images.google.") {
.nojsb {
	display: block !important;
	}
}

 Delete a Line/この行を消す */

/* ============================ Finish ============================ */
