@charset "utf-8";
/* 検索を囲むBox　*/
.box_search_results { width: 100%; overflow: hidden;}

/* 以下 Googleコードにスタイル適用のためやむを得ず !importantを使用する */
/* 検索結果 */
div.gsc-result { overflow: hidden;}
.gsc-control-cse .gsc-result {
	box-shadow: none !important;
	padding: 10px 0 0 0 !important;
	margin-bottom: 0 !important;
}
.gsc-expansionArea .gsc-result { border-top: 1px solid #ddd !important;}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
	font-size: 117% !important;
	line-height: 1.5em !important;
	height: auto !important;
}
.gsc-table-result div.gs-snippet,
.gsc-table-result div.gs-snippet *,
.gsc-table-result div.gs-visibleUrl { font-size: 100% !important; height: auto !important;}
.gcsc-branding .gcsc-branding-text { font-size: 100% !important;}
.gsc-results .gsc-expansionArea .gsc-cursor { font-size: 100% !important;}

/* ページング */
.gsc-results .gsc-cursor-box .gsc-cursor-current-page { color: #a90a08 !important;}