@charset "utf-8";

#pageCoupon .contentInner:last-child {
	padding-bottom:150px;
}
#pageCoupon .contentInner h2 {
	padding:20px 30px;
	background:#000;
	line-height:1.4;
	font-size:20px;
	color:#FFF;
}
.couponBox {
	margin-bottom:25px;
	padding:29px;
	border:1px solid #000;
	border-top:0;
}
.couponBox .price {
	margin-bottom:20px;
	line-height:1;
}
.couponBox .price span,
.couponBox .price strong {
	vertical-align:middle;
}
.couponBox .price span {
	display:inline-block;
	width:175px;
	height:33px;
	margin-bottom:15px;
	text-align:center;
	line-height:33px;
	font-size:14px;
	color:#FFF;
}
.couponBox .price .new {
	background:#F49A9A;
}
.couponBox .price .repeater {
	background:#ACC5E2;
}
.couponBox .price .all {
	background:#95CC87;
}
.couponBox .price strong {
	font-size:22px;
	margin-bottom: 20px;
	color:#ED5A88;
	line-height: 1.2em;
}
.couponBox .right {
	width:200px;
}
.couponBox .left {
	width:620px;
}
.couponBox .txt {
	margin-bottom:40px;
}
.noteList {
	width: 100%;
	margin-bottom:15px;
	padding:10px 15px;
	background:#E7E7E7;
	font-size:14px;
	color:#666;
}

td.coupon_table {
	vertical-align: top;
	white-space: nowrap;
	width: 20px;
}

.btnType01 {
	text-align:right;
}
.btnType01 a {
	display:inline-block;
	width:237px;
	height:36px;
	line-height:36px;
}
@media screen and (max-width:768px) {
	#pageCoupon .contentInner {
		padding-top:0;
	}
	#pageCoupon .contentInner:last-child {
		padding-bottom:20px;
	}
	#pageCoupon .contentInner h2 {
		padding:10px;
		font-size:13px;
	}
	.couponBox {
		margin-bottom:0;
		padding:10px;
	}
	.couponBox .price {
		margin-bottom:10px;
	}
	.couponBox .price span,
	.couponBox .price strong {
		display:block;
		text-align:center;
	}
	.couponBox .price span {
		width:103px;
		height:23px;
		margin:0 auto 5px;
		line-height:23px;
		font-size:11px;
	}
	.couponBox .price strong {
		font-size:15px;
	}
	.couponBox .right,
	.couponBox .left {
		float:none;
		width:auto;
	}
	.couponBox .right {
		margin-bottom:20px;
		text-align:center;
	}
	.couponBox .right img {
		max-width:112px;
	}
	.couponBox .txt,
	.noteList {
		font-size:12px;
	}
	.couponBox .txt {
		margin-bottom:20px;
	}
	.noteList {
		margin-bottom:10px;
		padding:10px;
	}
	.btnType01 a {
		display:block;
		width:auto;
	}
	
}


