@charset "utf-8";

/* 検索フォーム */

/* .search {
	display: block;
	float: left;
	height: 50px;
	width: 248px;
	padding-left: 45px;
} */

.search {
	/*position: absolute;*/
	display: block;
	/*right: 407px;
	top: 0;*/
	height: 50px;
	/*width: 248px;
	padding-left: 45px;*/

	/*display: block;*/
	float: left;
	
	width: 256px;
	overflow: hidden;
}
/*
.search_area {
	display: block;
	float: left;
	height: 50px;
	width: 256px;
	overflow: hidden;
}*/

.header-search-form {
	position: relative;
	left: -8px;
	top: 3px;
	margin: 10px 0;
	color: #666;
}

.header-form-set {
	position: relative;
	text-align: right;
}

.header-form-icon {
	display: inline;
	position: relative;
}

.fa.fa-times {
	display: none;
}

.header-form-input {
	display: inline-block;
	position: relative;
	width: 0;
	height: 22px;
	margin: 0;
	padding: 2px 28px 2px 4px;
	font-size: 12px;
	border: none;
	outline: none;
	background: none;
	transition: all .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	cursor: pointer;
	z-index: 13;
}

.header-form-input::-webkit-input-placeholder {
	padding-left: 2px;
	color:  #ccc;
	font-size: 12px;
	line-height: 1;
}

.header-form-input:-moz-placeholder {
	padding-left: 2px;
	color:  #ccc;
	font-size: 12px;
	line-height: 1;
}

.header-form-input::-ms-input-placeholder {
	padding-left: 2px;
	color:  #ccc;
	font-size: 12px;
	line-height: 1;
}

.header-form-input:focus:hover {
	z-index: 1;
}

.header-form-input:focus {
	right: 38px;
	width: 200px;
	padding: 2px 4px;
	border-bottom: 1px solid #bbb;
	cursor: text;
	z-index: 0;
}

#header-form-button {
	position: absolute;
	right: 0;
	top: -2px;
	width: 28px;
	height: 28px;
	text-indent: -10000px;
	border: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFU1NT9fX1lJSUXl5e1dXVfn5+c3Nz6urqv7+/tLS0iYmJqampn5+fysrK39/faWlp////Vi4ZywAAABF0Uk5T/////////////////////wAlrZliAAABLklEQVR42rSWWRbDIAhFHeOUtN3/ags1zaA4cHrKZ8JFRHwoXkwTvwGP1Qo0bYObAPwiLmbNAHBWFBZlD9j0JxflDViIObNHG/Do8PRHTJk0TezAhv7qloK0JJEBh+F8+U/hopIELOWfiZUCDOZD1RADOQKA75oq4cvVkcT+OdHnqqpQCITWAjnWVgGQUWz12lJuGwGoaWgBKzRVBcCypgUkOAoWgBX/L0CmxN40u6xwcIJ1cOzWYDffp3axsQOyvdkXiH9FKRFwPRHYZUaXMgPLeiW7QhbDRciyLXJaKheCuLbiVoqx1DVRyH26yb0hsuoOFEPsoz+BVE0MRlZNjGZcRQyHYkmMp2hBTIzdkzCTc/pLqOnBrk7/yZdAOq/q5NPBH1f7x7fGP4C3AAMAQrhzX9zhcGsAAAAASUVORK5CYII=) center center no-repeat;
	background-size: contain;
	cursor: pointer;
	z-index: 12;
}

#header-form-button:hover {
	/*background-position: 0 1px;*/
	z-index: 14;
}

#header-form-button:active {
	background-position: 0 2px;
	z-index: 14;
}