@charset 'UTF-8';
/* ---------------------------------------------------------
■ normal
--------------------------------------------------------- */
.gsc-control-cse.gsc-control-cse-ja {
	padding: 1em 0.5 2em 1em;
}

.gsc-search-box {
	padding: 0 !important;
}

.gsc-search-box th, .gsc-search-box td {
	padding: 0;
	border: none;
}

.gsc-input input.gsc-input {
	margin-right: 10px;
	padding: 6px;
}

@media only print, screen and (min-width: 700px) {
	#searchBlockResults table.gsc-search-box {
		width: 700px;
		margin: 0 auto;
	}
}

#searchBlockResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
	padding: 7px 10px;
	border: solid 1px #004ea2;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: none;
}

#searchBlockResults .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background: #004ea2;
	color: #fff;
}

#searchBlockResults table, #searchBlockResults th, #searchBlockResults td {
	border: none;
}

#searchBlockResults table, #searchBlockResults .gsc-webResult.gsc-result {
	margin: 0;
}

#searchBlockResults .gsc-cursor-box {
	margin: 1em 0 1em;
}
