.bnr_top_02 {
	background: #1a0c0a;
	border-bottom: solid 1px rgba(255,255,255,.4);
	border-top: solid 1px rgba(255,255,255,.4);
	padding: 0px 10px;
	position: relative;
	width: 100%;
}
.bnr_top_02 img {
	margin: auto;
	width: 100%;
}

.bnr_top_02 :before,
.bnr_top_02:after {
	background: rgba(255,255,255,.3);
	content: "";
	height: 100%;
	position: absolute; top: 0px; left: 10px;
	width: 1px;
	z-index: 100;
}
.bnr_top_02:after {
	left: inherit; right: 10px;
}
@media only screen and (min-width: 768px) {
		.bnr_top_02 {
			padding: 0 20px;
		}
		.bnr_top_02 img:hover {
			opacity: .6;
		}
		.bnr_top_02 :before,
		.bnr_top_02:after {
			left: 20px;
		}
		.bnr_top_02:after {
			left: inherit; right: 20px;
		}

}