.gs-result .gs-title,
.gs-result .gs-title * {
  color: #003998 !important;
  /*padding-bottom:10px; !important;*/
  height:5px;
}

.gsc-webResult {
	padding-bottom: 10px;
}

 .gsc-results .gsc-trailing-more-results {	/* その他の結果 */
	display: none !important;
}

.gsc-results .gsc-trailing-more-results,
.gsc-results .gsc-trailing-more-results * {
  color: #0000cc;
  text-decoration: underline;
}

.gsc-imageResult .gsc-cursor-box {
  clear : both;
}

.gsc-results .gsc-cursor-box .gsc-trailing-more-results {
  margin-bottom : 0px;
  display : inline;
}

.gsc-results .gsc-cursor {
  display : inline;
}

.gsc-results .gsc-cursor-box {
  margin-bottom : 10px;
  font-size: 85%;
  line-height: 1.6;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	display : inline;
	margin-right: 3px;
	padding: 3px 4px;
	cursor : pointer;
	border: solid 1px #b1b1b1;
	color: #14539c;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
	border: solid 1px #46afe0;
	background: #e5e5e5;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	font-weight: bold;
	border: solid 1px #46afe0;
	background: #bdd9e6;
	text-decoration: none;
	color: #333333;
}
