@charset "utf-8";
/* CSS Document */
#title{
	background-image: url(../images/title.gif);
	padding:51px 0 0 0;
}

#title2 {
	margin:0 0 20px;
	background-image: url(../images/title_new.gif);
	padding:51px 0 0 0;
}
.coupon_list{
	width:80%;
	margin:20px auto;
}
.coupon_list li{
	margin:0 0 20px;
}
.coupon_list li a{
	
display: block;
	
background-color: #286fd5;
	
padding: 30px 15px;
	
border-radius: 5px;
	
color: #FFF;
	
text-align: center;
	
font-size: 16px;
	
font-weight: bold;
}
.coupon_list li a:hover{
	opacity: 0.8;
	text-decoration: none;
}

.coupon_list span {
    position: relative;
    padding:0 5px;
    /* font-size: 16px; */
    background: rgb(255 235 0);
    color: #000;
    padding: 4px 15px 0;
    border-radius: 50px;
    margin: 0 5px 0;
    display: inline-block;
}
.coupon_list span:before{
    content:"";
    width:100%;
    height: 6px;
    position:absolute;
    /* background: rgb(255 235 0 / 70%); */
    bottom: 3px;
    left:0;
    z-index: 2;
}
.coupon_list span b{z-index: 3;position: relative;}