@charset "UTF-8";
.cont_tit {
	margin-bottom: 50px;
}
.cont_tit img {
}
.couponWrp {
	margin-bottom: 60px;
}
.couponWrp .couponimg {
	margin-bottom: 10px;
}
.couponWrp .coupon_tit {
	text-align: left;
	margin-bottom: 10px;
}
.couponWrp .coupon_tit .txt16.bold {
	padding-left: 10px;
	background-image: url(../images/top/arrow_sankaku.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 93%;
	margin-right: auto;
	margin-left: auto;
}
.couponbnr_box ul {
	text-align: left;
	padding-left: 3%;
}

.couponbnr_box ul li {
	vertical-align: top;
	display: inline-block;
	width: 47%;
	margin-right: 2%;
	margin-bottom: 10px;
	text-align: center;
	min-width: 0px;
}
.couponbnr_box ul li a img {
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
.couponbnr_box ul li a img:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
}

@media screen and (max-width:768px){
.cont_tit {
	margin-bottom: 30px;
}
.cont_tit img {
	width: 33%;
	height: auto;
	min-width: 95px;
	max-width: 160px;
}
.couponimg img {
	width: 96%;
	height: auto;
}
.couponbnr_box ul {
	padding-left: 2%;
}
.couponbnr_box ul li {
	width: 48%;
	margin-right: 1%;
	margin-bottom: 3px;
}
.couponbnr_box ul li a img {
	width: 100%;
	height: auto;
}
}

@media screen and (max-width:480px){
.couponWrp {
	margin-bottom: 40px;
}
.coupon_tit .txt16.bold {
	font-size: 13px;
}
.couponbnr_box ul {
	padding-left: 0px;
}
.couponbnr_box ul li {
	width: 100%;
	margin-bottom: 12px;
}
}
