
@charset "UTF-8";

/* Google検索（上部ヘッダ枠内）
------------------------------------------------------------ */
.google {
	height: 26px;
	margin-top: 9px;
	margin-left: 15px;
	width: 200px;
}
@media screen and (max-width: 768px) {
	.google {
		height: 40px;
		margin-left: 0;
		width: none;
		border-bottom: none !important;
	}
	.google + dt {
		border-top: rgb(204,102,102) dotted 1px !important;
	}
}
.google .gsc-control-cse, .google .gsc-control-cse-ja, .google .gsib_a {
	margin: 7px 0 0 !important;
	padding: 0 !important;
	background: none !important;
	border: none !important;
}
@media screen and (max-width: 768px) {
	.google .gsc-control-cse, .google .gsc-control-cse-ja, .google .gsib_a {
		margin-top: 10px !important;
		margin-left: 10px !important;
	}
}
.google table.gsc-search-box td, .google table.gsc-search-box input {
	vertical-align: top !important;
}
.google input[type="text"] {
	border: medium none !important;
	height: 26px !important;
	padding: 0 11px !important;
	width: 180px !important;
}
.google input[type="text"]:focus {
	border: medium none !important;
	outline: 0 none;
}
.google table, .google tr, .google th, .google td {
	border: medium none !important;
	margin: 0 !important;
	padding: 0 !important;
	vertical-align: top !important;
}
.google .gsc-input {
	margin: 0 !important;
	padding: 0 !important;
	width: 180px !important;
}
.google .gsc-input-box, .google .gsc-input-box-hover, .google .gsc-input-box-focus {
	box-shadow: none;
	padding: 0 !important;
	width: 180px !important;
}
.google .gsib_b {
	display: none !important;
}
.google #gsc-iw-id1 {
	border: medium none !important;
}
.google #gsc-i-id1 {
	border: 1px solid rgb(224,165,164) !important;
	line-height: 1.7;
	padding: 0 11px 0 0 !important;
	width: 180px !important;
}
.google #gs_tti0 input {
	background-position: 0 center !important;
}
.google input.gsc-search-button {
	border: medium none !important;
	padding: 6px 5px !important;
}
.google .gsc-search-button-v2 {
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
	height: 26px !important;
	margin: 0;
	min-width: 0;
	width: 0;
}
.google .gsc-search-button {
	background: url(../images/icon-search.png) no-repeat scroll 5px 5px !important;
	width: 32px !important;
	right: 0 !important;
}
.google .gsib_b a {
	left: 180px;
	position: absolute;
	top: 3px;
}
.google .gsib_b span {
	box-sizing: border-box;
	padding: 2px 0 0;
}
