@charset "UTF-8";
/* CSS Document */
#couponWrp .couponInnr ul li {
	width: 50%;
	margin-bottom: 80px;
}
#couponWrp .couponInnr ul li a {
	display: inline-block;
	width: 85%;
	height: 55px;
	line-height: 55px;
	font-size: 14px;
	border-radius: 7px;
	background-color: #c9b797;
    box-shadow: 5px 5px #eb6874;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	transition: .2s;
}
#couponWrp .couponInnr ul li a:hover{
	box-shadow: none;
    transform: translate3d(5px, 5px, 0);
}
#couponWrp .couponInnr ul li a span{
	display: inline;
}
@media screen and (max-width:480px){
	#couponWrp .couponInnr ul li a .sp_none{
		display: none;
	}
}
@media screen and (max-width:320px){
	#couponWrp .couponInnr ul li a{
		font-size: 12px;
		letter-spacing: 0px;
	}
}

