/*----------------------------
リスト内の検索ボックスの配置
----------------------------*/
.search-list {
	background:none !important;
	display:inline-block !important;
	*display:inline !important;
	*zoom:1 !important;
	vertical-align:middle;
	top:0 !important;
}
/*---------------------------
検索ボックス全体の幅
---------------------------*/
.search-box #___gcse_0 {
	width:160px;
}
/*---------------------------
検索ボタンのサイズ
info:検索ボタンはpaddingで視覚的なボタンを実現している
---------------------------*/
.search-box .cse .gsc-search-button input.gsc-search-button-v2,
.search-box input.gsc-search-button-v2 {
	padding:3px 7px;
}
/*---------------------------
検索ボックスのサイズ
info:検索ボックスは視覚的なボックスと実際の入力エリアに別れている
---------------------------*/
/* 入力エリアの幅 */
.search-box .gsc-input-box {
	width:120px;
	height:21px;
}
/* 入力エリアのフォントサイズ */
.search-box input.gsc-input {
	font-size:12px;
}
/* 入力エリアとボタンの距離 */
.search-box .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding:0;
}
/* 入力エリア内のバツボタンの高さ */
.search-box .gsc-input-box .gsib_b .gsst_b .gsst_a,
.search-box .gsc-input-box .gsib_b .gsst_b {
	height:13px;
	padding:0;
}
/*----------------------------
サイト個別の調整
----------------------------*/
#search-area{
	float:right;
}
#search-area table {
	border:none;
	padding:0;
}
#search-area table td {
	border:none;
	padding:2px;
}
#search-area table td input.gsc-search-button{
	margin:0px;
}
