@charset "utf-8";
/* CSS Document */
.g-k-w-searchttl { position:relative; top:35px; right:280px; }


#g-k-w-search { float:right !important; padding:0 !important; margin:0 !important }


#g-k-w-search .gsc-control-cse { padding: 0; }

/* テキストボックスに文字入力したときに出る「×」マークの位置調整用の指定 */
#g-k-w-search .gsc-search-box { position: relative; top:0; right:0 }

#g-k-w-search .gsc-search-box tr,
#g-k-w-search .gsc-search-box td { display: block; }

#g-k-w-search .gsc-search-box .gsc-input-box { background-color: #F3F3F1; }

/* テキストボックスの親要素。width指定しつつfloatで左寄せ */
#g-k-w-search .gsc-search-box td.gsc-input,
#g-k-w-search .gsc-search-box td.gsc-input .gstl_50 {
	box-sizing: border-box; 
	width: 200px !important;
	padding: 0 !important;
	margin:0 5px 0 0 !important;
	height: 30px;
	vertical-align: top;
	float: left; 
}

#g-k-w-search .gsc-search-box .gsib_a {
	width: 200px !important;
	padding: 0 !important;
}
@media screen and (max-width:1024px) { 

}
/* テキストボックスのデザイン設定 */
#g-k-w-search .gsc-search-box input#gsc-i-id1 {
	box-sizing: border-box; border: #600 1px solid !important;
	height: 30px !important; margin-top:2px !important;
	padding: 10px !important;
}

#g-k-w-search .gsc-search-box td#gs_tti51 { margin-bottom: 5px; }

/* ボタンの親要素。width指定しつつfloatで左寄せ */
#g-k-w-search .gsc-search-box td.gsc-search-button {
	width: 49px !important;
	height: 30px; background-color:#8D0000; background-image:url(../img/common/search.png); background-repeat: no-repeat;background-position:center;
	float: left;
}

/* テキストボックスに文字入力したときに出る「×」マークの位置調整 */
#g-k-w-search .gsc-search-box .gsib_b {
	position: absolute;
	width: 20px;
	top: 15px;
	left: 350px;
}

/* デフォルトで設定されている(疑似的な)テキストボックスの
デザイン設定を解除 */
#g-k-w-search .gsc-search-box .gsc-input-box,
#g-k-w-search .gsc-search-box .gsc-input-box-hover,
#g-k-w-search .gsc-search-box .gsc-input-box-focus {
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

/* 検索ボタンの背景をボタンのように見せかける */
#g-k-w-search .gsc-search-box .gsc-search-button {
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-top: 1px solid #F66;
	border-left: 1px solid #F66;
	border-right: 1px solid #900;
	border-bottom: 1px solid #900;
	background:url(/img2/icon_handglass_27x27_dark.png) 96% center no-repeat;
	cursor: pointer;
}

/* 検索ボタンの背景部分にテキストを表示させる
#g-k-w-search .gsc-search-box .gsc-search-button:before {
	position: absolute;
	top:15%;
	left: 30%;
	content: '検索' !important;
	color: #FFF;
	font-size: 14px;
} */

/* 検索ボタンを透明化し背景のみを表示させる */
#g-k-w-search .gsc-search-box button.gsc-search-button-v2,
#g-k-w-search .gsc-search-box button.gsc-search-button {
	width: 100%;
	height: 30px;
	padding: 0 !important;
	opacity: 0;
}