@charset "utf-8";
/* CSS Document */
.discount_img{
	text-align:center;
	margin:0 2%;
	margin-top:2%;
}
.discount_img img{
	padding:1px;
	border:#999999 solid 1px;
}




/*ボタン*/
.btn{
	max-width:400px;
	width: 90%;
	margin: 30px auto 0;
	text-align:center;
}
.btn li:first-child{
	margin-bottom: 26px;
}
.btn li a{
	font-size: 20px;
	display: block;
	color:#FFFFFF;
	font-weight: bolder;
	-webkit-box-shadow:0px 3px 4px rgba(0,0,0,0.3);
	box-shadow:0px 3px 4px rgba(0,0,0,0.3);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:30px 0;
	border:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.btn li:first-child a{
	background-color: rgba(59,229,12,0.9);
}
.btn li:last-child a{
	background-color: rgba(255,0,157,0.9);
}
.btn li:first-child a:hover{
	background-color: rgba(59,229,12,0.6);
}
.btn li:last-child a:hover{
	background-color: rgba(255,0,157,0.6);
}