@charset "utf-8";

#custum_src{
	width: 250px;
	height: 25px;
    margin: 17px 20px 0 0;
    position:relative;
}
#custum_src .gsc-control-cse, 
#custum_src .gsc-control-cse-ja,
#custum_src .gsib_a{
    margin:0 !important;
    padding:0 !important;
    background: transparent !important;
}
/* テキスト入力フォームとボタンの位置 */
#custum_src table.gsc-search-box td,
#custum_src table.gsc-search-box input {
	vertical-align: top !important;
}
/* テキスト入力フォーム */
#custum_src input[type="text"]{
    border: 1px solid #999 !important;
    height:20px !important;
}
#custum_src input[type="text"]:focus {
    border: 1px solid #999 !important;
    outline: 0;  /*safariの自動フォーカスを切る */
}
/* テキスト入力フォームの影を消す */
#custum_src #gsc-iw-id1{
    border:none !important;
}
/* テキスト入力フォームの背景画像位置調整 */
#custum_src #gs_tti0 input{
    background-position:5px 5px !important;
}
#custum_src .gsc-input {
	padding-right: 5px !important;
}
/* ボタンの色 */
#custum_src input.gsc-search-button {
	border-color: #999 !important;
}
/* ボタンの位置調整 */
#custum_src .gsc-search-button-v2{
	padding: 3px 10px 4px !important;
	margin: 0 !important;
}
/* 入力時に出る「×」ボタンの位置調整 */
#custum_src .gsib_b a{
    position:absolute;
    top:3px;
    left:185px;
}
