@charset "UTF-8";
.search-words {
}
.search-words .input-words {
	padding-left: 10px;
	border: none;
}

@media screen and (min-width: 668px) {
.search-words .input-words {
	width: 500px;
	line-height: 45px;
}
.search-words .btn-search {
	padding: 0;
	width: 133px;
	height: 45px;
	background: url(../../img/freewords/btn-search.png) no-repeat;
	border: none;
	text-indent: -9999px;
}
}

@media screen and (max-width: 667px) {
.search-words .input-words {
	width: 100%;
	line-height: 44px;
	border-radius: 0;
}
.search-words .btn-search {
	margin: 23px 0 0;
	padding: 0;
	width: 100%;
	height: 44px;
	background: url(../../img/sp/freewords/btn-search.png) #535252 no-repeat center;
	-webkit-background-size: 82px auto;
	-o-background-size: 82px auto;
	background-size: 82px auto;
	border: none;
	text-indent: -9999px;
	border-radius: 0;
}
}
