@charset "utf-8";

/******************************************************************
 既存スタイルの上書き
******************************************************************/

#docs #docs-c #contents #cse-search-form table {
    border: none;
    padding: 0;
	margin: 0;
}
#docs #docs-c #contents #cse-search-form td {
    border: none;
    padding: 0;
	margin: 0;	
}
#header #right #gmenu-s {
    padding: 0;
	margin: 0;	
	width: 400px;
	
	position: absolute;
	left:345px;
	top: 48px;
}



/******************************************************************
 多言語ボタン
******************************************************************/

#gmenu-u {
	position: absolute;
	left:450px;
	top: 27px;
}

/******************************************************************
 検索フォーム
******************************************************************/

form.gsc-search-box {
	position: absolute;
	left:545px;
	top: 22px;
	
	width: 197px;
}
table.gsc-search-box {
	border: none;
	margin: 0;
	width: 197px;
}

/******************************************************************
 検索窓
******************************************************************/

input.gsc-input {
    background: none repeat scroll 0% 0% #FDFCC2 !important;
    border-color: #6E6E6E #D3D3D3 #D3D3D3 #6E6E6E;
    border-style: solid;
    border-width: 1px;
    color: #232323;
    width: 150px;
    padding: 1px 0;
}
table.gsc-search-box td.gsc-input {
    padding-right: 0;
}

/******************************************************************
 検索ボタン
******************************************************************/

.cse input.gsc-search-button,
input.gsc-search-button {
	background: transparent url(/en/img/header/button_earch.gif) no-repeat left top;
	border: none;
	text-indent: -9999px;
	height: 20px;
	width: 49px;
	padding: 0;
	cursor: pointer;
	display: block;
	
	font-size: 0px;
	text-align:left;
	color: #fff;
	padding-left: 1px;
}

/******************************************************************
 ×画像
******************************************************************/

td.gsc-clear-button {
	display: none;
}

/******************************************************************
 検索結果
******************************************************************/

.gsc-results .gsc-cursor-box {
	background-color: #F8F8F8;
	clear: both;
	padding: 20px;
	margin: 10px 0 0;
	text-align: center;
}
/* ページング */
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    background-color: #FFFFFF;
    border: 1px solid #D0D0D0;
    color: #006699;
    margin: 0.3em 0.1em;
    padding: 0.3em 0.5em;
    text-decoration: none;
}
/* 選択ページ */
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background-color: #23429A;
    border-color: #0066CC;
    color: #FFFFFF;
}
/* PDFアイコン */
span.gs-fileFormat {
    background-image: url(/img/common/pdficon_small2.gif);
    background-position: right -1px;
    background-repeat: no-repeat;
    padding-bottom: 1px;
    padding-right: 14px;
    margin-right: 5px;
}
/* URLと画像の表示 */
.gs-webResult div.gs-visibleUrl,
.gs-imageResult div.gs-visibleUrl {
color: #008000;
}
.gs-webResult div.gs-visibleUrl-short {
color: #008000;
}
.gs-webResult div.gs-visibleUrl-short {
display: none;
}
.gs-webResult div.gs-visibleUrl-long {
display: block;
}
.gs-promotion div.gs-visibleUrl-short {
display: none;
}
.gs-promotion div.gs-visibleUrl-long {
display: block;
}
/* タイトル */
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
    font-size: 14px;
}
/* 検索結果 */
.gsc-result-info {
	margin-top: 10px;
}