@charset "UTF-8";

/*
如果需要修改CSS，請修改在這裡，不要去動default.css和index.css
因為default.css和index.css的碼是用sass寫的，所以如果修改了，sass下次再修改時，後來修改的css就會失效了
所以請寫在此檔案中，直接去壓掉原來寫的碼就可以了，麻煩多加配合，謝謝！！
*/

#success_show_box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  background-color: rgba(0, 0, 0, 0.6);
  display: table;
  width: 100%;
  height: 100%;
  padding: 10% 0 0 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
}



/* 全站搜尋 */

.search {
	width: 221px;
	position: absolute;
	right: 0px;
	top: 40px;
	z-index: 99;
	background: none;
}
.search span.title {
	background: url(../../images/search_title.jpg) no-repeat left center;
	position: absolute;
	left: 0;
	top: 8px;
	z-index: 99;
	font-size: 0;
	width: 86px;
	
}
.search label {
	display: none;
}
.search input.search_input {
	width: 181px;
	border: 1px solid #66a7c5;
	border-right: none;
	padding: 5px 5px 6px 5px;
}

/*------新增廣告頁----*/
#abgne_float_ad {
		display: none;
		position: absolute;
	}
#abgne_float_ad .abgne_close_ad {
	display: block;
	text-align: right;
	cursor: pointer;
	font-size: 12px;
}
#abgne_float_ad .abgne_close_ad img{
	width: 12px;
	padding: 0px 0px 0px 5px;
}

#abgne_float_ad a img {
	border: none;
}
div.bigDiv {
	height: 150px;
	}
/*------結束----*/




/* google搜尋設定 */

#___gcse_0 {
	width: 221px !important;
	height: 28px !important;
	margin: 0 !important;
	padding: 0 0 0 0 !important;
	} 
.gsib_a {
    width: 100%;
    padding: 0 6px 0 !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 6px !important;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
	border-color: #666666;
	background-color: #666666 !important;
	background-image: none;
	filter: none;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	width: 13px !important;
	height: 13px !important;
	padding: 6px 10px !important;
	min-width: 13px !important;
	margin-top: 4px !important;
}
