
.inner{
	width:682px;
	float:right;
	padding-top:30px;
}

.cse-search-box input[type="text"]{
	width:70%;
	height:32px;
	color:#2362de;
	background-color:#f0f0f0;
	border:none;
	text-indent:7px;
}

.cse-search-box input[type="submit"]{
	width:100px;
	height:32px;
	border:none;
	cursor:pointer;
	margin-left:18px;
	background:url(/img/button/magnifier.svg) no-repeat center center #2362de;
}

@media (max-width:768px){

.cse-search-box input[type="text"]{
	width:50%;
}

.cse-search-box input[type="submit"]{
	width:70px;
	margin-left:10px;
}

}

