
#top_image{
	width:960px;
	height:450px;
	display:table;
	background-image:url(../img/BG.png);
}
#top_image .textbox {
	width: 100%;
	display: table-cell;
}

.catch {
	width:420px;
	height:360px;
	padding:10px;
	display:block;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	z-index: 5000;
	background-color:
}

.catch img {
	margin-top:40px;
}


#top_image2{
	width:100%;
	height:350px;
	display:table;
}
#top_image2 .textbox {
	width: 100%;
	display: table-cell;
}

.catch2 {
	width:300px;
	height:40px;
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	z-index: 5000;
	background-color:rgba(245,245,245,0.8)
}

#down_btn{
	position:absolute;
	text-align:center;
	width:100%;
}

@media screen and (max-width: 480px){

	#top_image2{
	height:200px;
}

.catch2 {
	margin-top:95px;
}

}
