.top_wide_banner {
	/* border: solid 1px #ddd; */
	margin-bottom: 50px; position: relative;
	height: 350px;
	overflow: hidden;
}
.top_wide_banner img {
	width: 100%; max-width: 100%; position: absolute; top: -0px;
}
.top_wide_banner .credit {
	position: absolute; 
	bottom: 0px; 
	right: 0px;
	padding: 10px;
	background-color: black;
	color: #ffffff;
}
.top_wide_banner .credit a {
	color: #bbb;
}
.inside_searchbox {
	position: absolute; top: 30px; left: 30px; padding: 15px 20px; border-radius: 5px; 
	background-color: rgba(0,0,0,0.6);
	color: #ffffff;
	font-size: 15px;
}
.inside_searchbox .txt {
	display: block; margin-right: 10px;
	margin-bottom: 10px;
}
.inside_searchbox .input {
	width: 380px; font-size: 15px; padding: 5px; margin-right: 6px; border-radius: 5px; border: solid 1px #eee;
}
.inside_searchbox .text {
	padding: 8px 0px 0px 0px;
	font-size: 13px;
}
.inside_searchbox .text a {
	color: #fff;
}
.inside_searchbox .btn {
	padding: 5px; font-size: 15px; border-radius: 5px;
	border: solid 1px #eee;
	background-color: #eee;
	cursor: pointer;
}
