<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


#eb5s_bnspec .eb5s_stage,
#eb5s_bnspec .eb5s_wrap,
#eb5s_bnspec .eb5s_page{
	width: auto;
	height: auto;
	float: none;
}
#eb5s_bnspec .eb5s_wrap{
	position: relative;
}

#eb5s_bnspec .eb5s_b,
#eb5s_bnspec .eb5s_b_inner,
#eb5s_bnspec .eb5s_b_img{
	width: 150px;
	height: auto;
}
#eb5s_bnspec .eb5s_b_img{
	margin-bottom:0;
}
#eb5s_bnspec .eb5s_b{
	height: auto;
	padding-top:7px;
	padding-right:17px;
	background: none;
}



/* responsive
-------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 710px) {

}
@media only screen and (max-width: 400px) {
	#eb5s_bnspec .eb5s_stage{
		background-size: auto 110px;
	}
	#eb5s_bnspec .eb5s_page{
		padding-left:20px;
		padding-right:0;
	}
	#eb5s_bnspec .eb5s_b,
	#eb5s_bnspec .eb5s_b_inner,
	#eb5s_bnspec .eb5s_b_img{
		width: 120px;
	}
	#eb5s_bnspec .eb5s_b{
		padding-right:10px;
	}
	#eb5s_bnspec .eb5s_b_img{
		background: none;
	}
	#eb5s_bnspec .eb5s_b_img a:hover img{
		opacity: 1;
	}
	#eb5s_bnspec .eb5s_b_img img{
		width: 120px;
		height: 98px;
	}
}
</pre></body></html>