@charset "UTF-8";
/* CSS Document */

.bnr__wrap {
	margin: 0 auto;
	width: 100%;
}
.bnr__wrap img {
	width: 100%;
}
.bnr__wrap a img:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.bnr__wrap ul {
	padding: 10px 0 0 0;
	display: flex;
	justify-content: space-between;
}
.bnr__wrap ul li {
	width: 32%;
	list-style: none;
}

