@charset "utf-8";

/*--- スマートフォン用CSSここから ---*/
#top_search {
	width: 100%;
	min-width :320px;
	height: auto;
	background: none;
}
#top_search_a {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0;
	text-align: left;
}
#top_search_a ul{
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
#top_search_a li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 33.3% !important;
	border: none !important;
}
#top_search_a li#gnav_0 {
	display: none;
}
#top_search_a li a {
	display: block;
	width: auto;
	height: auto;
	padding: 1em 0;
	border: 1px solid #255483;
	color: #000000;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}
#top_search_a li a:link,
#top_search_a li a:visited,
#top_search_a li a:hover{
	color: #ffffff;
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 80%;
	text-shadow:
			-1px -1px 1px rgba(0,0,0,0.2),
			-1px  1px 1px rgba(0,0,0,0.2),
			1px -1px 1px rgba(0,0,0,0.2),
			1px  1px 1px rgba(0,0,0,0.2);
}
/* タブここまで */
/* タブのロールオーバー動作はフォントサイズ変更のJSです */

/* Googleカスタム検索ここから */
#top_search_keyword {
	float: none;
	width: auto;
	height:auto;
	padding: 0px 10px;
	text-align: center;
}
#top_search_keyword form input[name="q"]{
	width:120px;
}
#top_search_keyword input[type="submit"]{
	padding:4px 10px;
	text-shadow:1px 1px 1px #000000;
	border:1px solid #333333;
	border-radius:3px;
	color:#ffffff;
	background: rgb(157,157,157);
	background: -moz-linear-gradient(top,  rgba(157,157,157,1) 34%, rgba(105,105,105,1) 55%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(34%,rgba(157,157,157,1)), color-stop(55%,rgba(105,105,105,1)));
	background: -webkit-linear-gradient(top,  rgba(157,157,157,1) 34%,rgba(105,105,105,1) 55%);
	background: -o-linear-gradient(top,  rgba(157,157,157,1) 34%,rgba(105,105,105,1) 55%);
	background: -ms-linear-gradient(top,  rgba(157,157,157,1) 34%,rgba(105,105,105,1) 55%);
	background: linear-gradient(to bottom,  rgba(157,157,157,1) 34%,rgba(105,105,105,1) 55%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d9d9d', endColorstr='#696969',GradientType=0 );
}

#cse-search-box {
	text-align:left;
}

/* Googleタイトル */
.search_tit{
}
/* 検索ボタン */
#submit{
	height: 31px !important;
	vertical-align: top;
	margin: 2px;
	width: 49px;
	border-radius: 3px;
	position:static;
}

/*検索BOX*/
#tmp_query{
	height: 30px !important;
	vertical-align: top;
	width: 35%;
	-webkit-border-radius: 7px;
	padding: 0 10px !important;
	background-position: center;
	position:static;
}
/* Googleカスタム検索ここまで */
/*--- スマートフォン用CSSここまで ---*/