/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------->>> googleカスタム検索用 <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* 全体 */
#cse-search-form {
	width:195px;
	padding: 3px 3px 3px 0px !important;
	/* background-color:lightsteelblue; */
}
/* 全体 */
#cse-search-form table.gsc-search-box {
	/* background-color:pink; */
	width:195px !important;
	height:20px !important;
}
/* テキストボックス */
#cse-search-form td.gsc-input {
	/* background-color:orange; */
	width:155px !important;
	height:20px !important;
	/* テキストボックスとボタンの位置を離す */
	padding: 3px !important;
}
/* テキストボックス */
#cse-search-form input[type="text"] {
	font-size: 13px;
}
/* ボタン */
#cse-search-form td.gsc-search-button {
	/* background-color:green; */
	padding: 0px !important;
	width:40px !important;
	height:20px !important;
	/* 画像をボタンの中央に表示する */
	vertical-align:middle;
	text-align:center;
}
/* ボタン */
#cse-search-form input.gsc-search-button-v2 {
	/* 画像のサイズを調整 */
    width:  11px;
    height: 11px;
    margin: 0px;
	/* ボタンのエリアを確保 */
    padding: 7px 16px;
    margin-top: 0px;
}
#cse-search-form td.gsc-clear-button {
  display: none !important;
}
#cse-search-form td.gsc-clear-button:hover {
  display: none !important;
}
div.gsc-clear-button {
	margin-left: 2px !important;
	margin-right: 2px !important;
	padding-left: 2px !important;
	display: none !important;
}