#catch_box
{
	position	: relative;
	height		: 260px;
	overflow	: hidden;
	margin		: 0 auto;

}


#catch_box #top_catch01,
#catch_box #top_catch02,
#catch_box #top_catch03
{
	position        : absolute;
	width			: 100%;
	height			: 260px;
	top             : 0;
}
#catch_box #top_catch01
{
	background		: url(images/mv02.jpg) top center repeat-x;
}
#catch_box #top_catch02
{
	background		: url(images/mv01.jpg) top center repeat-x;
}
#catch_box #top_catch03
{
	background		: url(images/mv03.jpg) top center repeat-x;
}
@media screen and (max-width: 768px)
{
	
#catch_box
{
	left			: 0px;
	width			: 100%;
	overflow		: hidden;
	height			: 150px;
}

#catch_box #top_catch01,
#catch_box #top_catch02,
#catch_box #top_catch03
{
	height			: 150px;
	background-size	: auto 150px;
	background-position: bottom center;
}

}

@media screen and (max-width: 468px)
{
#catch_box
{
	left			: 0px;
	width			: 100%;
	overflow		: hidden;
	height			: 100px;
}

#catch_box #top_catch01,
#catch_box #top_catch02,
#catch_box #top_catch03
{
	height			: 100px;
	background-size	: auto 100px;
	background-position: bottom center;
}
}
